← ClaudeAtlas

plan-reviewlisted

Review .context/plans/*.md files using 3 independent subagent reviewers: Technical (feasibility, gaps, soundness), Strategic (scope, alignment, priority), and Risk (blind spots, edge cases, failure modes). The skill FIRST asks the user which models to assign to each reviewer — presenting available options based on the user's environment (OpenCode Zen, Go, Claude Code, or BYOK). Each reviewer receives the same plan with a role-specific lens and returns structured feedback. The main agent consolidates all three perspectives. Triggers: 'review this plan', 'audit plan', 'plan review', 'check my plan', 'what's wrong with this plan', 'review all plans', 'plan quality check'. Do NOT use for plans not in .context/plans/, one-off notes, or external documents.
pantheon-org/skill-quality-auditor · ★ 2 · AI & Automation · score 68
Install: claude install-skill pantheon-org/skill-quality-auditor
# Plan Review — 3-Agent Multi-Perspective Audit Review `.context/plans/` files through 3 independent lenses: **Technical**, **Strategic**, and **Risk**. Each reviewer is a separate subagent with a unique prompt and perspective. The main agent collates results into a consolidated report. This catches what a single reviewer normalises — each subagent brings a fresh set of assumptions and focus areas. ## Prerequisites - A `.context/plans/*.md` file exists to review (or a glob selecting multiple) - The plan has standard YAML frontmatter (`title`, `type`, `status`, `date`) - Your environment supports spawning `general` and `explore` subagent types ## Quick Start ```bash # No CLI commands — this is an agent workflow skill. # Load the skill, then say: "review the plan at .context/plans/<name>.md" ``` ## When to Use - A `.context/plans/*.md` file needs an independent multi-perspective review before implementation - A draft plan needs validation before marking it `ACTIVE` - Multiple plans exist in the same domain and need prioritisation - A stale plan needs a freshness check against current project state - The user explicitly asks for a plan audit ## When NOT to Use - For one-off notes, scratch files, or non-plan documents — use `session-reflection` instead - For plans outside `.context/plans/` — the reviewer prompts assume `.context/` frontmatter conventions - When the plan is trivially small (1 paragraph, no steps) — the overhead of 3 subagents is not justified - When the