What problem does it solve?
Ingest planning documents from ADRs, PRDs, SPECs, and DOCs to bootstrap or merge a .planning/ setup across a repository, synthesizing context and surfacing conflicts for resolution.
Core Features & Use Cases
- Ingest multiple planning document types from standard locations (docs/adr/, docs/prd/, docs/specs/, docs/rfc/ and root-level ADR-PRD-SPEC-RFC-*.md) and classify them in parallel.
- Auto-synthesize conflicts using the precedence ADR > SPEC > PRD > DOC, producing INGEST-CONFLICTS.md with categorized results and gating to prevent writes when blockers exist.
- Bootstrap a new .planning/ with PROJECT.md, REQUIREMENTS.md, ROADMAP.md, STATE.md, or merge into an existing planning by appending phases and requirements.
- Support optional manifest input to control document precedence and routing.
Quick Start
Run the ingest-docs workflow with the path to your repository to bootstrap or merge .planning/.