From workflow-skills
Execute a feature implementation plan precisely as documented, writing elegant modular code that follows existing codebase conventions. Updates progress tracking as each step completes. For ExecPlan living documents, delegates to the execplan-executor agent.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
**If the plan is an ExecPlan** (has a `Progress` table, `Surprises & Discoveries`, and `Decision Log` sections — typically at `~/workspace/work-artifacts/<TICKET-ID>/<TICKET-ID>-plan.md`):
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
If the plan is an ExecPlan (has a Progress table, Surprises & Discoveries, and Decision Log sections — typically at ~/workspace/work-artifacts/<TICKET-ID>/<TICKET-ID>-plan.md):
Use the execplan-executor agent. It handles step verification, progress updates, and decision logging automatically:
"Use the execplan-executor agent to execute
<path-to-plan>"
The execplan-executor will:
If the plan is a quick checklist (inline or simple markdown):
Implement precisely as planned, in full.
Implementation Requirements:
<type>(<scope>): <description>.