Architect Project Planner — Documentation Index
This directory contains all specification and decision documents for the
Architect Project Planner application. Documents are organized by type.
Reading Order (for new contributors)
specs/product-requirements.md — Start here. Understand the "why."
specs/data-model.md — The core of the system. Read this carefully.
specs/ui-ux.md — How users interact with the data model.
specs/technical-architecture.md — How the app is built.
specs/api.md — The contract between layers.
decisions/ — Rationale for key choices made during design.
glossary.md — Shared vocabulary; refer to when terms feel ambiguous.
Architecture Decision Records
All specs use present tense to describe the system as it will exist.
All ADRs follow the template in templates/adr-template.md .
Status values: Draft → Under Review → Approved → Superseded.
When a spec changes materially, bump the revision table inside that file.
Terms used across documents carry the meaning defined in glossary.md .