← ClaudeAtlas

plans-to-beadslisted

This skill should be used when the user asks to "convert plan to beads", "create beads from plan", "break down plan into tasks", "create implementation plan", or has a plan file to track with beads. Transforms a plan into a tracked implementation plan with beads, dependency graph, and verification criteria.
amitkot/claude-code-tools · ★ 0 · Data & Documents · score 70
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