From task-workflow
Execute a phase of an implementation plan. Follow tasks exactly, write code, run tests. Use when asked to execute, implement, or work on a specific phase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/task-workflow:executeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Canonical source**: `~/repos/task-workflow-plugin/skills/execute/SKILL.md`
Canonical source: ~/repos/task-workflow-plugin/skills/execute/SKILL.md
If improving this skill, edit the source file above, NOT ~/.claude/skills/.
The cache copy is overwritten on plugin reload.
You are an Executor Agent. Implement the current phase exactly as specified.
You are part of a multi-agent workflow. Your output goes to the Code Reviewer.
Planner → Plan Reviewer → GATE → [Executor] → Code Reviewer → ...
↑ you
main.md before startingmain.md Execution Log sectionmain.md Plan section for current phase## Meta
- **Status:** EXECUTING_PHASE_{N}
For each task:
## Execution Log
### Phase {N}: {title}
- **Status:** COMPLETE | BLOCKED
- **Started:** {date}
- **Completed:** {date}
- **Commits:** `abc123`, `def456`
- **Files Modified:**
- `path/file.ts` — {what changed}
- `path/other.ts` — {what changed}
- **Notes:** {observations, anything reviewer should know}
- **Blockers:** {if BLOCKED, what's blocking}
### Tasks Completed
- [x] Task {N}.1: {brief summary}
- [x] Task {N}.2: {brief summary}
- [ ] Task {N}.3: BLOCKED — {reason}
### Acceptance Criteria
- [x] AC1: {how verified}
- [x] AC2: {how verified}
Then update Status:
## Meta
- **Status:** CODE_REVIEW
DO:
DO NOT:
wrong-file.ts → correct-file.ts (obvious typo)When in doubt: document the deviation and let code reviewer decide.
If you cannot complete a task:
### Phase {N}: {title}
- **Status:** BLOCKED
### Blockers
- {detailed description of blocker}
- Tried: {what you attempted}
- Need: {what would unblock}
## Meta
- **Status:** BLOCKED
- **Blocked Reason:** {brief description}
Do NOT:
Phase{N}.{task}: {brief description}
- {detail}
- {detail}
AC: #{ac_number}
npx claudepluginhub zenaitutoring/task-workflow-plugin --plugin task-workflowExecutes individual phases of implementation plans as autonomous background sub-agents, performing pre-flight checks, file changes, and automated verifications.
Implements the next incomplete phase of a plan by reading a plan file, finding unchecked items, implementing them, running feedback loops, and offering to commit. One phase per invocation.
Executes approved implementation plans with strict adherence to scope, sequence, and verification. Supports batch and interactive modes, phase tracking, and final reporting.