docs
Installation
SKILL.md
Docs
Project memory system. Pick an action:
/docs sync— Map codebase to references, update roadmap statuses. Use/docs sync structureto only rebuild the folder layout./docs research— Discover and formalize what to build next into a roadmap doc/docs retro— Analyze logs and decisions over a time period for patterns, wins, and recurring issues
Core Model
.docs/reference/= what exists in the codebase. Sync writes here..docs/roadmap/= what should exist but doesn't yet. Research writes here. Organized by status..docs/decisions/= decision records. Any command can create these..docs/logs/= chronological record of all agent work and decisions. Any command writes here after completing substantial work. Exists so every dev in a shared repo can see what agents did and why..docs/retros/= retrospective analyses. Retro writes here. Separate from logs so analytical summaries don't get buried in work history.