What problem does it solve?
Coordinating a full story lifecycle across multiple specialized agents (SM, PO, Dev, QA, DevOps) is error-prone without a defined sequence, leading to skipped validation, unauthorized scope edits, and premature pushes.
Core Features & Use Cases
- Phased Story Workflow: Runs six phases—create, validate, develop, review, fix, close, and push—each mapped to a dedicated agent and task file.
- Governance Rules: Enforces constraints such as mandatory validation for non-trivial work, Dev-only code edits, QA-only Done status, and DevOps-only git push and PR creation.
- Quality Gates: Requires lint, typecheck, and test commands to pass before stories advance.
- Use Case: A team member activates the cycle to take a backlog story from draft through QA approval and a compliant pull request without skipping review steps.
Quick Start
Invoke the /aiox-sdc command to start the story development cycle for the next backlog story.