By yandy-r
Unified planning pipeline: feature research, shared context creation, parallel plan generation, and validation. Orchestrates parallel research and analysis agents for comprehensive implementation planning.
Deep research for application features including external APIs, business logic, technical specifications, UX analysis, and recommendations. Creates feature-spec.md ready for plan-workflow.
Create detailed parallel implementation plans with task dependencies and file paths. Step 2 of the planning workflow, requires shared.md from shared-context.
Unified planning workflow - research, analyze, and generate parallel implementation plans in one command. Combines shared-context and parallel-plan with checkpoint support and optimized agent deployment.
Create shared context document with relevant files, patterns, tables, and docs for a new feature. Step 1 of the planning workflow.
This skill should be used when the user asks to "research a feature", "create a feature spec", "analyze external APIs for a feature", "plan feature research", "generate a feature-spec.md", or mentions needing comprehensive research before implementing a new feature. Also triggered by the /feature-research command. Creates feature-spec.md ready for plan-workflow.
Create detailed parallel implementation plans by orchestrating analysis agents and validation, then synthesizing dependency-aware tasks into parallel-plan.md. Use after shared-context to prepare implementation-ready planning artifacts.
Unified planning workflow - research, analyze, and generate parallel implementation plans in one command. Combines shared-context and parallel-plan with checkpoint support and optimized agent deployment.
Create shared context documentation for a feature by orchestrating parallel research agents, writing research artifacts, and synthesizing verified architecture, patterns, integrations, and docs into shared.md. Use as Step 1 before parallel-plan when preparing implementation context.
Uses power tools
Uses Bash, Write, or Edit tools
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.
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
npx claudepluginhub yandy-r/claude-pluginsExecute 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.
Orchestrate multiple specialized agents to accomplish complex tasks efficiently through intelligent task decomposition, parallel execution, and result synthesis.
Iterative plan review and execution workflow for Claude Code
Skill-driven planning and execution loop for coding agents: one planr entry point, an autonomous planr-loop, and evidence-backed task graph skills powered by the planr CLI.
Structured implementation planning, interactive annotation review, and autonomous plan execution
承認済みの実装計画(Plan)を Agent Team で並列に実装するスキル。 Plan をタスクに分割 → 依存関係を設定 → Wave ごとに並列エージェントを起動 → 完了を待って次の Wave → 最後にビルド&テスト検証。 team-plan スキル(調査→計画)の後に使う「実装実行フェーズ」。
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.