forge-teams
v1.9.0Agent Teams Product Development Pipeline - 7-phase adversarial collaborative development with multi-agent debate, competition, and cross-validation at every critical decision point, including red team attacks, adversarial debugging, independent bug fix loop, and requirement verification.
By XRenSiuLicense: MIT2 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install forge-teams for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install forge-teams@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/XRenSiu/claude-code-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/forge-teams/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adversarial-debugging/SKILL.md├── skills/adversarial-design/SKILL.md├── skills/adversarial-requirements/SKILL.md├── skills/adversarial-review/SKILL.md└── skills/parallel-implementation/SKILL.md
Included Skills5
Agent Teams 对抗式调试。多 agent 并行调查竞争假设,通过结构化辩论和证据综合找到真正根因,然后用 TDD 修复。 Use when: (1) 复杂 bug 原因不明, (2) 间歇性故障, (3) 多个可能根因, (4) 单 agent 调试失败, (5) Phase 5 review 发现 bug。 Triggers: "adversarial debug", "对抗调试", "hypothesis investigation", "debug with team", "forge debug"
Agent Teams 对抗式架构设计。多个架构师竞争提案,技术评论家挑战弱点,仲裁者综合裁决。 Use when: (1) 重大系统设计决策, (2) 多个可行技术方案, (3) 高风险架构变更, (4) 需要 ADR 文档。 Triggers: "adversarial design", "对抗设计", "architecture competition", "design with team"
Agent Teams 对抗式需求分析。产品倡导者撰写 PRD,技术怀疑者以代码库证据挑战,2 轮对抗后产出经过实战检验的需求文档。 Use when: (1) 新功能需要全面 PRD, (2) 需求需要技术可行性验证, (3) 复杂功能需多角度审视。 Triggers: "adversarial requirements", "对抗需求", "battle-tested PRD", "forge requirements"
Agent Teams 对抗式审查 + 红队攻击。多 agent 并行审查(规格/代码/安全/红队),交叉检验,综合裁决。 Use when: (1) 重大功能发布前审查, (2) 涉及安全敏感代码, (3) 需要红队攻击验证, (4) 多维度交叉审查。 Triggers: "adversarial review", "对抗审查", "red team review", "security review with team"
Agent Teams 并行实现。多个 team-implementer 并行执行独立任务,quality-sentinel 持续抽查,Lead 协调文件所有权和进度。 Use when: (1) 任务计划已就绪, (2) 多个独立任务可并行, (3) 需要加速实现阶段。 Triggers: "parallel implementation", "并行实现", "team implementation", "forge implement"
Plugin manifests1
{
"name": "forge-teams",
"description": "Agent Teams Product Development Pipeline - 7-phase adversarial collaborative development with multi-agent debate, competition, and cross-validation at every critical decision point, including red team attacks, adversarial debugging, independent bug fix loop, and requirement verification.",
"version": "1.9.0",
"author": {
"name": "XRenSiu",
"email": "[email protected]"
},
"homepage": "https://github.com/XRenSiu/claude-code-forge/tree/main/plugins/forge-teams",
"repository": "https://github.com/XRenSiu/claude-code-forge",
"license": "MIT",
"keywords": [
"agent-teams",
"adversarial",
"product-development",
"red-team",
"parallel-implementation",
"code-review",
"debugging",
"tdd"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[forge-teams on Agent Plugins Marketplace](https://pluginsmp.com/plugins/forge-teams)