confirm-plan

Extract a plan from conversation and create a draft plan file for review.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill confirm-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: confirm-plan
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/confirm-plan
Command: npx skills add https://github.com/changoo89/claude-pilot --skill confirm-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts a plan from the conversation, creates a draft plan file, and runs an auto-review with an Interactive Recovery loop to resolve BLOCKING findings.

Core Features & Use Cases

  • Dual-source extraction: loads decisions from a draft file and scans the /00_plan conversation to surface URs and decisions for completeness.
  • Cross-check verification: compares draft decisions with conversation highlights to reveal omissions and ensure alignment.
  • Plan file creation: generates a structured plan in .pilot/plan/draft/ with 100% requirements coverage checks.
  • Auto-review & Recovery: triggers Interactive Recovery when blocking findings are detected, with optional GPT delegation for large plans.
  • Contextual guidance: supports plan-review workflows and ensures plan is self-contained and executable.

Quick Start

After /00_plan completes, run the confirm-plan skill to extract the plan, generate a draft file, and begin auto-review with Interactive Recovery.

Frequently Asked Questions about confirm-plan

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

FAQPage Schema
How do I auto-verify requirements coverage after generating a project plan?▼

Extract the plan directly from your /00_plan conversation and generate a structured draft file to review. The skill cross-checks conversation highlights with existing drafts to ensure 100% requirements coverage before execution.

What triggers Interactive Recovery during plan review?▼

Interactive Recovery triggers automatically when the auto-review detects BLOCKING findings during the plan confirmation process. It initiates a resolution loop to fix critical omissions and ensures the final plan is self-contained and executable.

Can I delegate the review of large plans to another model?▼

Yes, you can enable optional GPT delegation to handle the auto-review and Interactive Recovery loop for large plans. This manages extensive requirement mappings efficiently without exceeding context limits.

How does dual-source extraction work for plan conversations?▼

Dual-source extraction loads existing decisions from a draft file while simultaneously scanning the /00_plan conversation to surface user requirements. This reveals omissions and ensures alignment between draft decisions and conversation highlights.

Where is the structured draft plan file created during plan confirmation?▼

The structured draft plan file is generated in the .pilot/plan/draft/ directory. This file contains the extracted plan with verified 100% requirements coverage, serving as the foundation for the auto-review and recovery workflow.