What problem does it solve?
Running a user story end-to-end through validation, development, QA review, and closure requires coordinating multiple agents and phases manually, which is error-prone and hard to track. This Skill orchestrates the entire Story Development Cycle (SDC) for one story with durable state, CLI-enforced sequencing, and a quality-gate loop.
Core Features & Use Cases
- Phase Orchestration: Runs validate → develop → review → apply_qa_fixes (loop) → close, dispatching each phase to the matching agent persona (@po, @dev, @qa) or running inline.
- CLI-Driven State Management: Uses
aiox sdc plan/next/verify/status commands with durable progress persisted under .aiox/sdc/ so cycles can be resumed.
- Quality Gate Loop: Enforces a review loop with a maximum of 3 iterations, anti-self-validation (executor ≠ quality_gate), and preflight budget/intent gating before any model or subagent call.
- Use Case: A developer has a drafted story file and wants it validated, implemented, QA-reviewed, and closed autonomously in yolo mode, with the CLI halting and escalating on any failed verification.
Quick Start
Run the full story development cycle on your story file by invoking /full-sdc with the story path, optionally adding yolo for autonomous mode or interactive for step-by-step pauses.