verify-plan

Validate implementation plans and generate structured verification reports with verdicts.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/n0rvyn/indie-toolkit --skill verify-plan-n0rvyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-plan
Source: https://github.com/n0rvyn/indie-toolkit/tree/main/dev-workflow/skills/verify-plan
Command: npx skills add https://github.com/n0rvyn/indie-toolkit --skill verify-plan-n0rvyn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams validate a written implementation plan before coding, reducing miscommunications and risky changes by running a Verification-First assessment in a separate context.

Core Features & Use Cases

  • Dispatches a dedicated plan-verifier agent to validate the plan in isolation from the main workflow.
  • Collects plan metadata (Plan file path, Design doc path, Design analysis path, Crystal file path, Project root) and optionally retrieves known error patterns for contextual guidance.
  • Produces a structured verification report with a verdict, revision options, and decision points (blocking and recommended), enabling safe, incremental plan improvements.
  • Supports debugging and traceability by anchoring verification decisions to plan content and design references.

Quick Start

Provide the written plan file path and ask the agent to verify the plan.

Frequently Asked Questions about verify-plan

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

FAQPage Schema
How do I verify an implementation plan before coding?

To verify an implementation plan before coding, you provide the plan file path to a dedicated plan-verifier agent that runs in isolation to surface verifiable risks and return a structured verdict with revision options.

What is automated plan verification in software engineering?

Automated plan validation is a workflow step that runs a separate agent to assess a written implementation plan against design docs and known error patterns, producing a verification report with blocking decisions before execution.

How do I check my software architecture plan for risks before execution?

You check architecture plan risks by dispatching an automated verification agent that analyzes the plan alongside design analysis and project root context, yielding a structured verdict with decision points to prevent risky changes.

What metadata do I need to provide for plan verification?

Plan verification requires providing the plan file path, while the system automatically gathers associated design doc paths, design analysis, crystal file path, and project root to anchor verification decisions to plan content.

Can I use automated plan verification to reduce miscommunications in software workflows?

Yes, automated plan verification reduces miscommunications by validating the written implementation plan in a separate context, anchoring decisions to design references, and enabling safe incremental improvements before coding begins.

When should I not use automated plan verification?

Automated plan verification is not necessary for trivial changes that do not require a written implementation plan, as the process relies on gathering design docs and project context to produce a structured verification report.