Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By k-park
Agent orchestration for complex multi-faceted tasks with parallel execution and context management
npx claudepluginhub k-park/cc-lib --plugin orchUse this agent for long-running or multi-session tasks that require maintaining context across conversations. This agent specializes in continuing previous work, resuming interrupted sessions, and managing complex tasks that span multiple interactions. Use proactively when: (1) User references previous work or sessions, (2) Tasks are too large for a single session, (3) User asks to "continue" or "resume" work, (4) Context needs to be preserved across agent handoffs.
Use this agent when you need to break down complex tasks into multiple sub-tasks that can be executed in parallel by specialized agents. Examples: <example> Context: User needs to build a full-stack feature with database schema, API endpoints, and frontend components. user: "I need to create a user authentication system with login, registration, and password reset" assistant: "This is a complex task that requires multiple specialized components. Let me use the parallel-task-orchestrator agent to break this down and coordinate parallel execution." <Task tool call to parallel-task-orchestrator> </example> <example> Context: User is working on a project that requires documentation, testing, and code refactoring simultaneously. user: "Can you help me improve this codebase? I need better docs, tests, and performance optimizations" assistant: "This requires multiple specialized tasks that can be executed in parallel. I'm going to use the parallel-task-orchestrator agent to create a structured plan and coordinate the work." <Task tool call to parallel-task-orchestrator> </example> <example> Context: Proactive intervention when detecting a complex multi-faceted request. user: "I need to migrate our database and update all the API calls" assistant: "I notice this involves multiple independent but related tasks. Let me engage the parallel-task-orchestrator agent to create an efficient parallel execution strategy." <Task tool call to parallel-task-orchestrator> </example>
Use this agent when facing complex, multi-faceted tasks that can benefit from parallel execution through delegation to specialized sub-agents. This includes scenarios requiring coordination of multiple independent workstreams, large-scale refactoring projects, comprehensive codebase analysis, or any task where breaking down work into parallel subtasks would improve efficiency. Examples: <example> Context: User needs to implement a new feature that spans multiple parts of the codebase. user: "Add user authentication with OAuth2 support, including frontend login UI, backend API endpoints, and database schema changes" assistant: "This is a complex feature that can be parallelized effectively. Let me use the task-orchestrator agent to plan and coordinate this work." <commentary> Since this task involves multiple independent components (frontend, backend, database), the task-orchestrator agent should break this into parallel workstreams and delegate to appropriate sub-agents. </commentary> </example> <example> Context: User requests a comprehensive code quality improvement. user: "Review and improve the entire authentication module - check for security issues, add tests, and update documentation" assistant: "I'll use the task-orchestrator agent to plan parallel execution of security review, test creation, and documentation updates." <commentary> The three concerns (security, testing, documentation) are largely independent and can be addressed in parallel by specialized agents. </commentary> </example> <example> Context: User needs multiple files analyzed or modified simultaneously. user: "Update all API endpoints to use the new response format and ensure they all have proper error handling" assistant: "Let me engage the task-orchestrator agent to identify all affected endpoints and coordinate parallel updates." <commentary> Multiple files need similar changes - the orchestrator can identify the scope and delegate parallel modifications. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent orchestration for complex tasks using cc-mirror tasks and TodoWrite. Use when tasks require parallel work, multiple agents, sophisticated coordination, or decomposition into parallel subtasks.
Multi-agent orchestrator — supervisor loop that launches agents to implement plans
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Autonomous Development Orchestrator - Transform ideas into production-ready applications through multi-agent pipeline. Spec → Plan → Tasks → 100% Working App.
OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.
Autonomous iterative development loop - RALPH (Recursively Adaptive Loop for Progressive Habitability) based on Geoff Huntley's Ralph Wiggum Loop methodology. Includes context management, test integration, and engineering safeguards.
Development productivity toolkit with plugins to accelerate Claude Code workflows and streamline common development tasks.
Test generation, execution, and failure resolution with complete test-fix loop support
Feature development agents for design, implementation planning, and scaffolding
Code review plugins for quality, security, architecture, and documentation assessment
A curated plugin marketplace for Claude Code, providing specialized AI agents for development productivity.
cc-lib is a collection of production-ready plugins that extend Claude Code's capabilities. Each plugin contains specialized agents designed for specific development tasks - from code reviews and testing to documentation generation and autonomous development loops.
| Category | Plugins | Agents |
|---|---|---|
| Orchestration | orch | Task orchestration, parallel execution, context management |
| Testing | test | Test generation, execution, and failure resolution |
| Code Review | revu | Code, architecture, security, documentation, and commit reviews |
| Feature Dev | feat | Design, implementation planning, and scaffolding |
| Documentation | docu | API docs, README generation, code explanation |
| Debugging | fix | Code cleaning and systematic debugging |
| Autonomous | ralph | RALPH - iterative autonomous development loop |
/plugin marketplace add k-park/cc-lib
# Orchestration - complex task coordination
/plugin install orch@cc-lib
# Testing - complete test workflow
/plugin install test@cc-lib
# Code Review - multi-dimensional code analysis
/plugin install revu@cc-lib
# Feature Development - from design to implementation
/plugin install feat@cc-lib
# Documentation - generate docs automatically
/plugin install docu@cc-lib
# Debugging - clean and fix code
/plugin install fix@cc-lib
# RALPH - autonomous iterative development
/plugin install ralph@cc-lib
/plugin list # List installed plugins
/plugin info orch # Show plugin details
/plugin remove orch@cc-lib # Remove a plugin
Agent orchestration for complex multi-faceted tasks with parallel execution and context management.
| Agent | Description |
|---|---|
orch:task | Complex task delegation and multi-agent coordination |
orch:parallel | Break down tasks into parallel executable subtasks |
orch:context | Context management for multi-step workflows |
Complete testing workflow - generate tests, run them, and fix failures automatically.
| Agent | Description |
|---|---|
test:gen | Generate comprehensive tests (unit, integration, edge cases) |
test:run | Execute tests and analyze results with actionable feedback |
test:fix | Fix failing tests by analyzing root causes and implementing corrections |
Multi-dimensional code review covering quality, security, architecture, and documentation.
| Agent | Description |
|---|---|
revu:code | Code quality, style, potential bugs, performance, and maintainability |
revu:arch | Architecture review for design patterns and SOLID principles |
revu:sec | Security vulnerabilities and OWASP Top 10 compliance |
revu:doc | Documentation completeness, clarity, and accuracy |
revu:commit | Commit message quality and conventional compliance |
Feature development agents covering design, implementation, and scaffolding.
| Agent | Description |
|---|---|
feat:design | Feature planning, requirements analysis, and API design |
feat:impl | Implementation planning with code structure and integration points |
feat:scaffold | Project scaffolding with file structure and boilerplate |
Documentation generation for APIs, READMEs, and code explanations.
| Agent | Description |
|---|---|
docu:gen | Generate API documentation from code |
docu:readme | Create comprehensive project README files |
docu:explain | Explain code logic and architecture |
Code cleaning and systematic debugging agents.
| Agent | Description |
|---|---|
fix:clean | Refactor code, remove technical debt, improve maintainability |
fix:debug | Systematic debugging with root cause analysis |
RALPH (Recursively Adaptive Loop for Progressive Habitability) - autonomous iterative development.
| Command | Description |
|---|---|
ralph:go | Start autonomous iterative development loop |
ralph:stop | Stop the RALPH loop gracefully with completion summary |
# Delegate complex feature to orchestrator
"Build a user authentication system with OAuth2, login UI, and backend APIs"
# Claude automatically delegates to specialized sub-agents in parallel