I am a solo developer with active side projects (greenfield or partial) and have been using a similar approach.
My current workflow uses a similar pattern — a planning AI (Claude on claude.ai, that I call Claudio) produces versioned markdown specs covering PRD, Architecture, Database, API, and Frontend concerns. A separate implementation AI (Claude Code CLI, that I refer to as Codio) reads those docs before touching any code and follows a strict divergence protocol. I have ~3,300 transactions in production on this system.
What I want to learn from the beta: whether your three-file structure (requirements / design / tasks) maps cleanly onto a more granular six-document setup, and whether your test suite methodology is portable to validating my existing spec format.
Specific things I'll be testing: greenfield feature specs for a two-user auth system, migration sequencing assertions, and whether the Universal Instruction Block materially changes Codio's behaviour compared to my current handoff prompts.
I am interested in this skill and would like to see how this improves my throughput.
Thanks,
Bala
I am a solo developer with active side projects (greenfield or partial) and have been using a similar approach.
My current workflow uses a similar pattern — a planning AI (Claude on claude.ai, that I call Claudio) produces versioned markdown specs covering PRD, Architecture, Database, API, and Frontend concerns. A separate implementation AI (Claude Code CLI, that I refer to as Codio) reads those docs before touching any code and follows a strict divergence protocol. I have ~3,300 transactions in production on this system.
What I want to learn from the beta: whether your three-file structure (requirements / design / tasks) maps cleanly onto a more granular six-document setup, and whether your test suite methodology is portable to validating my existing spec format.
Specific things I'll be testing: greenfield feature specs for a two-user auth system, migration sequencing assertions, and whether the Universal Instruction Block materially changes Codio's behaviour compared to my current handoff prompts.
I am interested in this skill and would like to see how this improves my throughput.
Thanks,
Bala