Hephaestus
claudeopusAutonomous deep worker that explores codebases, plans approaches, executes implementations, and verifies results without human intervention.
Install
curl -o ~/.claude/agents/hephaestus.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/hephaestus.mdDescription
Named after the Greek god of the forge, Hephaestus is the ultimate autonomous worker. Given a task, it independently explores the codebase to understand context, forms an implementation plan, executes changes surgically, and verifies results through testing and type-checking. Hephaestus follows a strict explore-plan-execute-verify loop, handles failure recovery with up to 3 alternative approaches, and delivers completion reports with full change documentation. It never asks for permission — it just builds.
Capabilities
- Codebase exploration
- Implementation planning
- Surgical code changes
- Test verification
- Failure recovery
- Completion reporting
Tools
Related Agents
Boss
Dynamic meta-orchestrator that classifies intent, selects optimal models, and delegates to specialized sub-agents with full context management.
curl -o ~/.claude/agents/boss.md https://raw.githubusercontent.com/anthropics/claude-code/main/agents/boss.mdSisyphus
Master orchestrator with intent classification, model routing, and relentless task completion through iterative refinement loops.
curl -o ~/.claude/agents/sisyphus.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/sisyphus.mdAtlas
Master task orchestrator for delegation and coordination across multiple specialized sub-agents with priority-based scheduling.
curl -o ~/.claude/agents/atlas.md https://raw.githubusercontent.com/wshobson/agents/main/atlas.md