From claude-superskills
Executes written implementation plans in controlled batches with review checkpoints, verification, and feedback. Use when a plan exists needing strict adherence and regression prevention.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-superskills:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute approved implementation plans in controlled batches with checkpoints, verification, and review gates.
Execute approved implementation plans in controlled batches with checkpoints, verification, and review gates.
Use this skill when:
Display plan execution progress before each batch:
[████░░░░░░░░░░░░░░░░] 20% — Phase 1: Loading & Reviewing Plan
[████████░░░░░░░░░░░░] 40% — Phase 2: Executing Batch N
[████████████░░░░░░░░] 60% — Phase 3: Reporting & Verification
[████████████████░░░░] 80% — Phase 4: Awaiting Feedback
[████████████████████] 100% — Phase 5: Final Verification Complete
For plans with many tasks, adapt the gauge to reflect actual task completion: X/Y tasks done (N%).
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Default: First 3 tasks
For each task:
When batch complete:
Based on feedback:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
| Error | Likely Cause | Action |
|---|---|---|
| Plan file not found | Path provided doesn't exist or file was moved | Ask user to confirm file path; list available plan files in docs/plans/ |
| Ambiguous task description | Step in plan is unclear or underspecified | Stop and ask user for clarification before proceeding |
| Task depends on failed prerequisite | Earlier task failed or was skipped | Report the dependency failure; do not continue until resolved |
| Verification command fails | Tests or checks defined in plan are failing | Stop immediately, report full error output, wait for user instruction |
| Blocker encountered mid-execution | Unexpected state, conflicting files, or missing context | Pause, report the exact blocker, and ask user how to proceed |
| Batch completed with partial failures | Some tasks in batch failed | Report which succeeded and which failed; ask user whether to retry or skip |
docs/plans/2026-02-20-api-hardening.md."npx claudepluginhub ericgandrade/claude-superskills --plugin claude-superskillsExecutes written implementation plans in batches with review checkpoints between batches. Useful when you have a plan file to follow step-by-step.
Executes written implementation plans in batched sessions: critically review plan, process first 3 tasks with verifications, report for feedback, repeat until complete with branch finishing. Use for structured dev with checkpoints.
Use when you have a written implementation plan to execute in a separate session with review checkpoints.