| name | doc-placement |
| description | Use when creating or relocating project documentation files for human readers (guides, implementation notes, reference pages); not for AI agent memory or skill files. For agent knowledge routing, see memory-placement. |
Documentation Placement
Before creating documentation:
- Read the project README to see what docs exist.
- Check if existing docs cover this topic - update them instead of creating new.
- Place most docs in
docs/ - top-level is for meta/navigation only.
- Use feature-specific names (e.g.,
daily-checkin-implementation.md not IMPLEMENTATION.md).
- Link new docs from README or parent doc (no orphans).
Top-level docs are for:
- README, CLAUDE.md, CHANGELOG (meta/navigation)
- Major cross-cutting concerns (TESTING, DESIGN, ARCHITECTURE if truly repo-wide)
- Everything else goes in
docs/ or appropriate subdirectory
Acceptance Checks