create-sdd-workflow
v0.1.0
Published
Scaffold an SDD documentation workflow with Brief, PRD, PreSpec, technical docs, and vertical-slice specs.
Downloads
22
Maintainers
Readme
create-sdd-workflow
Scaffold an SDD documentation workflow with Brief Inicial, PRD, PreSpec, technical docs, and vertical-slice specs.
Usage
npx create-sdd-workflownpx create-sdd-workflow ./my-projectnpx create-sdd-workflow ./my-project --name "StudyFlow" --idea "An app for study reviews"The command creates the workflow structure and prepares .specs/project/STATE.md.
It does not create an empty docs/product/Brief_Inicial.md. The Brief Inicial is generated by a short Grill-me interview with up to 3 questions.
What It Creates
workflow/
docs/
product/
technical/
decisions/
.specs/
project/STATE.md
features/
AGENTS.mdFlow
- Run
npx create-sdd-workflow. - Use the generated
STATE.mdto start the Brief Inicial Grill-me. - Generate
docs/product/Brief_Inicial.md. - Choose from numbered options to enrich the brief, continue to product discovery, or pause.
- Generate the PRD, review it, approve it, then generate PreSpec and technical docs.
See manual_workflow_sdd_grillme_tlc.md for the full tutorial.
