PRISM Workflow Loop
TDD-driven orchestration: SM plans → QA writes failing tests → gate → DEV implements → QA verifies → gate.
Steps
- Run
*prism-loop [prompt]to start the workflow - SM agent reviews notes, drafts story, and verifies plan coverage
- QA agent writes failing tests (TDD RED); approve at
red_gatewith*prism-approve - DEV agent implements tasks until all tests pass (TDD GREEN)
- QA verifies green state; approve at
green_gateto complete
For detailed instructions, see instructions.md.