plan-and-execute

Orchestrate multi-phase workflows with specialized sub-agents for task decomposition, execution, and verification.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill plan-and-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-and-execute
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/plan-and-execute
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill plan-and-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of complex tasks by breaking them down into manageable phases and sub-agents, ensuring a structured and efficient workflow from start to finish.

Core Features & Use Cases

  • Phased Execution: Organizes work into distinct stages like DISCOVER, PLAN, IMPLEMENT, VERIFY, and DELIVER.
  • Sub-Agent Orchestration: Manages multiple specialized agents to perform specific sub-tasks within each phase.
  • Automated Workflow: Runs tasks automatically without requiring user intervention at each step.
  • Use Case: When given a project instruction like "Develop a new feature for the user dashboard," this Skill will automatically discover relevant files, plan the implementation steps, execute the coding tasks, verify the changes, and prepare a pull request.

Quick Start

Use the plan-and-execute skill to refactor the user authentication module.

Frequently Asked Questions about plan-and-execute

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

FAQPage Schema
How do I automate complex task decomposition for multi-step software development workflows?

Complex task decomposition is automated by orchestrating specialized sub-agents across structured phases like DISCOVER, PLAN, IMPLEMENT, VERIFY, and DELIVER. This approach manages execution and state preservation automatically, ensuring a structured workflow from start to finish without manual intervention.

How does agent orchestration work for phased execution in project management?

Agent orchestration for phased execution works by managing multiple specialized sub-agents to perform specific sub-tasks within distinct workflow stages. It handles agent execution, state preservation, and error handling across each phase, automatically transitioning from planning to verification and delivery.

What's the best way to structure an automated workflow for feature development?

The best way to structure an automated workflow for feature development is using a phased execution model. Given a project instruction, the system automatically discovers relevant files, plans implementation steps, executes coding tasks, verifies changes, and prepares a pull request.

Can I use this task management approach for multi-step processes beyond software development?

Yes, this task management approach is applicable to any multi-step process requiring structured automation, including project management. It orchestrates complex workflows by breaking them down into manageable phases and sub-agents, ensuring efficient execution and error handling regardless of the specific domain.

Does this automated workflow require user intervention during sub-agent execution?

No, this automated workflow runs tasks automatically without requiring user intervention at each step. Once given a project instruction, the sub-agent orchestration manages the entire execution lifecycle, spanning from the initial discovery phase through to final delivery.