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.
How 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...
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.
npx claudepluginhub akaszubski/autonomous-dev --plugin autonomous-devBuilds production agents from research via a 6-phase pipeline, archetype selection, and knowledge distillation. Use when creating or rebuilding agents.
Agent trainer that configures and guides subagents using the ../trainer.md resource. Invoked via @AGENTS for agent setup and training tasks.
Creates and improves Claude Code agents following Anthropic best practices. Delegation triggers: create agent, improve agent, scaffold agent.