plans-to-beadslisted
Install: claude install-skill amitkot/claude-code-tools
# Convert Plan to Implementation Plan with Beads
Transform a (1) Plan into a (2) Implementation Plan with beads for cross-session tracking and parallel execution.
## Arguments
`$ARGUMENTS` - Optional path to plan file. Defaults to most recent in `~/.claude/plans/`
## Process Overview
1. **Find and parse** the source plan
2. **Think hard** to identify tasks, dependencies, complexity, verification
3. **Create beads** with proper dependency relationships
4. **Output implementation plan** with full task details
## Detailed Instructions
Use the **Task tool** with `subagent_type='general-purpose'` and `model='opus'` to perform the conversion. The agent requires high creativity for dependency inference and verification generation.
### Agent Instructions
#### Phase 1: Find and Parse Plan
1. Locate the plan file:
- If argument provided, use that path
- Otherwise: `ls -t ~/.claude/plans/*.md | head -1`
2. Read and parse the plan structure:
- Title: First `# Plan:` or `#` heading
- Summary: Content under `## Summary` or `## Goal` or `## Overview`
- Sections: Each `### Phase N:`, `### N.`, or `### Step N:` section
- File references: Note any files mentioned for modification
#### Phase 2: Think Hard - Task Analysis
Analyze the plan deeply before creating any beads:
1. **Identify discrete tasks**
- Break phases into atomic, independently-completable tasks
- Each task should be achievable in one focused session
- Avoid tasks that are too broad ("impl