Agent skill
cfn-planning
Epic decomposition, coordinator planning, and scope management. Use when breaking down epics into sprints and tasks, coordinating multi-coordinator workflows, or simplifying and managing project scope boundaries.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-planning
SKILL.md
Planning Skill (Mega-Skill)
Version: 1.0.0 Purpose: Epic decomposition, coordinator planning, and scope management Status: Production Consolidates: cfn-epic-decomposer, cfn-multi-coordinator-planning, cfn-scope-simplifier
Overview
This mega-skill provides planning capabilities:
- Epic - Epic decomposition into sprints/tasks
- Coordinator - Multi-coordinator planning and orchestration
- Scope - Scope simplification and boundary management
Directory Structure
planning/
├── SKILL.md
├── lib/
│ ├── epic/ # From cfn-epic-decomposer
│ ├── coordinator/ # From cfn-multi-coordinator-planning
│ └── scope/ # From cfn-scope-simplifier
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-epic-decomposer/ | planning/lib/epic/ |
| cfn-multi-coordinator-planning/ | planning/lib/coordinator/ |
| cfn-scope-simplifier/ | planning/lib/scope/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 3 planning skills into mega-skill
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?