plan-mode-mastery

Generate structured plans and SQL-backed to-dos for multi-step execution.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill plan-mode-mastery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-mode-mastery
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/plan-mode-mastery
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill plan-mode-mastery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan Mode Mastery enables tackling complex multi-step tasks by introducing a formal planning phase with SQL-backed to-dos and execution options.

Core Features & Use Cases

  • Plan Mode: toggle a planning phase to create a structured plan and track progress.
  • SQL-backed todos: persistent state across tasks and failure recovery.
  • Execution modes: interactive, autopilot, or fleet with dependency-aware execution.
  • Collaboration: team-visible task breakdowns and checkpoints.

Quick Start

Enter Plan Mode by pressing Shift+Tab, describe your task, and review the generated plan before choosing execution.

Frequently Asked Questions about plan-mode-mastery

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

FAQPage Schema
How do I plan complex multi-step tasks with structured task management?▼

You plan complex multi-step tasks by entering Plan Mode to generate a structured plan with SQL-backed to-dos. This formal planning phase enforces dependency-aware sequencing and tracks progress persistently for controlled execution and recovery.

What's the best way to track task dependencies for project execution?▼

Tracking task dependencies relies on SQL-backed to-dos that maintain persistent state. Dependency-aware sequencing orders tasks correctly, enabling interactive, autopilot, or fleet execution modes before implementation begins.

How do I start using plan mode for project orchestration?▼

To start using plan mode for project orchestration, toggle the planning phase via Shift+Tab. Describe your task, review the generated structured plan, and select your execution mode before implementation.

Can I recover task progress if an execution fails during multi-step workflows?▼

You can recover task progress during execution failures because the system uses SQL-backed to-dos. This persistent state tracking captures completion status, allowing you to resume controlled execution from the last checkpoint.

Does plan mode support fleet execution for team collaboration?▼

Plan mode supports fleet execution for team collaboration by providing team-visible task breakdowns and checkpoints. You can transition between interactive, autopilot, or fleet execution modes via the exit_plan_mode tool.

When should I not use structured planning for task management?▼

You should not use structured planning for simple, single-step tasks requiring immediate execution. The overhead of generating SQL-backed to-dos and dependency-aware sequencing targets complex multi-step workflows.