execute

Installation
SKILL.md

Execute — Orchestrated Task Engine

Decompose a goal into atomic tasks, plan dependencies, select optimal tools, and execute with maximum parallelism.

Protocol

Process every /execute invocation through these 6 phases in strict order. Never skip a phase. Gate each phase: do not advance until the current phase is complete.

Phase 1: ANALYZE

Understand the goal before decomposing it.

  1. Parse $ARGUMENTS as the goal statement
  2. Identify the goal type (feature, bugfix, refactor, research, migration, infrastructure, other)
  3. Explore the codebase to understand current state — use Glob, Grep, Read, or the Explore agent for broad searches
  4. Check existing skills, memory files, and CLAUDE.md for relevant patterns
  5. If the goal is ambiguous, use AskUserQuestion to clarify scope — do NOT guess

Gate: Proceed only when the goal, scope, and current state are clearly understood.

Related skills

More from pfangueiro/claude-code-agents

Installs
6
GitHub Stars
3
First Seen
Mar 1, 2026