From fulcrum
Use when you have a written implementation plan to execute in a separate session with review checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/fulcrum:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute tasks in batches, report for review between batches.
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 touching any code, verify you are NOT on main/master:
git branch --show-current
If on main/master or no worktree exists:
fulcrum:using-git-worktrees to create an isolated workspaceIf already in a feature branch: Continue to Step 1.
Default: First 3 tasks
Record stage entry:
Append to .claude/workflow-state.jsonl: {"stage":"implement","action":"entered","timestamp":"<ISO8601>"}
For each task:
When batch complete:
Based on feedback:
Record stage completion:
Append to .claude/workflow-state.jsonl: {"stage":"implement","action":"completed","timestamp":"<ISO8601>"}
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:
npx claudepluginhub raphavr/fulcrum --plugin fulcrumUse when you have a written implementation plan to execute in a separate session with review checkpoints
Loads a written implementation plan, executes tasks in batches with verification, and pauses for review between batches. Designed for structured feature work.
Use when you have a written implementation plan to execute in a separate session with review checkpoints.