diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 82deac1..1193bd1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ "plugins": [ { "name": "agent-team", - "description": "Orchestrates parallel work via Agent Teams with automated coordination, workspace tracking, and hook enforcement", + "description": "Orchestrates parallel work via Agent Teams in Claude Code. Per-task adversarial review pipeline (Executor → Reviewer → Challenger ephemeral), 2-skill flow (execute + audit), hook enforcement, persistent workspace tracking.", "version": "4.0.0", "source": { "source": "url", @@ -22,12 +22,17 @@ "plugin", "agent-team", "orchestration", - "parallel" + "parallel", + "adversarial-review", + "ephemeral-agents", + "multi-agent" ], "category": "automation", "tags": [ "agent-team", "parallel-execution", + "adversarial-review", + "ephemeral-pipeline", "workspace-tracking", "hook-enforcement", "team-coordination" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3f3e8eb..a2ff8f3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-team", - "description": "Orchestrates parallel work via Agent Teams with automated coordination, workspace tracking, and hook enforcement", + "description": "Orchestrates parallel work via Agent Teams in Claude Code. Per-task adversarial review pipeline (Executor → Reviewer → Challenger ephemeral), 2-skill flow (execute + audit), hook enforcement, persistent workspace tracking.", "version": "4.0.0", "author": { "name": "Duc Do" diff --git a/site/index.html b/site/index.html index 3fb52f9..31a6d38 100644 --- a/site/index.html +++ b/site/index.html @@ -4,7 +4,7 @@ Agent Team — Orchestrate parallel AI teammates in Claude Code - +