faion-sdd

SDD workflow: specs, designs, implementation plans, quality gates.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "faion-sdd" with this command: npx skills add faionfaion/faion-network/faionfaion-faion-network-faion-sdd

Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.

SDD Domain Skill (Orchestrator)

Communication: User's language. Docs/code: English.


Philosophy

"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.


Context Discovery

Auto-Investigation

Check for existing SDD structure:

SignalHow to CheckWhat It Tells Us
.aidocs/Glob("**/.aidocs/")SDD structure exists
constitution.mdRead(".aidocs/constitution.md")Tech stack, standards defined
roadmap.mdRead(".aidocs/roadmap.md")Features planned
backlog/Glob("**/.aidocs/backlog/*")Features in queue
todo/Glob("**/.aidocs/todo/*")Ready features
in-progress/Glob("**/.aidocs/in-progress/*")Active work
memory/Glob("**/.aidocs/memory/*")Learning artifacts

Read existing artifacts:

  • constitution.md for constraints and standards
  • Any existing specs/designs for patterns
  • memory/patterns.md for learned patterns

Discovery Questions

Q1: SDD Phase

question: "What phase of SDD workflow are you in?"
header: "Phase"
multiSelect: false
options:
  - label: "Starting new project (need constitution)"
    description: "Bootstrap SDD structure"
  - label: "Planning a feature (spec/design)"
    description: "Write spec, design, impl-plan"
  - label: "Ready to execute (have tasks)"
    description: "Implement planned tasks"
  - label: "Reviewing/improving"
    description: "Quality gates, code review"

Routing:

  • "Starting" → constitution-guidelines, project bootstrap
  • "Planning" → Skill(faion-sdd-planning)
  • "Execute" → Skill(faion-sdd-execution) or Skill(faion-feature-executor)
  • "Reviewing" → Skill(faion-sdd-execution) → quality-gates

Q2: Document Type (if planning)

question: "What document do you need to create?"
header: "Document"
multiSelect: false
options:
  - label: "Specification (what to build)"
    description: "Requirements, success criteria"
  - label: "Design document (how to build)"
    description: "Architecture, API contracts"
  - label: "Implementation plan (tasks)"
    description: "Task breakdown, dependencies"
  - label: "All of the above"
    description: "Full planning cycle"

Q3: Feature Complexity

question: "How complex is the feature?"
header: "Complexity"
multiSelect: false
options:
  - label: "Low (< 50k tokens)"
    description: "Single task, straightforward"
  - label: "Medium (50-150k tokens)"
    description: "Multiple tasks, some complexity"
  - label: "High (> 150k tokens)"
    description: "Many tasks, architectural changes"

Context impact:

  • "Low" → Single task, less formal docs
  • "Medium" → Standard SDD workflow
  • "High" → Detailed spec, parallel execution

Architecture

This skill orchestrates 2 sub-skills:

Sub-SkillScopeMethodologies
faion-sdd-planningSpecs, design docs, impl-plans, tasks, templates, workflows28
faion-sdd-executionQuality gates, reflexion, patterns, memory, code review, context20

Total: 48 methodologies


Workflow Overview

CONSTITUTION → SPEC → DESIGN → IMPL-PLAN → TASKS → EXECUTE → DONE
      |          |        |          |          |         |        |
   project    feature  technical   100k rule   atomic   agent    learn
   principles  intent   approach   compliance   units  execution reflect

When to Use Which Sub-Skill

Use faion-sdd-planning for:

  • Writing specifications (WHAT + WHY)
  • Creating design documents (HOW)
  • Breaking down implementation plans (TASKS)
  • Task creation from impl-plans
  • Template usage
  • Workflow navigation

Use faion-sdd-execution for:

  • Task execution workflows
  • Quality gate validation (L1-L6)
  • Code review cycles
  • Reflexion learning (PDCA)
  • Pattern/mistake memory management
  • Context management strategies
  • Task parallelization analysis

Quick Decision Tree

If you need...InvokeWhy
Write specfaion-sdd-planningDocumentation phase
Write design docfaion-sdd-planningDocumentation phase
Create impl-planfaion-sdd-planningDocumentation phase
Create tasksfaion-sdd-planningDocumentation phase
Get templatesfaion-sdd-planningTemplates stored there
Run quality gatesfaion-sdd-executionValidation phase
Execute tasksfaion-sdd-executionExecution phase
Code reviewfaion-sdd-executionReview phase
Learn patternsfaion-sdd-executionLearning phase
Check mistakesfaion-sdd-executionLearning phase
Parallelize tasksfaion-sdd-executionOptimization phase

Directory Structure

.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/


Agents

AgentPurposeSub-Skill
faion-task-executor-agentExecute SDD tasks autonomouslyexecution
faion-task-creator-agentCreate detailed TASK_*.md filesplanning
faion-sdd-reviewer-agentQuality gate reviewsexecution
faion-hallucination-checker-agentValidate task completionexecution

Memory Storage

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

Related Skills

SkillRelationship
faion-netParent orchestrator
faion-feature-executorExecutes SDD tasks in sequence
faion-software-developerImplements code from tasks
faion-product-managerProvides product specs
faion-software-architectProvides design documents

faion-sdd v4.0 (Orchestrator) Sub-skills: faion-sdd-planning (28) + faion-sdd-execution (20)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

faion-automation-tooling

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

faion-ml-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

faion-ai-agents

No summary provided by upstream source.

Repository SourceNeeds Review