SDD workflow: specs, designs, implementation plans, quality gates.
Entry point:
/faion-netā invoke this skill for automatic routing to the appropriate domain.
Communication: User's language. Docs/code: English.
"Intent is the source of truth" - specification is the main artifact, code is just its implementation.
No Time Estimates: Use complexity levels (Low/Medium/High) and token estimates (~Xk) instead.
This skill orchestrates 2 sub-skills:
| Sub-Skill | Scope | Methodologies |
|---|---|---|
| faion-sdd-planning | Specs, design docs, impl-plans, tasks, templates, workflows | 28 |
| faion-sdd-execution | Quality gates, reflexion, patterns, memory, code review, context | 20 |
Total: 48 methodologies
CONSTITUTION ā SPEC ā DESIGN ā IMPL-PLAN ā TASKS ā EXECUTE ā DONE
| | | | | | |
project feature technical 100k rule atomic agent learn
principles intent approach compliance units execution reflect
| If you need... | Invoke | Why |
|---|---|---|
| Write spec | faion-sdd-planning | Documentation phase |
| Write design doc | faion-sdd-planning | Documentation phase |
| Create impl-plan | faion-sdd-planning | Documentation phase |
| Create tasks | faion-sdd-planning | Documentation phase |
| Get templates | faion-sdd-planning | Templates stored there |
| Run quality gates | faion-sdd-execution | Validation phase |
| Execute tasks | faion-sdd-execution | Execution phase |
| Code review | faion-sdd-execution | Review phase |
| Learn patterns | faion-sdd-execution | Learning phase |
| Check mistakes | faion-sdd-execution | Learning phase |
| Parallelize tasks | faion-sdd-execution | Optimization phase |
.aidocs/
āāā constitution.md # Project principles
āāā contracts.md # API contracts
āāā roadmap.md # Milestones
āāā features/
āāā backlog/ # Waiting for grooming
āāā todo/ # Ready for execution
āāā in-progress/ # Being worked on
āāā done/ # Completed
āāā {NN}-{feature}/
āāā spec.md # WHAT and WHY
āāā design.md # HOW
āāā implementation-plan.md # Tasks breakdown
āāā tasks/
āāā backlog/
āāā todo/ # Ready tasks
āāā in-progress/ # Executing
āāā done/ # Completed
Lifecycle: backlog/ ā todo/ ā in-progress/ ā done/
| Agent | Purpose | Sub-Skill |
|---|---|---|
| faion-task-executor-agent | Execute SDD tasks autonomously | execution |
| faion-task-creator-agent | Create detailed TASK_*.md files | planning |
| faion-sdd-reviewer-agent | Quality gate reviews | execution |
| faion-hallucination-checker-agent | Validate task completion | execution |
Location: Project-local .aidocs/memory/ (not global)
.aidocs/memory/
āāā patterns.md # Learned patterns
āāā mistakes.md # Errors and solutions
āāā decisions.md # Key decisions
āāā session.md # Session state
| Skill | Relationship |
|---|---|
| faion-net | Parent orchestrator |
| faion-feature-executor | Executes SDD tasks in sequence |
| faion-software-developer | Implements code from tasks |
| faion-product-manager | Provides product specs |
| faion-software-architect | Provides design documents |
faion-sdd v4.0 (Orchestrator) Sub-skills: faion-sdd-planning (28) + faion-sdd-execution (20)