Initialize spec-driven development structure in current project
Sets up spec-driven development by creating the `.claude/spec/` and `.claude/steering/` directories with template files. Use this to establish a structured foundation for managing project specifications, tasks, and technical decisions.
/plugin marketplace add Someblueman/spec-flow/plugin install someblueman-spec-flow@Someblueman/spec-flowSet up the spec-driven development structure for this project.
.claude/spec/ directory with SPEC.md.claude/spec/tasks/ for task breakdown files.claude/steering/ with product.md, tech.md, decisions.md$ARGUMENTS can include:
--skip-interview - Just create structure without running interview--from-readme - Seed spec from existing README.mdCheck if .claude/spec/SPEC.md already exists
Create directory structure:
.claude/
├── spec/
│ ├── SPEC.md
│ ├── tasks/
│ └── archive/
└── steering/
├── product.md
├── tech.md
└── decisions.md
Copy templates from plugin:
Unless --skip-interview:
Report what was created and next steps
/spec-flow:init
/spec-flow:init --skip-interview
/spec-flow:init --from-readme
Suggest the user:
.claude/spec/SPEC.md/spec-flow:status to see current state