staff-software-engineer/skills/staff-plan-review/SKILL.md
Review implementation plans as a staff software engineer. Use when the user asks for staff engineer feedback, senior engineering review, plan review, architecture review, implementation-plan critique, approval before proceeding, risk review, or feedback on a proposed technical plan.
npx skillsauth add grailautomation/claude-plugins staff-plan-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 supplied implementation plan. Stay in review mode: do not implement the plan or rewrite it unless the user explicitly asks for replacement text.
Start with one of these verdicts:
Approved — no blocking issues; only optional improvements.Approved With Notes — plan is safe enough to proceed, but has non-blocking improvements.Needs Changes — one or more issues should be fixed before implementation.Then provide the highest-signal sections needed:
Blocking Issues: correctness or risk problems that should stop implementation.Important Notes: non-blocking gaps, tradeoffs, or validation improvements.Suggested Edits: concise replacement bullets or plan changes when useful.Residual Risk: what remains uncertain after the review.Keep the review concise. Do not invent concerns just to fill sections; omit empty sections.
Check whether the plan:
If the plan is underspecified, ask for the missing input only when it blocks a useful review. Otherwise state assumptions and proceed.
development
Parse and analyze Workato recipe JSON exports. Use when the user asks about a Workato recipe's logic, data flow, field mappings, error handling, or control flow. Also use when the user references a .recipe.json file or asks to debug a Workato integration.
tools
Use when the user invokes $spec-kit:tasks or /spec-kit:tasks, or asks to generate dependency-ordered tasks from the plan and repo context.
testing
Use when the user invokes $spec-kit:specify or /spec-kit:specify, or asks to create a brownfield-aware feature specification from a natural language description.
tools
Use when the user asks how to use the spec-kit plugin, wants advice on spec-driven development, needs help choosing the next spec-kit workflow step, or asks for review of existing .specify specs, plans, tasks, constitution, or project context.