Tools
IndyDevDan's 'Software Factory' Inverts the Control Plane: Deterministic Python Owns the Graph, Agents Are Bounded Nodes
disler/super-simple-software-factory (created 2026-08-02, 283 stars, 58 forks) packages an AI Developer Workflow pattern as a single installable skill, and its thesis is a direct rebuttal to prompt-orchestrated agent chains: 'Agent proposes, code disposes.' An ADW script written in plain Python owns sequencing, retries and acceptance; agents work inside named phases; typed JSON envelopes carry context across the seams; and every event streams into a SQLite trace DB while the run is still happening. The stated problem it targets is reproducibility — 'everyone can get an agent to write code once, almost nobody gets the same result twice.'
Source
↳ Follow the thread