Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yu-iskw
Agent team plugin for software development with 3-tier pipeline: Plan → Research/Orchestrate → Parallel execution. Provides 11 specialized agents (planner, orchestrator, product-manager, designer, software-engineer, code-reviewer, qa, sre-devops, security, legal-compliance, researcher) and 11 matching skills for collaborative development workflows.
npx claudepluginhub yu-iskw/software-development-team-plugin --plugin software-development-teamExpert code reviewer that checks code quality, security, performance, and adherence to best practices. Use proactively after code changes or when reviewing pull requests.
UI/UX designer that creates component designs, design system patterns, and accessibility-compliant interfaces. Use when designing new UI components, improving user experience, or establishing design patterns.
Legal and compliance specialist that checks license compatibility, regulatory compliance, data privacy, and AI ethics. Use when reviewing dependencies, handling user data, or ensuring regulatory compliance.
Workflow orchestrator that analyzes plans and produces structured delegation plans for parallel agent execution. Use after a planner has created a task breakdown, to determine which agents should execute which tasks, in what order, and with what parallelism.
Strategic planner that breaks down complex tasks into actionable steps, creates roadmaps, and identifies dependencies. Use proactively when starting a new feature, refactoring effort, or any multi-step task that needs a plan before implementation.
Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones.
Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed.
Produce a structured delegation plan for parallel agent execution. Takes a task description or plan output, analyzes dependencies, assigns agents, and groups tasks for parallel execution. Use after /plan-task or when you need to plan how to delegate work across agents.
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 team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
Multi-agent team orchestration for parallel task execution, research, and implementation
Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature
AI team orchestration. Give Claude Code an AI team — CTO, Engineer, QA, Designer work together while you watch.
The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Agent skills and subagents for automating GitHub issues, project boards, and workflows using the GitHub CLI.
Agent skills for adopting and tuning sqlfluff-complexity CPX rules in SQLFluff and dbt projects.
Lightdash Development plugin for semantic layer modeling (dbt YAML, metrics, dimensions).
Lightdash Organization Administration plugin for managing users, groups, and organization settings.
Lightdash Content Administration plugin for managing spaces, charts, and dashboards within a project.
A Claude Code plugin that provides a 3-tier agent team for collaborative software development. The plugin includes 11 specialized agents and 11 matching skills that work together in a pipeline workflow: Plan → Research/Orchestrate → Parallel execution.
Tier 1 — Planning (read-only):
planner - Strategic planner for task breakdown and roadmapsresearcher - Research specialist for library docs, APIs, and specificationsproduct-manager - Product manager for requirements and user storiesTier 2 — Orchestration (read-only):
orchestrator - Workflow orchestrator for delegation planning and parallel executionTier 3 — Execution:
designer - UI/UX designer for component specificationssoftware-engineer - Software engineer for feature implementationcode-reviewer - Code reviewer for quality and security checksqa - QA engineer for testing and bug findingsre-devops - SRE/DevOps engineer for infrastructure and deploymentsecurity - Security specialist for vulnerability auditslegal-compliance - Legal compliance specialist for regulatory review/plan-task - Create structured implementation plans/orchestrate - Produce delegation plans for parallel execution/write-requirements - Write user stories and acceptance criteria/design-component - Design UI components with specifications/implement-feature - Implement features following project patterns/review-code - Review code for quality and security/write-tests - Write unit, integration, and E2E tests/deploy - Deploy applications and manage infrastructure/security-audit - Perform security vulnerability audits/compliance-check - Check license compatibility and regulatory compliance/research - Research libraries, APIs, and best practicesThe standard workflow for complex tasks:
Step 1: /plan-task [description]
→ Forks to planner agent (read-only)
→ Returns structured task plan with dependencies
→ May include research tasks for unfamiliar libraries/APIs
Step 1.5 (if needed): /research [topic]
→ Forks to researcher agent (read-only)
→ Searches web, reads docs, gathers reliable information
→ Returns structured report with sources and recommendations
Step 2: /orchestrate [plan output]
→ Forks to orchestrator agent (read-only)
→ Returns delegation plan with parallel groups
→ Schedules research tasks in earliest group when present
Step 3: Execute delegation plan
→ Main session spawns Tier 3 agents in parallel per group
→ Groups execute in dependency order
→ Review agents run after implementation agents
The following diagram visualizes the 3-tier agent structure, agent-to-skill relationships, orchestration workflow, and parallel execution patterns:
flowchart TB
subgraph User["User Request"]
UserReq[Task Description]
end
subgraph Tier1["Tier 1: Planning (Read-Only)"]
Planner[planner<br/>plan mode]
Researcher[researcher<br/>plan mode]
ProductMgr[product-manager<br/>plan mode]
end
subgraph Tier2["Tier 2: Orchestration (Read-Only)"]
Orchestrator[orchestrator<br/>plan mode]
end
subgraph Tier3["Tier 3: Execution"]
Designer[designer<br/>full access]
SoftwareEng[software-engineer<br/>accept edits]
CodeReviewer[code-reviewer<br/>plan mode]
QA[qa<br/>accept edits]
SREDevOps[sre-devops<br/>accept edits]
Security[security<br/>plan mode]
LegalCompliance[legal-compliance<br/>plan mode]
end
subgraph Skills["Skills"]
SkillPlan[plan-task]
SkillResearch[research]
SkillOrchestrate[orchestrate]
SkillRequirements[write-requirements]
SkillDesign[design-component]
SkillImplement[implement-feature]
SkillReview[review-code]
SkillTests[write-tests]
SkillDeploy[deploy]
SkillSecurity[security-audit]
SkillCompliance[compliance-check]
end
subgraph Hooks["Lifecycle Hooks"]
HooksJSON[hooks.json<br/>SubagentStart/SubagentStop]
end
subgraph Group1["Parallel Group 1: Implementation"]
G1Researcher[researcher]
G1SoftwareEng[software-engineer]
G1Designer[designer]
end
subgraph Group2["Parallel Group 2: Review"]
G2CodeReviewer[code-reviewer]
G2QA[qa]
G2Security[security]
end
subgraph Group3["Parallel Group 3: Fix"]
G3SoftwareEng[software-engineer]
end
%% User flow
UserReq -->|"/plan-task"| SkillPlan
SkillPlan -.->|forks to| Planner
Planner -->|plan output| Orchestrator
UserReq -->|"/research"| SkillResearch
SkillResearch -.->|forks to| Researcher
Researcher -->|research report| Orchestrator