Specification templates for structured technical documentation.
templates/ contains 15 markdown templates with YAML frontmatter covering:
- Core: system specs, feature specs, user stories, resources/runbooks, issues, changelog entries
- Planning: future proposals, execution plans, ideal-state visions
- Governance: constraints, contradictions, promises, stakeholders
- Testing: test/benchmark specs
See templates/CONVENTIONS.md for the full convention guide — frontmatter fields, status values, naming rules, and cross-referencing patterns.
Copy the relevant template into your specs directory and fill it in:
cp templates/system_spec.md my-project/specs/new_system.md