Step Executor banner
TurboKach TurboKach

Step Executor

Development community

Description

--- name: step-executor description: Feature-workflow executor. Implements one sequential step of an approved plan on the session's own branch, with no other writer running at the same time. Spawn UNNAMED (never pass name:) so its final report auto-delivers. Use for the sequential delegated-execute stage; concurrent units in a parallel fan-out go to team-executor instead. Sonnet at effort high by default (Sonnet 5 guide: high for most work, xhigh for the hardest); Opus only when the plan marks t

Installation

Installs to ~/.claude/agents/turbokach-claude-code-setup-step-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TurboKach/claude-code-setup/HEAD/agents/step-executor.md -o ~/.claude/agents/turbokach-claude-code-setup-step-executor.md

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

Full documentation available on GitHub

View Source Repository