execute

Execute Phase 4 tasks with per-task branches and review files.

3|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/wilsonkichoi/agentic_development_workflow --skill execute-wilsonkichoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/wilsonkichoi/agentic_development_workflow/tree/main/skills/execute
Command: npx skills add https://github.com/wilsonkichoi/agentic_development_workflow --skill execute-wilsonkichoi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes Phase 4 (Execution) of the AI-Assisted Development Workflow to reliably run isolated tasks and waves with per-task branches, role-aligned agents, and built-in review scaffolding.

Core Features & Use Cases

  • Phase 4 execution coordinates one task or an entire wave with branch isolation, per-task work branches, and a dedicated review file per task.
  • Agent-role alignment assigns the correct engineer role to each task, ensuring appropriate expertise and checks.
  • Use Case: When a plan specifies executing a single task or a wave of tasks, this skill creates isolated branches, runs tasks, and generates task reviews for verification.

Quick Start

To start, say execute next to begin the next task.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I execute isolated git tasks in a branching workflow?

Executing isolated git tasks requires creating per-task branches, aligning agent roles, and generating review files to ensure repeatable results. This Skill orchestrates that Phase 4 execution automatically.

What is branch isolation for task waves in a development workflow?

Branch isolation for task waves creates dedicated worktree branches for each task within a wave, ensuring independent execution and automated review scaffolding before merging.

How do I start executing the next task or wave?

To start executing the next task or wave, say "execute next" to begin the process, which handles branch creation, role assignment, and review file generation automatically.

Can I run a single task instead of an entire wave with this workflow?

Yes, this Skill supports executing a single task or an entire wave, both with per-task branches, worktree isolation, and dedicated review files for verification.

Does git worktree isolation prevent conflicts during wave execution?

Git worktree isolation separates each task into its own branch, preventing conflicts during wave execution by ensuring independent task runs before any merging occurs.

What limitations exist when merging per-task branches back to the main workflow?

Merging per-task branches follows the workflow's explicit branch and review lifecycle, requiring completed review files for verification before merging to ensure repeatable results.