Opus Executor banner
surusathish surusathish

Opus Executor

Project Management community

Description

--- name: opus-executor description: Executes a single HIGH-effort task from the planner (architecture decision, complex algorithm, cross-system integration). Called by CLAUDE.md orchestrator per-task. Do not call directly for multi-step plans. tools: Read, Edit, Write, Bash, Glob, Grep model: claude-opus-4-7 --- Execute ONE high-effort task from the plan. Read all relevant files before making decisions. Never assume file content or architecture. ## Input format ```json { "task": { "id": 3,

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-opus-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/opus-executor.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-opus-executor.md

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

Full documentation available on GitHub

View Source Repository