By yandy-r
Orchestrate multiple specialized agents to accomplish complex tasks efficiently through intelligent task decomposition, parallel execution, and result synthesis.
A collection of Claude Code plugins for workflow orchestration, parallel planning, documentation, research, and project management.
| Plugin | Description | Commands |
|---|---|---|
| ask | Read-only codebase advisor for Q&A, impact analysis, and comparisons | /ask-codebase |
| plan-workflow | Unified planning pipeline: research, context, parallel plans, validation | /plan-workflow, /feature-research, /shared-context, /parallel-plan |
| implement-plan | Execute parallel plans by deploying implementor agents in batches | /implement-plan |
| code-report | Generate structured reports documenting implementation changes | /code-report |
| git-workflow | Commit strategy, conventional messages, docs updates, PR creation | /git-workflow |
| orchestrate | Decompose complex tasks into parallel specialized agent executions | /orchestrate |
| deep-research | 8-persona Asymmetric Research Squad for multi-perspective analysis | /deep-research |
| write-docs | 5 parallel documentation agents: API, architecture, code, features, README | /write-docs |
| project | Workspace initialization and parallel cleanup with safety measures | /init-workspace, /project-cleaner |
# Add the marketplace
/plugin marketplace add yandy-r/claude-plugins
# Enable a specific plugin
/plugin install ask@yandy-plugins
/plugin install plan-workflow@yandy-plugins
Or enable all plugins at once in ~/.claude/settings.json:
{
"enabledPlugins": {
"ask@yandy-plugins": true,
"plan-workflow@yandy-plugins": true,
"implement-plan@yandy-plugins": true,
"code-report@yandy-plugins": true,
"git-workflow@yandy-plugins": true,
"orchestrate@yandy-plugins": true,
"deep-research@yandy-plugins": true,
"write-docs@yandy-plugins": true,
"project@yandy-plugins": true
}
}
The planning plugins compose into a pipeline:
feature-research -> shared-context -> parallel-plan -> implement-plan -> code-report -> git-workflow
(research) (gather files) (design tasks) (deploy agents) (document) (commit/PR)
Use /plan-workflow to run the full pipeline, or invoke individual steps.
Each plugin follows a standard structure:
plugin-name/
.claude-plugin/
plugin.json # Plugin manifest
commands/ # Slash command definitions
skills/ # Skill definitions with SKILL.md
skill-name/
SKILL.md # Skill prompt and configuration
references/ # Reference templates and examples
scripts/ # Validation and helper scripts
agents/ # Agent definitions (.md files)
scripts/ # Shared plugin scripts
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yandy-r/claude-pluginsUnified planning pipeline: feature research, shared context creation, parallel plan generation, and validation. Orchestrates parallel research and analysis agents for comprehensive implementation planning.
Execute parallel implementation plans by deploying implementor agents in dependency-resolved batches. Step 3 of the planning workflow, requires parallel-plan.md from plan-workflow plugin.
Yandy's Claude Infrastructure toolkit — consulting / systems-integration workflows. Phase 0 scaffolding.
Git commit and documentation workflow manager. Analyzes changes, determines commit strategy (direct vs agents), writes conventional commit messages, coordinates documentation updates, creates pull requests, and converts deep-research output into structured GitHub issues.
Multi-agent orchestrator — supervisor loop that launches agents to implement plans
Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code
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.
Context-optimized task orchestration for AI agents. Decomposes complex tasks into a DAG and dispatches focused sub-agents with minimal context prompts.
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
Parallel task orchestration for AI coding agents - dispatch work to Codex or Claude Code workers in isolated git workspaces