Skip to main content
EQ
Foundry
Back to Browse

create-plan

Verified

Interactive planning prompt: iterative research, discovery, and detailed implementation plan generation with user checkpoints

Installation

See github-copilot-brain repo for Copilot installation

Recommended. Works with Claude Code, Cursor, and 40+ agents.

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

Overview

create-plan is a GitHub Copilot prompt that guides creation of detailed implementation plans through an interactive, iterative process. It researches the codebase, presents design options, and builds phased plans with success criteria. It never writes a full plan without your approval at each stage.

When to Use

  • Starting a new feature that needs structured planning
  • Breaking down a large task into phased implementation steps
  • When you want the AI to research the codebase before proposing an approach
  • Generating implementation plans that separate automated from manual verification

How It Works

  1. Context gathering: researches the codebase using semantic search and file analysis
  2. Research and discovery: presents design options, waits for your choice
  3. Plan structure: gets feedback on phasing before writing details
  4. Detailed plan: creates the full plan with your confirmation
  5. Review and iteration: refines based on feedback

Installation

Available as a GitHub Copilot prompt. See the github-copilot-brain repo for setup.