| name | aiox-sdc |
| description | Run the AIOX Story Development Cycle. Prefer /aiox-full-sdc (lean orchestrator). Slash: /aiox-sdc
|
| metadata | {"short-description":"AIOX workflow: aiox-sdc"} |
AIOX Story Development Cycle (SDC)
Primary development workflow. Task-first. Prefer the lean orchestrator skill:
.aiox-core/development/skills/full-sdc/SKILL.md → Grok: /aiox-full-sdc
Phases
| Phase | Skill | Agent | Task SOT |
|---|
| 1 Create | (sm create) | @sm | create-next-story.md |
| 2 Validate | validate-story-draft | @po | validate-next-story.md → Ready on GO |
| 3 Develop | develop-story | @dev | dev-develop-story.md |
| 4 Review | review-story | @qa | qa-gate.md — approved → Done |
| 4b Fix | apply-qa-fixes | @dev | apply-qa-fixes.md (QG loop ≤3) |
| 5 Close | close-story | @po | po-close-story.md — administrative |
| 6 Push | @devops | @devops | pre-push + push/PR |
Rules
- Never skip Validate for non-trivial work.
- @dev must not edit AC/title/scope.
- Only @devops may
git push / create PRs.
- Only QA review sets Status Done; close-story never changes lifecycle status.
- Quality gates:
npm run lint && npm run typecheck && npm test.
- Constitution:
.aiox-core/constitution.md
- No product harvest trees (ARCH-A denylist).