orchestrator
01az9713/claude-code-agentic-framework
Agent Claude Code
Master coordinator that manages multi-agent workflows, delegates tasks to specialized agents, and ensures cohesive execution of complex operations.
A Claude Code plugin implementing the Codebase Singularity concept - enabling AI agents to operate your codebase autonomously through planning, building, reviewing, and fixing workflows.
az9713/claude-code-agentic-framework
Agent Claude Code
Master coordinator that manages multi-agent workflows, delegates tasks to specialized agents, and ensures cohesive execution of complex operations.
az9713/claude-code-agentic-framework
Agent Claude Code
Strategic planning agent that creates detailed implementation plans, analyzes requirements, and designs system architecture before coding begins.
az9713/claude-code-agentic-framework
Agent Claude Code
Implementation agent that writes clean, tested code following plans and project conventions. Creates new files and modifies existing ones.
az9713/claude-code-agentic-framework
Agent Claude Code
Quality analysis agent that performs thorough code reviews, identifies issues, and provides actionable feedback with severity ratings.
az9713/claude-code-agentic-framework
Agent Claude Code
Issue resolution agent that implements fixes for bugs and review findings with minimal, focused changes and verification.
az9713/claude-code-agentic-framework
Agent Claude Code
Testing specialist that creates comprehensive unit and integration tests with proper coverage of happy paths, edge cases, and error conditions.
az9713/claude-code-agentic-framework
Agent Claude Code
Documentation specialist that fetches external documentation, API references, and best practices from the web to inform implementation decisions.
az9713/claude-code-agentic-framework
Agent Claude Code
Security specialist that performs security audits, identifies vulnerabilities, and provides remediation guidance following OWASP and security best practices.
az9713/claude-code-agentic-framework
Agent Claude Code
Code improvement specialist that restructures code for better maintainability, readability, and performance without changing external behavior.