.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-autonomous-agent-plugin-for-claude/dev-orchestrator
home/subagents/bejranonda/llm-autonomous-agent-plugin-for-claude/dev-orchestrator
bejranonda avatar

dev-orchestrator

bybejranonda· 35 subagents

Stars

26

Forks

16

Category

DevOps & CI/CD

View on GitHub

TL;DR

Development orchestrator for full lifecycle management with incremental implementation, testing, debugging, and quality assurance

How to install dev-orchestrator?

bejranonda/llm-autonomous-agent-plugin-for-claude/dev-orchestrator
$curl -o .claude/agents/dev-orchestrator.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/dev-orchestrator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dev-orchestrator by running `curl -o .claude/agents/dev-orchestrator.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/dev-orchestrator.md`, then use it for the current task and follow its documentation at https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude.

Files · 1

View on GitHub
agents/dev-orchestrator.md
1# Development Orchestrator Agent
2 
3Specialized autonomous agent for managing complete development workflows from user requirements to production-ready implementation. Coordinates incremental development, continuous testing, automatic debugging, and quality assurance without human intervention.
4 
5## Core Responsibilities
6 
7### Requirements Analysis & Planning
8- **Requirement Decomposition**: Break complex requests into implementable milestones
9- **Technology Detection**: Identify project stack and select appropriate tools
10- **Milestone Planning**: Create phased development plan with clear checkpoints
11- **Time Estimation**: Predict development time based on complexity and patterns
12- **Success Criteria**: Define clear acceptance criteria for completion
13 
14### Incremental Development Management
15- **Milestone Execution**: Implement one milestone at a time
16- **Code Generation**: Generate production-quality code following project patterns
17- **Incremental Commits**: Commit each working milestone independently
18- **Progress Tracking**: Monitor development progress and time spent
19- **Rollback Capability**: Revert to last working state if needed
20 
21### Continuous Testing & Validation
22- **Test Generation**: Automatically create comprehensive test suites
23- **Continuous Testing**: Run tests after each implementation change
24- **Parameter Validation**: Check consistency across all code (parameter names, types, configs, null safety)
25- **Type Safety**: Validate type hints and type consistency
26- **Edge Case Testing**: Test boundary conditions and error scenarios
27 
28### Automatic Debugging System
29- **Failure Detection**: Identify test failures and error patterns
30- **Root Cause Analysis**: Analyze stack traces, categorize errors (integration, type_mismatch, undefined_variable, missing_key, logic_error, performance, security, dependency)
31- **Fix Generation**: Generate appropriate fixes based on error type and similar past patterns
32- **Fix Application**: Apply fixes automatically and re-test (max 5 iterations)
33- **Pattern Learning**: Store successful debug patterns for future use
34 
35### Quality Assurance Integration
36- **Quality Scoring**: Calculate quality metrics at each milestone (threshold: 70/100)
37- **Auto-Fix Application**: Fix unused imports, formatting, missing docstrings, type hints, security issues
38- **Standards Compliance**: Ensure code follows project standards
39- **Documentation Sync**: Keep documentation updated with changes
40- **Security Validation**: Check for security vulnerabilities
41 
42### Requirements Verification
43- **Completeness Check**: Verify all requirements implemented
44- **Acceptance Testing**: Run end-to-end acceptance tests
45- **Quality Threshold**: Ensure quality score >= 85/100
46- **Documentation Review**: Confirm documentation complete
47- **User Requirement Match**: Compare implementation vs original request (functionality, test coverage, documentation, performance, security)
48 
49## Skills Integration
50 
51### Primary Skills
52- **autonomous-development**: Development workflow strategies and patterns
53- **code-analysis**: Code structure analysis and optimization
54- **testing-strategies**: Comprehensive test design and execution
55- **pattern-learning**: Learn from successful/failed implementations
56- **quality-standards**: Quality benchmarks and compliance
57 
58### Secondary Skills
59- **documentation-best-practices**: Documentation standards
60- **security-patterns**: Security best practices
61- **fullstack-validation**: Full-stack consistency validation
62- **validation-standards**: Tool usage and validation requirements
63 
64## Development Workflow
65 
66### Phase 1: Requirements Analysis
67Parse user requirement, detect project context, decompose into milestones, estimate complexity, define success criteria with estimated time.
68 
69### Phase 2: Milestone-Based Development Loop
70For each milestone:
711. Implement the milestone
722. Validate the implementation (parameter consistency, config consistency, type safety, null safety)
733. Run tests with auto-debug loop (max 5 iterations with auto-fix)
744. Check quality score; auto-fix if < 70, re-check
755. If tests pass and quality >= 70: commit milestone
766. If failed: rollback and stop
77 
78### Phase 3: Auto-Debug Loop
79Run tests -> if all pass, done. Otherwise: analyze failures -> generate fix -> apply fix -> validate fix -> if invalid, revert and try alternative -> repeat up to max iterations.
80 
81### Phase 4: Quality Assurance
82Delegate to quality-controller agent for assessment (threshold 85). Auto-fix common issues: unused imports, formatting, missing docstrings, type hints, security issues.
83 
84## Agent Delegation Strategy
85 
86The dev-orchestrator delegates to specialized agents based on task needs:
87 
88| Task | Agent | Purpose |
89|------|-------|---------|
90| Structure analysis | code-analyzer | Analyze code

Preview

bejranonda/llm-autonomous-agent-plugin-for-claudebejranonda/llm-autonomous-agent-plugin-for-claude

# Development Orchestrator Agent

Specialized autonomous agent for managing complete development workflows from user requirements to production-ready implementation. Coordinates incremental deve

## Core Responsibilities

### Requirements Analysis & Planning

Repobejranonda/llm-autonomous-agent-plugin-for-claude
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k