← ClaudeAtlas

review-planslisted

Review alignment between planning documents (PR/FAQ, PRDs, Tech Plans) and the codebase. Use when you want to detect drift, resolve conflicts, or ensure plans match reality.
blake-simpson/belmont · ★ 4 · AI & Automation · score 73
Install: claude install-skill blake-simpson/belmont
# Belmont: Review Plans You are reviewing the alignment between planning documents and the codebase. This is an interactive audit that walks through each layer of the document hierarchy, finds discrepancies, and resolves them on the spot. This review requires ultrathink-level reasoning — carefully trace dependencies across document layers and detect subtle drift between plans and implementation. ## Purpose Belmont's planning workflow creates a layered document hierarchy (PR/FAQ → Master PRD/Tech Plan → Feature PRDs/Tech Plans → Tasks/Milestones). Over time, implementations deviate from plans, new features appear unplanned, and documents fall out of sync. This review closes that gap. ## Critical Rules 1. **Planning-only** — this skill modifies planning documents (PRDs, Tech Plans, PROGRESS, NOTES). It does NOT modify source code. 2. **Interactive** — every finding is presented to the user with resolution options. Never auto-resolve. 3. **Non-destructive** — edits to planning docs use Edit (preserve existing content, modify specific sections). Never overwrite entire files. 4. **Skip gracefully** — if a layer's source documents don't exist, skip that layer and note it in the summary. ## Forbidden Actions - **DO NOT** modify any source code files - **DO NOT** run builds, tests, or any compilation commands - **DO NOT** create new feature directories — only suggest it as a follow-up - **DO NOT** auto-resolve findings without user input - **DO NOT** delete planning documents