Loading...
Loading...
Initialize the .specify/ directory structure for Spec-Driven Development in the current project
npx skill4agent add gsmlg-dev/code-agent cmd-speckit-init/speckit.init{{INPUT}}$1.specify/github/spec-kit.specify//speckit.init.updateUPSTREAM_DIR=$(mktemp -d)
git clone --depth 1 https://github.com/github/spec-kit.git "$UPSTREAM_DIR"| Upstream source | Local destination |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
rm -rf "$UPSTREAM_DIR"git remote get-url originpackage.jsonnamemix.exsPROJECT_NAME.specify/memory/constitution.md[PROJECT_NAME][YYYY-MM-DD].specify/specs/.gitignore.gitignore.specify/.specify/.gitignoreSpec-Driven Development workflow:
/speckit.constitution → Define governing principles (run once per project)
/speckit.specify → Write a feature spec
/speckit.clarify → Resolve ambiguities in the spec
/speckit.plan → Generate technical plan + data model + contracts
/speckit.analyze → Validate consistency across artifacts (read-only)
/speckit.tasks → Generate phase-based task breakdown
/speckit.checklist → Create quality checklists for the spec
/speckit.implement → Execute implementation phase by phase
/speckit.taskstoissues → Convert tasks into GitHub issues/speckit.constitution/speckit.specify