From tungnt-ai-skills
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
/tungnt-ai-skills:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks, report when complete.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Tell your human partner that tungnt-ai-skills works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use subagent-driven-development instead of this skill.
Status tracking is optional but recommended for multi-task plans. Use docs/tungnt-ai-skills/status/<plan-name>-status.yaml, where <plan-name> is the plan filename without .md.
When starting a plan, create the status file if it does not exist:
plan_file: docs/tungnt-ai-skills/plans/example.md
started_at: YYYY-MM-DD
overall_status: in-progress
tasks:
- id: 1
name: Task name from plan
status: pending
completed_at:
When starting a task, set that task to in-progress. When it is verified and complete, set status: complete and completed_at: YYYY-MM-DD. When all tasks are complete, set overall_status: complete.
Preserve user edits and comments in the status file. If the status file cannot be updated cleanly, continue execution and report the tracking failure.
docs/tungnt-ai-skills/status/<plan-name>-status.yamlFor each task:
After all tasks complete and verified:
finishing-a-development-branchSTOP 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:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub tungnt1405/tungnt-ai-skills-marketplace --plugin tungnt-ai-skills