This repository starts with a lean, docs-first delivery process. The process exists to keep product intent, architecture, implementation tasks, and verification evidence aligned before code is added.
Start with docs/delivery-workflow.md.
- Write an outcome brief.
- Turn the brief into a delivery plan.
- Add an architecture overview or ADR when system boundaries, data flow, runtime behavior, security, or extensibility are affected.
- Add a design doc when implementation choices need a decision before code.
- Write specs for behavior that needs precision.
- Execute from task contracts.
- Record verification evidence before marking work complete.
No product implementation has been added yet. The repository currently defines the delivery system and artifact templates.