Help us improve
Share bugs, ideas, or general feedback.
From autonomous-dev
Archive of deprecated agents including the orchestrator. Provides historical context on architectural issues, deprecation reasons, migration paths, and replacements like auto-implement.md coordination workflow.
npx claudepluginhub akaszubski/autonomous-dev --plugin autonomous-devHow this agent operates — its isolation, permissions, and tool access model
Agent reference
autonomous-dev:agents/archived/readmeThe summary Claude sees when deciding whether to delegate to this agent
This directory contains agents that have been deprecated or replaced. **Archived**: 2025-11-03 **Reason**: Architectural issue - "orchestrator agent" was actually Claude coordinating Claude **Problem**: - When Task tool invoked "orchestrator", it loaded orchestrator.md as Claude's system prompt - But it was still the same Claude instance making decisions - Created logical impossibility: "Claude...
Orchestrates agent creation pipeline for specialized agents. Routes to web research (deep-research-agent) or repo analysis (repo-knowledge-distiller), then delegates to agent-builder.
Subagent builder invoked via @AGENTS for creating custom agents that run isolated tasks with full tool access. Delegate complex, independent workflows preserving main context.
Creates, improves, and analyzes Claude Code agents following Anthropic best practices. Delegate for explicit requests like 'create agent', 'new agent', 'improve agent', 'fix agent trigger', or 'agent doesn't trigger'.
Share bugs, ideas, or general feedback.
This directory contains agents that have been deprecated or replaced.
Archived: 2025-11-03 Reason: Architectural issue - "orchestrator agent" was actually Claude coordinating Claude
Problem:
Solution:
commands/auto-implement.mdMigration:
/auto-implement → invokes orchestrator agent → orchestrator coordinates/auto-implement → Claude reads coordination steps → Claude coordinates directlyReplacement: See plugins/autonomous-dev/commands/auto-implement.md for the new coordination workflow
Files affected by this change:
commands/auto-implement.md - Now contains all coordination logichooks/enforce_pipeline_complete.py - New enforcement hookThis file is kept for historical reference and in case we need to restore parts of the logic.