List all project context documents, organized by category.
Procedure
- •
Read
docs/README.mdif it exists, for the curated index. - •
Scan the filesystem for completeness:
- •Root-level markdown:
CLAUDE.md,project-goal.md,UI-PATTERNS.md, and any other*.mdat root (excludingnode_modules/) - •
docs/architecture/*.md - •
docs/decisions/*.md - •
docs/research/*.md - •
docs/plans/*.md - •
docs/feedback/*.md
- •Root-level markdown:
- •
For each point-in-time document, extract the date from the filename and the Status from the metadata block at the top of the file.
- •
Present a formatted summary:
codeLiving Documents: - CLAUDE.md — Development guide - project-goal.md — Vision & scope - UI-PATTERNS.md — Force UI patterns - [any docs/architecture/ files] Decisions (docs/decisions/): - [date] [title] — [status] Research (docs/research/): - [date] [title] — [status] Plans (docs/plans/): - [date] [title] — [status] Feedback (docs/feedback/): - [date] [title] — [status]
- •
Flag discrepancies — note any documents found on disk that are missing from
docs/README.md, or entries indocs/README.mdthat point to files that no longer exist.