What problem does it solve?
Prevents documentation drift by standardizing how implementation-time staging documentation is created and then integrated into permanent, AI-consumable project docs.
Core Features & Use Cases
- AI-first docs structure: Defines how the
docs/ folder functions as a technical reference for agents (not a project board), and where staging work lives.
- Staging workflow template: Guides architects and implementers to scaffold story staging docs under
docs/staging/ with plan traceability, acceptance criteria, and tech stack context.
- Integration checklist for permanent docs: Provides a repeatable process to merge decisions, issues/resolutions, lessons learned, and file references from staging into domain docs and update
docs/index.md when needed.
Quick Start
Use the project-documentation skill to scaffold a new implementation staging journal at docs/staging/US-NNN-story-name.md from the staging-doc template, then later integrate its content into the permanent docs using the integration checklist.