Loading...
Loading...
Found 22 Skills
Execute the implementation planning workflow and generate design artifacts using the plan template. Trigger phrase: "speckit plan".
Execute and implement approved specification proposals in sequence using a test-and-validation-first approach. It is used for implementing changes, applying proposals, executing specification tasks, or building according to approved plans. Trigger words include "speckit-implement", "speckit-develop", "develop", "implement", "realize proposal", "apply change", "execute specification", "complete tasks in order", "build feature", "start implementation".
Perform non-destructive cross-artifact consistency and quality analysis on three core documents: spec.md, plan.md, and tasks.md. Identify inconsistent, duplicate, ambiguous, and under-specified items after task generation. Trigger words include: "speckit-analyze", "speckit-analyze", "document consistency analysis", "specification analysis", "quality check", "artifact analysis", "spec analysis", "plan analysis", "task analysis"
Convert tasks.md into GitHub issues in the current repository
Execute implementation phase-by-phase following tasks.md
Initialize the .specify/ directory structure for Spec-Driven Development in the current project
Validate cross-artifact consistency across spec.md, plan.md, and tasks.md (read-only)
Define or update the project governing principles in .specify/memory/constitution.md
Transform a feature description into a structured spec.md
Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.