coleam00/your-claude-engineer — Summary
your-claude-engineer is a Python-based multi-agent harness by coleam00 that demonstrates a complete software engineering workflow with explicit third-party integrations: Linear (project management), GitHub (version control + PRs), Slack (notifications), and browser testing via Playwright MCP. Built on the Anthropic Claude Agent SDK (Python), it uses a hierarchical orchestrator + 4 specialized subagents (linear, coding, github, slack) coordinated via the Claude Task tool. Each agent has its own dedicated model selection (haiku/sonnet/opus via environment variables) and its own prompt file in prompts/. All external service integrations are powered by the Arcade MCP server providing OAuth across Linear, GitHub, and Slack through a single gateway. The orchestrator enforces two mandatory quality gates: a screenshot evidence gate (no issue marked Done without browser screenshot evidence) and a verification gate (coding agent must verify existing features pass before starting new work). This is the most complete "software factory" demonstration in this batch — one python autonomous_agent_demo.py command produces a running web app with Linear issues tracked, GitHub branches/PRs created, and Slack notifications sent.
differs_from_seeds: your-claude-engineer is closest to superpowers in that it enforces specific workflow gates (verification gate, screenshot evidence gate) and uses subagent-driven development. However, superpowers is a Claude Code plugin with CLAUDE.md-injected behavioral rules; your-claude-engineer is a standalone Python script using the Claude Agent SDK. The Slack/GitHub/Linear integration trinity, the per-agent model selection, and the Arcade MCP gateway as a single OAuth source for all external services are absent from all 11 seeds.