.claude/skills/pre-phase-review/SKILL.md
Review PVR, A&D, and Plan before starting a new phase — highlight findings, discuss decisions
npx skillsauth add the-agency-ai/the-agency .claude/skills/pre-phase-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review the living artifacts (PVR, Architecture & Design, Plan) before starting a new phase. Surface anything that needs attention and get clearance to proceed.
Search for the three artifact types:
claude/workstreams/*/**/*-pvr-*.md and usr/*/**/*-pvr-*.md for Product Vision & Requirements files.claude/workstreams/*/**/*-architecture-*.md, claude/workstreams/*/**/*-ad-*.md, and docs/plans/*-architecture-*.md for Architecture & Design files.docs/plans/*.md and pick the most recently modified plan file.If any artifact is missing, note it ("PVR not found — skipping PVR review") but continue with whatever exists. If none are found, tell the user and stop.
Launch three agents in parallel, one per artifact:
PVR reviewer:
A&D reviewer:
Plan reviewer:
Each agent should return a structured list of findings, each categorized as:
Merge results from all three agents. Group by category:
Always show the full consolidated report, even if everything is clean.
If no issues were found:
PVR, A&D, and Plan reviewed. No changes needed. Ready to proceed to [next phase].
If there are highlights but no decisions:
Show the highlights, then: "No decisions needed. Ready to proceed to [next phase]."
If decisions are needed:
Show everything, then present each decision with numbered options so the principal can reply by number.
If the principal makes decisions that require artifact updates:
After decisions are applied, locate the handoff file (glob usr/*/*/handoff.md or usr/*/captain/handoff.md). Update with:
Ask: "Ready to proceed to [next phase]?"
Wait for explicit confirmation before the phase begins.
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment