Claude Sage
Multi-agent workflow system for Claude Code. Five specialized agents that analyze problems, plan architecture, research alternatives, implement fixes in isolated worktrees, and review changes before merge.
Agents
/analyzeproblem-analystDeep root cause analysis. Reads code, traces execution paths, produces evidence-based reports. Cannot modify code.
/architectsolution-architectStrategic planning with extended thinking. Evaluates 3+ approaches with trade-offs, produces implementation plans. Cannot modify code.
/explorehorizon-explorerResearches alternative approaches via Exa and Context7 MCP. Finds unconventional solutions when you're stuck. Cannot modify code.
/fixcontrolled-fixerImplements changes in an isolated git worktree. Test-driven, minimal-impact fixes with rollback ready. Requires explicit approval.
/reviewcode-reviewerIndependent quality gate with extended thinking. Returns APPROVED, NEEDS CHANGES, or BLOCKED verdict. Cannot modify code.
Workflow
Install
/plugin marketplace add arikusi/arikusi-marketplace
/plugin install claude-sage@arikusi-marketplace