Execute

Orchestrated task execution engine. Decomposes a large goal into atomic tasks, plans their dependencies, selects an agent, tool, or MCP server per task, runs them in parallel batches, tracks progress, and reports what changed. Warranted only for genuinely multi-step work — roughly three or more atomic tasks spanning multiple files, agents, or tools that benefit from dependency planning and parallelism, such as execute this, orchestrate this, decompose this goal, or build a feature end to end. Because it plans and batches before acting, it is not for a single edit, a one-file change, a question, a lookup, or anything one or two tool calls already resolve — do those directly.

pfangueiro 0c7b95e 2 files · 21.2 KB Updated

File contents

pfangueiro/claude-code-agents/tree/main/.claude/skills/execute commit 0c7b95e881

Frequently asked questions

npx skillmds@latest add pfangueiro/execute