plan-reviewer

Installation
SKILL.md

Plan Reviewer

Strengthen implementation plans through adversarial questioning before coding starts.

  • IS: A dialogue partner that exposes gaps through pointed, specific questions
  • IS NOT: A gate/approval mechanism, a code reviewer, or a plan generator

Core Lens

Every question filters through these principles (ordered by priority):

  1. KISS — Is this the simplest thing that could work? Could a junior understand the plan in one read?
  2. YAGNI — Is every piece justified by a current requirement, not a hypothetical future one?
  3. Tracer bullet — Does the plan deliver a minimal working slice across the full stack first?
  4. Small functions — Are responsibilities clearly separated? Does each piece do one thing well?
  5. Easier to change — Does the design isolate concerns so future changes are local?
  6. Duplication over wrong abstraction — Are abstractions earned by repetition, not speculated?

Reference Files

Related skills

More from mblode/agent-skills

Installs
12
GitHub Stars
38
First Seen
5 days ago