← ClaudeAtlas

implement-planlisted

Execute an approved implementation plan from the configured plans directory. Use when the user wants to implement a plan phase by phase with verification.
atomicinnovation/accelerator · ★ 19 · AI & Automation · score 84
Install: claude install-skill atomicinnovation/accelerator
# Implement Plan !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh implement-plan` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh` If no "Agent Names" section appears above, use these defaults: accelerator:reviewer, accelerator:codebase-locator, accelerator:codebase-analyser, accelerator:codebase-pattern-finder, accelerator:documents-locator, accelerator:documents-analyser, accelerator:web-search-researcher. **Plans directory**: !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-path.sh plans` You are tasked with implementing an approved technical plan from the configured plans directory (shown above). These plans contain phases with specific changes and success criteria. ## Getting Started When given a plan path: - Read the plan completely and check for any existing checkmarks (- [x]) - Read the original work item and all files mentioned in the plan - **Read files fully** - never use limit/offset parameters, you need complete context - Think deeply about how the pieces fit together - Create a todo list to track your progress - Start implementing if you understand what needs to be done If no plan path provided, ask for one. ## Implementation Philosophy Plans are carefully designed, but reality can be messy. Your job is to: - Follow the plan's intent while adapting to what you find - Implement each phase fully before moving to the next - Verify your work makes sense in the broader codebase context