execute-work

Execute approved implementation plans task-by-task with verification and branch completion options.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HuynhSang2005/delivery-app --skill execute-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-work
Source: https://github.com/HuynhSang2005/delivery-app/tree/main/.agents/skills/execute-work
Command: npx skills add https://github.com/HuynhSang2005/delivery-app --skill execute-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute an approved implementation plan with strict checkpoints, blocker handling, verification, and end-of-branch completion options (merge, PR, keep, or discard).

Core Features & Use Cases

  • Strict plan review before execution.
  • Execute tasks in order with visible progress and a final branch decision option.
  • Stop on blockers and ask for guidance when dependencies or ambiguities arise.
  • Verification after each task; record pass/fail summaries.
  • Branch completion options after all tasks pass: merge locally, push PR, keep as-is, or discard.

Quick Start

Provide an approved implementation plan and let the skill execute it step by step.

Frequently Asked Questions about execute-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a development plan task-by-task with verification?

To execute a development plan task-by-task with verification, provide an approved implementation plan. The skill processes it sequentially, running verification after each task and recording pass/fail summaries.

What happens when blockers or ambiguities arise during workflow execution?

When blockers or ambiguities arise during workflow execution, the process stops immediately and asks for guidance. This ensures dependencies or unclear requirements are resolved before proceeding to the next task.

Can I merge, push, or discard a branch automatically after completing all tasks?

Yes, after completing all tasks, you can choose to merge locally, push a PR, keep the branch as-is, or discard it. The workflow enforces a configurable base-branch completion option for the final decision.

Do I need an approved implementation plan before starting execution?

Yes, you need an approved implementation plan before starting execution. The skill enforces a strict plan review before execution to ensure all tasks and dependencies are clearly defined.

What is the best way to track visible progress during implementation execution?

The best way to track visible progress during implementation execution is by enforcing strict checkpoints. The skill executes tasks in order, providing visible progress updates and verification summaries at each step.