execute

Execute implementation plan phases with tests and atomic commits.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/blakesims/task-workflow-plugin --skill execute-blakesims
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/blakesims/task-workflow-plugin/tree/main/skills/execute
Command: npx skills add https://github.com/blakesims/task-workflow-plugin --skill execute-blakesims

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of specific development phases as defined in a task plan, ensuring tasks are completed in order, tests are run, and code is committed.

Core Features & Use Cases

  • Phase Execution: Follows a detailed plan step-by-step.
  • Test Integration: Runs tests after each task to ensure code integrity.
  • Code Committing: Creates atomic commits for each logical unit of work.
  • Status Updates: Updates the main task document with execution logs and status.
  • Use Case: When a task requires implementing a new feature, this Skill will take the plan, write the code, run the unit tests, and commit the changes, reporting progress back to the main task document.

Quick Start

Execute the current phase of the task, ensuring all tests pass and updating the execution log.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate code implementation and testing from a defined task plan?

Automating code implementation requires executing sequential plan phases, writing code, running tests, and committing changes. This Skill follows a detailed plan step-by-step, ensuring all tests pass and updating execution logs.

How do I ensure atomic commits and code integrity during automated workflow execution?

Ensuring atomic commits during automated workflow execution involves creating discrete commits for each logical unit of work. This Skill runs associated tests after each task to verify code integrity before committing the changes.

Can I use this for deterministic task completion within a multi-agent workflow?

Deterministic task completion within a multi-agent workflow is supported by this Skill. It adheres to acceptance criteria, carefully follows code patterns, and reports progress or blockers back to the main task document.

What is the best way to update task documentation with execution logs automatically?

The best way to update task documentation with execution logs is to append status updates after each completed phase. This Skill automatically updates the main task document with execution logs and current status.

How does phase execution handle blockers or failing tests during automated coding?

Phase execution handles blockers or failing tests by halting the workflow and providing clear reporting. This Skill ensures adherence to acceptance criteria and explicitly reports any progress issues or blockers encountered.