Guide
Scaffold a concept page
Create a validated concept with problem, why, and mental model.
Use this when
- Documenting a product idea that needs explanation first
Do not use this when
- Writing a step-by-step production procedure (use a guide)
Invariants
- Docify does not invent the concept from source code
Steps
- 1. Run docify scaffold concept <id>Expected: Markdown file under concepts/
- 2. Fill summary, problem, why, mental modelExpected: Human-understanding fields present
- 3. Run docify validateExpected: Validation passes
Verification
- Concept appears in INDEX.md after build