diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 764ca94..f85eb00 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1932,7 +1932,7 @@ { "name": "agent-teams", "description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams", - "version": "1.0.1", + "version": "1.0.2", "author": { "name": "Seth Hobson", "email": "seth@major7apps.com" diff --git a/plugins/agent-teams/.claude-plugin/plugin.json b/plugins/agent-teams/.claude-plugin/plugin.json index 7cef61e..a27a562 100644 --- a/plugins/agent-teams/.claude-plugin/plugin.json +++ b/plugins/agent-teams/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-teams", - "version": "1.0.1", + "version": "1.0.2", "description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams", "author": { "name": "Seth Hobson", diff --git a/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md b/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md index 6b7138c..282bd5d 100644 --- a/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md +++ b/plugins/agent-teams/skills/multi-reviewer-patterns/SKILL.md @@ -1,7 +1,7 @@ --- name: multi-reviewer-patterns description: Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results. -version: 1.0.1 +version: 1.0.2 --- # Multi-Reviewer Patterns diff --git a/plugins/agent-teams/skills/parallel-debugging/SKILL.md b/plugins/agent-teams/skills/parallel-debugging/SKILL.md index 62be484..8c84fa3 100644 --- a/plugins/agent-teams/skills/parallel-debugging/SKILL.md +++ b/plugins/agent-teams/skills/parallel-debugging/SKILL.md @@ -1,7 +1,7 @@ --- name: parallel-debugging description: Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows. -version: 1.0.1 +version: 1.0.2 --- # Parallel Debugging diff --git a/plugins/agent-teams/skills/parallel-feature-development/SKILL.md b/plugins/agent-teams/skills/parallel-feature-development/SKILL.md index 8cdee11..db79567 100644 --- a/plugins/agent-teams/skills/parallel-feature-development/SKILL.md +++ b/plugins/agent-teams/skills/parallel-feature-development/SKILL.md @@ -1,7 +1,7 @@ --- name: parallel-feature-development description: Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing features for parallel development, establishing file ownership boundaries, or managing integration between parallel work streams. -version: 1.0.1 +version: 1.0.2 --- # Parallel Feature Development diff --git a/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md b/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md index 5016e07..d1bb370 100644 --- a/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md +++ b/plugins/agent-teams/skills/task-coordination-strategies/SKILL.md @@ -1,7 +1,7 @@ --- name: task-coordination-strategies description: Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress. -version: 1.0.1 +version: 1.0.2 --- # Task Coordination Strategies diff --git a/plugins/agent-teams/skills/team-communication-protocols/SKILL.md b/plugins/agent-teams/skills/team-communication-protocols/SKILL.md index cb00845..0b55052 100644 --- a/plugins/agent-teams/skills/team-communication-protocols/SKILL.md +++ b/plugins/agent-teams/skills/team-communication-protocols/SKILL.md @@ -1,7 +1,7 @@ --- name: team-communication-protocols description: Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing team communication norms, handling plan approvals, or managing team shutdown. -version: 1.0.1 +version: 1.0.2 --- # Team Communication Protocols diff --git a/plugins/agent-teams/skills/team-composition-patterns/SKILL.md b/plugins/agent-teams/skills/team-composition-patterns/SKILL.md index b4fd75f..4c32eff 100644 --- a/plugins/agent-teams/skills/team-composition-patterns/SKILL.md +++ b/plugins/agent-teams/skills/team-composition-patterns/SKILL.md @@ -1,7 +1,7 @@ --- name: team-composition-patterns description: Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding team size, selecting agent types, or configuring team presets for multi-agent workflows. -version: 1.0.1 +version: 1.0.2 --- # Team Composition Patterns