Create a new docflow project with content brief (spec.md), document outline (plan.md), and generation checklist (tasks.md).
Create a new document project and generate its planning artifacts.
Invoked via /docflow:propose slash command.
python skills/docflow/scripts/docflow_cli.py new "<project-name>"
This creates docflow/<name>/ with .docflow.yaml in explore phase.
python skills/docflow/scripts/docflow_cli.py instructions propose --project "<name>" --json
skills/docflow/templates/spec.mdskills/docflow/templates/plan.md — Document outline templateskills/docflow/references/artifact-tagging.md — Tag syntaxFill in the content brief with:
Write to docflow/<name>/spec.md.
Create the document outline with:
## 1. Section Title)[diagram:name], [chart:name]Write to docflow/<name>/plan.md.
python skills/docflow/scripts/generate_tasks.py docflow/<name>/plan.md --output docflow/<name>/tasks.md
python skills/docflow/scripts/docflow_cli.py advance --project "<name>"
Display generated files and tasks.md content. Direct user to /docflow:generate.