Loading...
Loading...
Create implementation task plans in `_/local-plans/<plan-name>.md`. First investigate the codebase using the Explore Agent, then document it in verifiable granularity and parallel-executable units, following the standard format (Background & Purpose, Current Status, Design, File Structure Tree, Implementation Steps, Verification Methods) that can be validated by the plan-verifier Agent. Used for requests like "Make a plan", "Design", "Task decomposition", "Think about implementation approach". plan, planning, design, implementation plan, task decomposition, create-plan
npx skill4agent add fandhe-ai/agent-cli-skills create-plan_/local-plans/<plan-name>.md_/.claude/_/mv_/rmdirrm -rf _/dotclaudeauth-middleware-rewrite.mdchakra-ui-skill.mdapi-endpoint-refactor.md_/local-plans/<plan-name>.mdplan-verifier# {Task Title}
## Background & Purpose
{Why this task is necessary}
{Issues to solve}
{Expected outcomes}
## Current Status
{Relevant current state — existing files, technology stack, dependencies}
## Design
### File Structure
{Tree diagram of files to be created/modified}
### Specifications
{Technical design details — APIs, data structures, formats, etc.}
## Implementation Steps
### Phase 1: {Phase Name}
1. {Specific task}
2. {Specific task}
### Phase 2: {Phase Name}
1. {Specific task}
2. {Specific task}
{Add Phase N as needed}
## Parallel Execution Strategy
{Only include if there are parallelizable tasks}
## Verification Methods
{How to confirm that the plan deliverables are correctly completed}
{Verification points for the plan-verifier Agent}
## Future Enhancements
{Related development possibilities outside the scope — optional}