Skill
implement
Execute a generated plan file - a Higher-Order Prompt (HOP) that accepts another prompt (the plan) as input. Use after generating a plan with /bug, /feature, or /chore.
From tacInstall
1
Run in your terminal$
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacTool Access
This skill is limited to using the following tools:
ReadWriteEditBashGlobGrep
Skill Content
Implement Plan
Execute the following plan. This is a Higher-Order Prompt - it accepts a plan (another prompt) as input and implements it.
Instructions
- Read the plan file completely before starting
- Use your reasoning model: THINK HARD about the implementation approach
- Follow the Step by Step Tasks in order
- Check off tasks as you complete them mentally
- Run Validation Commands after implementation to verify success
- Report your work using git diff --stat
Implementation Protocol
- Read: Load and understand the entire plan
- Reason: Think through the implementation approach
- Execute: Complete each task in order
- Validate: Run all validation commands
- Report: Summarize what was done
Plan
$ARGUMENTS
Report
After implementing the plan:
- Summarize the work you've done in a concise bullet point list
- Report files and total lines changed with
git diff --stat - Note any deviations from the plan and why
- List any issues encountered and how they were resolved
Similar Skills
Stats
Parent Repo Stars40
Parent Repo Forks6
Last CommitFeb 15, 2026