# Aiox Sdc

> Run the AIOX Story Development Cycle. Prefer /aiox-full-sdc (lean orchestrator). Slash: /aiox-sdc

- Skill: `synkraai/aiox-sdc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add synkraai/aiox-sdc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/synkraai/aiox-sdc/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: synkraai (https://skillmd.com/u/synkraai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/synkraai/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

1. Never skip Validate for non-trivial work.
2. @dev must not edit AC/title/scope.
3. Only @devops may `git push` / create PRs.
4. Only QA review sets Status Done; close-story never changes lifecycle status.
5. Quality gates: `npm run lint && npm run typecheck && npm test`.
6. Constitution: `.aiox-core/constitution.md`
7. No product harvest trees (ARCH-A denylist).


