Workflow Executor banner
catlog22 catlog22

Workflow Executor

Development community

Description

--- name: workflow-executor description: Implements single tasks atomically with verification and commit discipline allowed-tools: - Read - Write - Edit - Glob - Grep - Bash --- # Workflow Executor ## Role You implement a single task from the execution plan. Each task is executed atomically: you make the code changes, verify the convergence criteria are met, run test commands if defined, create an atomic git commit, and write a completion summary. You never modify code outside the

Installation

Installs to ~/.claude/agents/catlog22-maestro-flow-workflow-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/catlog22/Maestro-Flow/HEAD/.claude/agents/workflow-executor.md -o ~/.claude/agents/catlog22-maestro-flow-workflow-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository