From planner
This skill should be used when the user asks to "customize plan review", "add planning constraints", "override plan review defaults", "set up local-plan-standards", or "configure plan review rules". Create or modify a local-plan-standards skill for project-specific planning constraints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planner:customize-plan-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create or modify a `local-plan-standards` skill that adds project-specific planning constraints and review rules.
Create or modify a local-plan-standards skill that adds project-specific planning constraints and review rules.
Read the plugin's default plan review rules:
${CLAUDE_PLUGIN_ROOT}/skills/review-plan/references/default-plan-review.mdPresent a summary so the user understands what they're extending or replacing.
Ask the user:
Check if .claude/skills/local-plan-standards/SKILL.md already exists on disk.
If it exists:
Scan for skills the user might want to reference as planning constraints:
.claude/skills/*/SKILL.md (local skills).claude/settings.json for enabled plugin skillsPresent discovered skills as candidates. Planning constraints often reference convention skills (e.g., "Code must follow local-review-patterns conventions") - the planner loads referenced skills during Phase 1 to understand the full constraint.
Ask the user for project-specific planning constraints. Guide them to provide concrete, actionable rules. Each constraint can reference a skill that defines its detailed rules.
Examples:
local-review-patterns conventions"Ask the user for review process rules, or offer a sensible default:
"Apply the constraints above as a checklist during plan review."
Read the template from assets/local-plan-standards.md. Replace placeholders:
| Placeholder | Value |
|---|---|
{MODE_LINE} | "These rules extend the default plan review rules." or "These rules replace the default plan review rules. Do NOT load defaults." |
{CONSTRAINTS} | User-provided bullet list of constraints |
{REVIEW_PROCESS} | User-provided review process additions |
Write the result to .claude/skills/local-plan-standards/SKILL.md.
Print what was created and how it integrates:
review-plan automatically loads local-plan-standards during plan reviewplanning-methodology Phase 1 loads it for planning constraintsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tvishwanadha/skills --plugin planner