Start planning workflow to analyze requirements and create actionable beads tasks
Plans feature implementation by analyzing requirements, creating dependency-based tasks, and generating execution roadmap.
/plugin marketplace add ivankristianto/k2-dev/plugin install k2-dev@k2-dev-marketplaceoptional feature descriptionInvoke Planning skill to analyze requirements, clarify details, and create structured beads tasks with dependencies.
1. Capture requirement:
2. Invoke Planning skill:
Skill tool with:
- skill: "k2-dev:planning"
- args: "User wants to: {user requirement}"
3. Skill executes workflow in main context:
bd create, set up hierarchy (epics/stories/subtasks), add dependencies with bd dep addbd sync, generate structured report with task graph and unblocked/blocked ticketsPlanning skill references: AGENTS.md, CLAUDE.md, (docs|specs)/constitution.md, project documentation
/k2:planner Add user authentication with JWT # with description
/k2:planner # interactive - asks for requirement
/planner # alias (direct skill invocation)
## Feature: {name}
### Summary
{2-3 sentence high-level summary}
### Tickets in Dependency Graph
{list tickets showing relationships}
### Unblocked Tickets
- {list ready-to-start tickets}
### Blocked Tickets
- {list tickets with dependencies}
✅ Requirements clarified → ✅ Tech Lead approved → ✅ Beads tasks created → ✅ Dependencies set → ✅ Execution order clear
Present: task IDs/titles, parent-child relationships, dependencies, execution order, next steps (/k2:start beads-XXX)