From tac
Executes implementation plans from files generated by /bug, /feature, or /chore. Reads plan, implements tasks step-by-step, validates, and reports changes via git diff --stat.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Execute the following plan. This is a Higher-Order Prompt - it accepts a plan (another prompt) as input and implements it.
Executes step-by-step implementation plans precisely: reviews plan, applies targeted code changes via ast-grep or Edit tool, verifies each step with difft, build, lint, and tests.
Implements approved plans from .claude/scratchpad files by reading code fully, executing phases sequentially, verifying work, and updating checkboxes.
Orchestrates implementation from latest plan.md file: creates tasks, executes sequentially with status updates and per-task semantic commits, ends with codex-review.
Share bugs, ideas, or general feedback.
Execute the following plan. This is a Higher-Order Prompt - it accepts a plan (another prompt) as input and implements it.
$ARGUMENTS
After implementing the plan:
git diff --stat