Storage
How Project Management artifacts are organized in the .project/ directory.
Directory Structure
All Project Management artifacts are stored in your project's .project/ directory, organized by project:
.project/<project>/
00-initiate.md ← Charter, stakeholders, team, DoD
01-plan.md ← Vision, roadmap, backlog, stories, sprints
02-sprint.md ← Standups, goals, blockers, WIP
03-review.md ← Sprint review, demos, metrics, releases
04-improve.md ← Retros, process improvements, health
risk-assessment.md ← Risk register and mitigations
decision-log.md ← Project decisions with rationale
capacity-planning.md ← Team capacity across sprints
status-report.md ← Leadership status updates
skip-log.md ← Prerequisite bypass logFile Naming Convention
Project Management phase artifacts use a numbered prefix pattern (00- through 04-) corresponding to each phase of the Scrum-based workflow. Utility files use descriptive names without numbered prefixes and serve as cross-sprint reference documents.
Accessing Artifacts
To find Project Management artifacts from other domains:
- List available projects: check directories under
.project/ - Read a specific phase artifact:
.project/<project>/01-plan.md - The sprint backlog in
01-plan.mdand sprint metrics in03-review.mdare the most commonly referenced artifacts - Utility files like
risk-assessment.mdanddecision-log.mdaccumulate entries across sprints