Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading
Loading