Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
Executes implementation plans in controlled batches with review checkpoints. Triggers when provided a complete plan, it loads the plan, reviews it critically, executes tasks in batches (using TDD for non-trivial work), and requests feedback between batches.
/plugin marketplace add pproenca/dot-claude-old/plugin install workflow@dot-claudeThis skill is limited to using the following tools:
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."
Before loading plan:
Check current git context:
git branch --show-current
git worktree list
If on main/master without worktree: Use AskUserQuestion:
Question: "You're on the main branch. Plans should execute in isolated worktrees to protect main."
Header: "Isolation"
Options:
- "Set up worktree": Create isolated workspace first (recommended)
- "Continue on main": I understand the risk, proceed anyway
If "Set up worktree": Use workflow:git-worktrees skill first
If "Continue on main": Proceed with warning logged
If already in worktree or feature branch: Proceed normally
Default: First 3 tasks
For each task, check its Complexity tag and execute accordingly:
git diff that change is correctRationale: TDD/review overhead exceeds task value for trivial changes.
IMPORTANT: Match execution overhead to task complexity. TRIVIAL tasks should complete in 2-3 tool uses, not 11.
Review strategy based on batch complexity:
git diff --stat [BASE_SHA]..[HEAD_SHA]
git diff [BASE_SHA]..[HEAD_SHA]
Check: Does the diff match what was requested? Any unintended changes?
Dispatch code-reviewer subagent:
Use template at plugins/methodology/review/templates/code-reviewer-dispatch.md.
Task tool (review:code-reviewer):
description: "Review Batch [N] implementation"
prompt: |
Review the implementation against requirements.
## Context
- **What Was Implemented:** [Summary of tasks completed in this batch]
- **Requirements/Plan:** Tasks [N-M] from [plan-file]
- **Description:** Batch [N] - [brief summary of work]
## Git Range
- **Base:** [commit before batch started]
- **Head:** [current commit after batch]
First run: git diff --stat [BASE_SHA]..[HEAD_SHA]
Then review against plugins/methodology/review/references/code-review-standards.md
Code reviewer returns: Strengths, Issues (Critical/Important/Minor), Assessment
Review at the level of the most complex task in the batch.
If Critical or Important issues found:
If only Minor issues:
After code review passes:
Question: "Batch [N] complete. How should I proceed?" Header: "Next step" Options:
Wait for user response before proceeding.
Based on feedback:
After all plan tasks complete and verified:
Skill("workflow:finish-branch")This step is NOT optional. The mandatory final todo ensures this step is visible throughout execution.
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 skills for task execution:
Required workflow skills:
Alternative workflow:
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.