Agent skill
plan-collection
Plan a batch of related work items with phasing and dependencies.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-collection
SKILL.md
Plan Collection
The Planner drives this workflow. Plan a group of related work items — decompose a large goal into sequenced phases with explicit dependencies, then define the individual tickets for each phase.
Phase 1: Decompose Into Work Items
Break the goal into distinct, trackable items.
Steps
- Read the epic/goal description and acceptance criteria
- Identify all distinct work items needed to achieve the goal
- For each work item, define: title, one-line description, type (feature/task/chore/bug), rough scope (S/M/L)
- Identify dependencies between items
Output
Produce a work item table: # | title | type | size | dependencies.
⛔ CHECKPOINT
STOP. Confirm the work item decomposition is correct and complete before phasing.
Approval Required: Yes
Phase 2: Organize Into Phases
Group items into deliverable phases.
Steps
- Group items into implementation phases based on:
- Dependency ordering (dependencies first)
- Logical cohesion (related changes together)
- Risk reduction (high-risk items early for fast feedback)
- Each phase should be independently deliverable
- Define what "done" looks like for each phase
Output
Produce a phased plan covering: per-phase goal, items, dependencies, and done criteria; plus a dependency graph (text representation).
⛔ CHECKPOINT
STOP. Confirm phasing and sequencing before proceeding.
Approval Required: Yes
Error Handling
| Error | Recovery |
|---|---|
| Scope too large to decompose | Break into sub-goals first, plan each separately |
| Circular dependencies | Refactor items to break the cycle, flag for human review |
| Items overlap | Merge overlapping items or clarify boundaries |
| Phase boundaries unclear | Ask human for priority guidance to drive sequencing |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?