execute

Execute PLAN.md tasks sequentially and generate a phase SUMMARY.md.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Hoang604/get-thing-done --skill execute-hoang604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/Hoang604/get-thing-done/tree/main/.claude/skills/execute
Command: npx skills add https://github.com/Hoang604/get-thing-done --skill execute-hoang604

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes GTD plans by reading PLAN.md and executing each task in sequence, enforcing plan fidelity, and generating a phase SUMMARY.md to capture results and changes.

Core Features & Use Cases

  • Reads a PLAN.md for a given phase and executes tasks atomically.
  • Verifies each task against its done criteria and produces a SUMMARY.md with a proposed commit message.
  • Handles deviations per policy and logs outcomes for the next phase.
  • Outputs: updated code changes and a phase summary for review.

Quick Start

Execute the current phase by loading PLAN.md, applying each task atomically, verifying completion, and generating SUMMARY.md with a concise narrative of changes.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate task execution from a markdown plan in a software development workflow?

To automate task execution from a markdown plan, the Skill reads PLAN.md and executes tasks sequentially, verifying each task against its done criteria to ensure deterministic execution. It outputs source code changes and a proposed commit message for the phase.

How do I generate a phase summary with a commit message after executing a development plan?

Generating a phase summary with a commit message involves executing tasks from PLAN.md and capturing the results in a SUMMARY.md file. This summary provides a concise narrative of code changes and proposes a commit message for review.

Can I verify task completion criteria automatically when running a GTD workflow?

You can verify task completion criteria automatically by loading PLAN.md and applying each task atomically. The workflow checks every task against its defined done criteria and logs outcomes for the next phase.

What is the best way to execute GTD plans end-to-end while enforcing plan fidelity?

The best way to execute GTD plans end-to-end while enforcing fidelity is processing tasks in strict sequence from PLAN.md. This approach handles deviations per policy, verifies completion, and generates a SUMMARY.md with changes.

How does deterministic execution handle deviations during a software development workflow?

Deterministic execution handles deviations during a software development workflow by applying policy rules defined for the phase. It logs the outcomes of any deviations and records them in the SUMMARY.md for the next phase.