Agent skill · Databases

developing-plan-reviewers

Create project-specific plan reviewer agents that integrate with the planning-project-features workflow. Use when a project needs domain-specialized reviewers for sub-plans (e.g., Go code reviewer, API layer reviewer, database reviewer) or when the planner warns that no suitable local reviewer exists for a sub-plan's domain.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill developing-plan-reviewers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/agent/developing-plan-reviewers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Developing Plan Reviewers Create project-specific reviewer agents for the `planning-project-features` workflow. These agents review individual sub-plans for domain-specific correctness — catching issues that the generic global reviewers (architecture, risk) cannot. For general agent development guidance (frontmatter fields, description examples, system prompt design), see the `developing-agents` skill. ## How Plan Reviewers Fit In The planning workflow (Phase 5) uses two types of reviewers: 1. **Global reviewers** (`~/.claude/agents/`) — `plan-architect-reviewer` and `plan-risk-reviewer`. Project-agnostic, already exist. 2. **Local reviewers** (`.claude/agents/`) — project-specific, domain-specialized. **This is what you build.** The planner discovers local reviewers in Phase 4 by reading their descriptions, matches each sub-plan to the most appropriate reviewer, and launches them in Phase 5. No naming convention is assumed — the description is what matters. ## Design Philosophy A reviewer agent is a **thin shell**. It defines: - **What to review** — the domain scope (via description and skills list) - **How to output** — the standard review format (Verdict / Findings / Concerns

What's inside
Steps it walks through
  1. How Plan Reviewers Fit In
  2. Design Philosophy
  3. Reviewer Agent Template
  4. Key Choices
  5. Choosing Skills to Preload
  6. Standard Output Format
  7. Examples
  8. Rules
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the developing-plan-reviewers skill do?

Create project-specific plan reviewer agents that integrate with the planning-project-features workflow. Use when a project needs domain-specialized reviewers for sub-plans (e.g., Go code reviewer, API layer reviewer, database reviewer) or when the planner warns that no suitable local reviewer exists for a sub-plan's domain.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill developing-plan-reviewers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going