attilaszasz
UserReplace chaotic AI code generation with a disciplined, spec-driven workflow. SDD Pilot enforces structured development phases and quality gates, leveraging AI agents to conduct online research for best practices and plan your architecture before a single line of code is written.
Categories
Indexed Skills (30)
sddp-autopilot
Run the full SDD pipeline (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) end-to-end without user interaction
sddp-implement-qc-loop
Run Implement → QC in a continuous loop until QC passes or the safety limit (10 iterations) is reached
sddp-implement
Execute the implementation plan by processing and completing all tasks defined in tasks.md
sddp-qc
Execute Quality Control checks on the implemented feature to ensure requirements, security, and tests pass
sddp-amend
Propagate a described change across canonical bootstrap artifacts and the project plan
sddp-checklist
Generate a custom requirements quality checklist for the current feature
sddp-devsetup
Analyzes the repository and guides the user through full local development environment setup — runtime tools, services, configuration, test toolchain, and verification.
sddp-init
Initialize SDD project governance (project instructions and configuration)
sddp-plan
Create an implementation plan from a feature specification
sddp-projectplan
Create or refine the canonical project-level Project Implementation Plan (`specs/project-plan.md`)
sddp-regen
Archive a completed prototype and regenerate all canonical bootstrap artifacts from scratch, informed by learnings
sddp-specify
Create a feature specification from a natural language description
sddp-systemdesign
Create or refine the canonical project-level technical context (`specs/sad.md`)
sddp-tasks
Generate an actionable task list from a feature implementation plan
sddp-devops
Create or refine the canonical project-level deployment and operations context (`specs/dod.md`)
sddp-prd
Create or refine the canonical project-level Product Requirements Document (`specs/prd.md`)
sddp-clarify
Identify underspecified areas in a feature spec and resolve them through targeted clarification questions
sddp-analyze
Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks
adr-authoring
Defines the canonical MADR format, lifecycle rules, numbering policy, and SAD catalog contract for standalone ADRs under specs/adrs/.
amend-project
Propagate a user-described bootstrap change across canonical project artifacts and the project plan by analyzing impact and executing the owning bootstrap workflows inline.
artifact-conventions
Defines preservation, format, and section rules for SDD specification artifacts (spec.md, plan.md, tasks.md, checklists). Use when editing feature-artifact files under specs/<feature-folder>/ to prevent accidental corruption of cross-referenced IDs, priorities, and gating state.
autopilot-pipeline
Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.
clarification-strategies
Reference material with ambiguity-audit patterns and critique strategies for requirements. Loaded on demand by `clarify-spec`; not directly invokable.
clarify-spec
Clarify product, technical, and operational specs with targeted questions and write accepted answers into spec.md.
deployment-operations
Create/refine project `specs/dod.md` as the canonical Deployment & Operations Document.
environment-setup
Analyzes the project repository and guides the user through full local development environment setup — runtime tools, services, configuration, test toolchain, and verification. Use when running /sddp-devsetup.
generate-checklist
Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.
generate-tasks
Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.
implement-qc-loop
Runs Implement → QC in a continuous loop until QC passes or a safety limit is reached. Combines /sddp-implement and /sddp-qc into a single uninterrupted workflow.
implement-tasks
Executes the implementation plan by processing and completing all tasks defined in tasks.md phase-by-phase. Use when running /sddp-implement or when code implementation from a task list is needed.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.