plan-review

Guide architecture planning with structured questions before implementation.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ignidus/iscagent --skill plan-review-ignidus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/ignidus/iscagent/tree/main/skills/plan-review
Command: npx skills add https://github.com/ignidus/iscagent --skill plan-review-ignidus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architecture planning guide that prevents scope creep and risky changes by forcing a structured review before coding.

Core Features & Use Cases

  • Architecture walkthrough: identify components, interactions, and data flow.
  • Dependency & risk analysis: assess services, APIs, data stores and potential blast radius.
  • Scope assessment & phasing: determine minimal viable changes and phased delivery.
  • Explicit boundaries & failure modes: document NOT in scope and failure scenarios.
  • Guardrails for test strategy: outline verification, rollback, and monitoring approaches.

Quick Start

Describe your upcoming feature using the plan-review workflow to collect questions and secure approvals before coding.

Frequently Asked Questions about plan-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review an architecture plan before implementation to prevent scope creep?

Architecture plan reviews prevent scope creep by guiding structured questions and section-by-section progression to lock architecture decisions before coding. This enforces explicit scope and documented failure modes for complex features.

When do I need an architecture walkthrough for multi-service infrastructure changes?

You need an architecture walkthrough for multi-service infrastructure changes that touch multiple components. It identifies dependencies, interactions, and data flow to assess the potential blast radius before implementation begins.

What is the best way to document failure modes and test strategy for a complex feature?

Documenting failure modes and test strategy requires outlining explicit boundaries, verification approaches, and rollback scenarios. A structured plan review enforces documenting what is not in scope alongside these failure scenarios.

How do I assess dependencies and blast radius for a multi-component project?

Assess dependencies and blast radius for a multi-component project by analyzing services, APIs, and data stores. A structured plan review isolates one issue per question to evaluate risks and determine minimal viable changes.

Can I use a plan review workflow for phased delivery of complex features?

Yes, you can use a plan review workflow for phased delivery of complex features. It determines minimal viable changes and secures section-by-section approvals, ensuring explicit boundaries are documented before coding starts.

Why does scope creep happen and how can a design review prevent it?

Scope creep happens when architecture boundaries are undocumented. A design review prevents it by enforcing explicit scope boundaries, assessing dependencies, and documenting what is explicitly not in scope before implementation.