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.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add masharratt/claude-flow-novice --skill cfn-planning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cfn Planning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/masharratt-cfn-planning)More formats (shields.io, HTML) on the badges page.
---
name: cfn-planning
description: "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."
version: 1.0.0
tags: [mega-skill, epic, planning, scope, decomposition]
status: production
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!