acp-plan-task

Define and verify structured plans for complex multi-file tasks.

29|12|Updated May 4, 2026
One-click install
npx skills add https://github.com/bravekingzhang/agent-coding-playbook --skill acp-plan-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-plan-task
Source: https://github.com/bravekingzhang/agent-coding-playbook/tree/main/skills/acp-plan-task
Command: npx skills add https://github.com/bravekingzhang/agent-coding-playbook --skill acp-plan-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of tackling large, ambiguous, or multi-file tasks without a clear implementation approach. It helps produce a plan that ensures safe execution by specifying scope, non-goals, verification, and handoff procedures.

Core Features & Use Cases

  • Plan Mode: Offers a structured approach to outline the steps required for a task.
  • Verification Breakdown: Ensures each step is reversible and can be validated.
  • User Sign-Off: Requires plan approval before coding begins, reducing miscommunication.

Quick Start

To start planning a task, run 'acp-plan-task' and follow the prompts to define your goal, surface area, steps, and verification methods.

Frequently Asked Questions about acp-plan-task

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

FAQPage Schema
How do I plan complex tasks before coding to ensure safe execution?

Task planning for complex changes defines scope, non-goals, and verification steps before execution. This structured approach ensures multi-file changes are reversible and validated, reducing miscommunication risks during the development process.

What is a verifiable plan for large-scale code changes affecting multiple files?

A verifiable plan outlines specific implementation steps, surface areas, and validation methods for large-scale tasks. It requires user sign-off before coding begins, ensuring each step is reversible and can be independently tested.

When do I need structured execution planning for software development?

Structured execution planning is needed for large, ambiguous, or multi-file tasks lacking a clear implementation approach. It helps specify scope, non-goals, verification methods, and handoff procedures to ensure safe execution.

How to break down complex task management into reversible verification steps?

Complex task management breaks down work by defining each step's scope and verification method. This ensures every action is reversible and can be validated independently before moving to the next phase of execution.

Does execution planning require user sign-off before development begins?

Yes, execution planning requires user sign-off before coding begins. This step reduces miscommunication by ensuring the defined scope, non-goals, and verification methods are approved prior to implementing complex multi-file changes.