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-devThis 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...
Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Manages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Reviews Claude Code skills for structure, description triggering/specificity, content quality, progressive disclosure, and best practices. Provides targeted improvements. Trigger proactively after skill creation/modification.
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.