← 返回 Skills 市场
qianen6

Canvas Debate

作者 qianen6 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
146
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install canvas-debate
功能描述
Adversarial debate between a YC Partner (challenger) and a Business Strategist (defender) to stress-test and improve a business model. Uses two independent s...
使用说明 (SKILL.md)

\r \r

Canvas Debate — Adversarial Business Model Stress Test\r

\r Two independent AI agents debate your business model: one builds, one attacks.\r Neither can see the other's reasoning — only outputs. A referee orchestrates the\r exchange and produces a final battle-tested canvas + debate report.\r \r

When to Use\r

\r

  • After running business-canvas, to stress-test the result\r
  • When you want a more rigorous evaluation than a single-pass analysis\r
  • When you suspect your business model has blind spots\r
  • Before pitching to investors — simulate tough questions first\r
  • When you want to identify the weakest assumptions in your model\r \r

Depth Modes\r

\r Choose depth based on context:\r \r | Mode | Rounds | When to Use |\r |------|--------|-------------|\r | Fast | 1 round + synthesis | Quick sanity check, early brainstorming |\r | Thorough | 2-5 rounds + rebuttals | Pre-investor, major pivots (default) |\r | Red Team | Up to 10 rounds, full convergence | Entering new markets, high-stakes decisions |\r \r If the user doesn't specify, default to Thorough. Ask only if ambiguous.\r \r

Architecture\r

\r

Main Agent (Referee / 仲裁者)\r
  ├── Subagent A: YC Partner (Challenger / 挑战者)\r
  │   Knowledge: office-hours 6 forcing questions\r
  │   Can see: Canvas output + Defender's answers\r
  │   Cannot see: Defender's reasoning, codebase details\r
  │   Goal: Find fatal flaws in the business model\r
  │\r
  └── Subagent B: Business Strategist (Defender / 防守者)\r
  │   Knowledge: business-canvas full methodology\r
  │   Can see: Codebase + Challenger's questions\r
  │   Cannot see: Challenger's reasoning, strategic intent\r
  │   Goal: Improve canvas until no valid challenge remains\r
  │\r
  Referee: Relays outputs (NOT reasoning), judges convergence,\r
           generates final report\r
```\r
\r
## Prerequisites\r
\r
Before running this skill, you need:\r
\r
1. **A codebase to analyze** — the product/project being evaluated\r
2. **Optionally**: existing canvas files from a previous business-canvas run\r
   (in `docs/business/`). If they exist, the Defender starts from them.\r
   If not, the Defender generates an initial canvas in Round 0.\r
\r
## Output Files\r
\r
All outputs go to `docs/business/` (create if missing):\r
\r
1. `value-proposition-canvas.md` — Battle-tested VPC (updated by Defender)\r
2. `business-model-canvas.md` — Battle-tested BMC (updated by Defender)\r
3. `test-cards.md` — Updated test cards reflecting debate findings\r
4. `canvas-summary.md` — Updated executive summary\r
5. `debate-report.md` — **NEW**: Full debate transcript + analysis\r
\r
## Execution Flow\r
\r
### Round 0: Initial Canvas (if not already exists)\r
\r
If `docs/business/value-proposition-canvas.md` and `docs/business/business-model-canvas.md`\r
do NOT exist, launch Subagent B (Defender) first to generate them:\r
\r
**Subagent B prompt (Round 0):**\r
```\r
You are a Business Strategist. Read the codebase at [project root] to understand\r
the product. Generate:\r
1. value-proposition-canvas.md — Customer Profile (Jobs/Pains/Gains) + Value Map\r
   (Products/Pain Relievers/Gain Creators) + Fit Assessment with score\r
2. business-model-canvas.md — All 9 BMC blocks + competitive landscape + key risks\r
\r
Output ONLY the canvas content. Do not explain your reasoning process.\r
Write all content in [user's language].\r
Save files to docs/business/.\r
```\r
\r
Wait for completion, then proceed to Round 1.\r
\r
### Round 1: First Challenge\r
\r
**Step 1:** Read the canvas files generated/existing in `docs/business/`.\r
\r
**Step 2:** Launch Subagent A (Challenger) with ONLY the canvas output:\r
\r
**Subagent A prompt (Round 1):**\r
```\r
You are a YC Partner conducting office hours. You are brutally honest and\r
allergic to vague claims. Your framework: Garry Tan's six forcing questions\r
(Demand Reality, Status Quo, Desperate Specificity, Narrowest Wedge,\r
Observation & Surprise, Future-Fit).\r
\r
Here is a business model canvas for a product. You have NOT seen the product\r
itself — only this document. Your job is to find the 5-7 most critical\r
weaknesses, contradictions, or unvalidated assumptions.\r
\r
Rules:\r
- Be specific. "Revenue model is unclear" is weak. "The canvas claims 3\r
  customer segments but only has pricing for 1 — which segments actually pay?"\r
  is strong.\r
- Challenge evidence, not opinions. If it says "users love it," ask for the\r
  evidence.\r
- Use the six forcing questions as your attack framework:\r
  1. Demand Reality: Is there REAL evidence of demand, or just assumptions?\r
  2. Status Quo: Is the current workaround actually painful enough to switch?\r
  3. Desperate Specificity: Can they name the ACTUAL person who needs this most?\r
  4. Narrowest Wedge: Is the MVP truly minimal, or is it a platform disguised?\r
  5. Observation: Have they watched real users, or is this theoretical?\r
  6. Future-Fit: Does the future make this more essential or less?\r
- Rank your challenges by severity: [CRITICAL] [SERIOUS] [MODERATE]\r
- For each challenge, state what EVIDENCE would resolve it.\r
\r
Output your challenges as a numbered list. Do not explain your reasoning process\r
beyond the challenge itself.\r
\r
CANVAS CONTENT:\r
---\r
[paste full content of value-proposition-canvas.md]\r
---\r
[paste full content of business-model-canvas.md]\r
---\r
\r
Write all challenges in [user's language].\r
```\r
\r
**Step 3:** Collect Challenger's output (challenges only, not reasoning).\r
\r
### Round 1: First Defense\r
\r
**Step 4:** Launch Subagent B (Defender) with the challenges + codebase access:\r
\r
**Subagent B prompt (Round 1 Defense):**\r
```\r
You are a Business Strategist defending and improving a business model.\r
An independent reviewer has challenged your canvas with the following critiques.\r
You have access to the codebase to verify claims.\r
\r
Your job:\r
1. For each challenge, either:\r
   a) ACCEPT: Acknowledge the weakness. Modify the canvas to address it.\r
   b) REFUTE: Provide specific evidence from the codebase or business context\r
      that disproves the challenge. Cite file paths, features, or data.\r
   c) ACKNOWLEDGE: The challenge is valid but cannot be resolved with current\r
      information. Add a corresponding Test Card.\r
2. Update the canvas files (VPC + BMC) with improvements.\r
3. For each ACKNOWLEDGE, create a Test Card in test-cards.md.\r
\r
Rules:\r
- Do NOT dismiss challenges without evidence.\r
- "We plan to address this later" is not a defense. Either fix it now or\r
  acknowledge the gap.\r
- Be specific in refutations. "The product handles this" is weak. "See\r
  protein_mcp/column_calculator.py — the tool already computes column sizing\r
  with 15 parameters including bed height, flow rate, and resin capacity"\r
  is strong.\r
\r
CHALLENGES:\r
---\r
[paste Challenger's output]\r
---\r
\r
CURRENT CANVAS:\r
---\r
[paste current canvas files]\r
---\r
\r
Output:\r
1. Your response to each challenge (ACCEPT/REFUTE/ACKNOWLEDGE + explanation)\r
2. Updated canvas files\r
3. Any new Test Cards\r
\r
Write all content in [user's language].\r
```\r
\r
**Step 5:** Collect Defender's output.\r
\r
### Round 2: Second Challenge\r
\r
**Step 6:** Launch Subagent A (Challenger) again with:\r
- The Defender's RESPONSES (accept/refute/acknowledge for each challenge)\r
- The UPDATED canvas\r
- NOT the Defender's internal reasoning or codebase references\r
\r
**Subagent A prompt (Round 2):**\r
```\r
You are a YC Partner. You previously challenged a business canvas and received\r
responses. Review the updates:\r
\r
1. For each ACCEPTED challenge: Is the fix sufficient, or is it a band-aid?\r
2. For each REFUTED challenge: Does the evidence actually disprove your challenge?\r
   Push back if the refutation is weak.\r
3. For each ACKNOWLEDGED challenge: Is the Test Card rigorous enough to actually\r
   validate the assumption?\r
4. Any NEW weaknesses introduced by the changes?\r
\r
Provide 3-5 new or remaining challenges. If the canvas has genuinely improved\r
and fewer than 3 issues remain, say so — but do NOT be generous. Tough love\r
produces better businesses.\r
\r
PREVIOUS CHALLENGES AND RESPONSES:\r
---\r
[paste Defender's responses]\r
---\r
\r
UPDATED CANVAS:\r
---\r
[paste updated canvas files]\r
---\r
\r
Write all content in [user's language].\r
```\r
\r
### Round 2: Second Defense\r
\r
**Step 7:** Repeat Step 4 pattern with Round 2 challenges.\r
\r
### Subsequent Rounds (R3, R4, R5...)\r
\r
Repeat the Challenge → Defense cycle. Each round follows the same pattern as R2:\r
- Challenger reviews the latest defense + updated canvas\r
- Challenger provides new or remaining challenges with severity tags\r
- Challenger states: CONTINUE or CONVERGED\r
- If CONTINUE: Defender responds and updates canvas → next round\r
- If CONVERGED or Round 10 reached: proceed to Final Assessment\r
\r
### Final Assessment (after convergence or safety cap)\r
\r
Launch Subagent A (Challenger) one final time for a verdict:\r
\r
**Subagent A prompt (Final Assessment):**\r
```\r
You are a YC Partner giving a final assessment after N rounds of debate.\r
\r
Based on the evolution of this canvas through the debate:\r
1. What IMPROVED most? (specific changes)\r
2. What REMAINS the biggest risk? (the #1 unresolved issue)\r
3. Overall Robustness Score: X/10\r
   - 9-10: Battle-tested. Ready for investor scrutiny.\r
   - 7-8: Solid foundation. 1-2 gaps that need real-world validation.\r
   - 5-6: Promising but fragile. Key assumptions still unvalidated.\r
   - 3-4: Significant structural issues. Needs major rework.\r
   - 1-2: Fundamental problem with the business thesis.\r
4. The ONE thing the founder should do this week.\r
\r
DEBATE HISTORY:\r
---\r
[paste full debate exchange history]\r
---\r
\r
FINAL CANVAS:\r
---\r
[paste final canvas]\r
---\r
\r
Write all content in [user's language].\r
```\r
\r
## Generating the Debate Report\r
\r
After all rounds complete, the Referee (main agent) generates `debate-report.md`:\r
\r
```markdown\r
# 商业模式博弈报告 — [Product Name]\r
\r
生成日期: [date]\r
博弈轮次: [actual round count]\r
\r
## 博弈概览\r
\r
| 轮次 | 挑战者提出 | 防守者接受 | 防守者反驳 | 防守者确认待验证 |\r
|------|-----------|-----------|-----------|----------------|\r
| R1 | N | X | Y | Z |\r
| R2 | N | X | Y | Z |\r
| ... | ... | ... | ... | ... |\r
| RN | 最终评估 (CONVERGED / 安全上限) | - | - | - |\r
\r
## 第一轮\r
\r
### 挑战 (Challenger)\r
[numbered list of R1 challenges with severity tags]\r
\r
### 回应 (Defender)\r
[numbered responses: ACCEPT/REFUTE/ACKNOWLEDGE]\r
\r
### 画布变更\r
[what changed in the canvas after R1]\r
\r
## 第二轮\r
\r
### 挑战 (Challenger)\r
[R2 challenges]\r
\r
### 回应 (Defender)\r
[R2 responses]\r
\r
### 画布变更\r
[what changed after R2]\r
\r
## 最终评估\r
\r
### 稳健性评分: X/10\r
[Challenger's final assessment]\r
\r
### 最大改善\r
[what improved most through the debate]\r
\r
### 最大残余风险\r
[#1 unresolved issue]\r
\r
### 本周行动\r
[the ONE thing to do this week]\r
\r
## 张力表 (Tension Table)\r
\r
| 维度 | 挑战者立场 | 防守者立场 | 张力程度 | 最终共识 |\r
|------|-----------|-----------|---------|---------|\r
| [维度1] | [观点] | [观点] | 高/中/低 | [达成/未达成] |\r
| [维度2] | [观点] | [观点] | 高/中/低 | [达成/未达成] |\r
\r
## 少数派报告 (Minority Report)\r
\r
即使最终判定达成共识,记录反对方的最强论点——不是被击败的论点,\r
而是"如果条件变化,这个论点可能会变成正确的":\r
\r
**挑战者最强未采纳观点:** [即使被防守者反驳,但在特定条件下可能成立的挑战]\r
**防守者最强未采纳论点:** [即使被挑战者压制,但可能被低估的防御]\r
\r
## 博弈收敛分析\r
\r
### 收敛的议题 (双方达成共识)\r
- [issue that was resolved]\r
\r
### 未收敛的议题 (仍有分歧)\r
- [issue where challenger and defender disagree]\r
\r
### 新发现 (博弈过程中涌现的洞察)\r
- [insight that emerged from the debate process itself]\r
\r
## Single Falsifying Assumption (证伪假设)\r
如果我对 [一个关键假设] 的判断是错的,整个博弈结论会翻转,因为 [原因]。\r
```\r
\r
## Practical Execution Guide\r
\r
When running this skill, use the Cursor `Task` tool to launch subagents:\r
\r
1. Use `subagent_type: "generalPurpose"` for both Challenger and Defender\r
2. In each prompt, explicitly state what the subagent can and cannot see\r
3. The Referee (you, the main agent) MUST strip internal reasoning before relaying:\r
   - From Challenger → Defender: pass challenges only, not "I think the founder is..."\r
   - From Defender → Challenger: pass responses + updated canvas, not "I checked the\r
     codebase and found..."\r
4. Between rounds, summarize progress to the user in the Cursor chat window\r
\r
## Convergence Rules\r
\r
The debate continues until the Challenger cannot raise new CRITICAL or SERIOUS challenges.\r
\r
**Termination conditions (any one triggers stop):**\r
1. **Convergence:** Challenger's latest round contains ZERO new CRITICAL or SERIOUS\r
   challenges. Only MODERATE or lower issues remain. This is the ideal outcome.\r
2. **Safety cap:** Maximum 10 rounds. If reached, the Referee forces a Final Assessment\r
   regardless of remaining issues.\r
\r
**Per-round Challenger instructions:** At the end of each round, the Challenger MUST\r
explicitly state:\r
- How many NEW challenges are CRITICAL / SERIOUS / MODERATE\r
- Whether they recommend CONTINUE (still has CRITICAL/SERIOUS issues) or\r
  CONVERGED (no new CRITICAL/SERIOUS issues)\r
\r
**Deadlock:** If the same issue appears in 3 consecutive rounds with no progress\r
(Defender cannot resolve and Challenger won't accept), mark it as\r
"UNRESOLVED — needs real-world evidence" in the debate report and add a Test Card.\r
Do not let a single deadlocked issue prevent convergence on other fronts.\r
\r
## Cost and Time\r
\r
- Typical: 2-3 rounds to converge (~3-5x token vs single-pass canvas)\r
- Maximum: 10 rounds (~15-20x token, safety cap)\r
- Time: 5-15 minutes total depending on convergence speed\r
- Worth it for: investor prep, major pivots, entering new markets\r
- Overkill for: early-stage brainstorming, quick sanity checks\r
\r
## Integration with Other Skills\r
\r
### Input from office-hours\r
If `docs/business/office-hours-report.md` exists, feed the Demand Strength Score\r
and Founder Signals to the Challenger as additional context. The Challenger will\r
calibrate challenge severity based on existing evidence.\r
\r
### Input from business-canvas\r
If canvas files already exist in `docs/business/`, skip Round 0 and start\r
directly at Round 1.\r
\r
### Output for downstream\r
The debate-report.md and battle-tested canvas files serve as inputs for:\r
- Investor pitch preparation\r
- Team alignment workshops\r
- Product roadmap prioritization\r
\r
## Archive & INDEX\r
\r
Each debate run appends to `docs/business/debate-index.md` for longitudinal tracking:\r
\r
```markdown\r
# Business Debate Index\r
\r
| Date | Product | Depth | Rounds | Robustness | Falsifying Assumption | Status |\r
|------|---------|-------|--------|------------|----------------------|--------|\r
| 2026-04-19 | ProteinClaw | Thorough | 3 | 6/10 | 下游用户需求真实性 | Active |\r
```\r
\r
**Status options:** Active / Decided / Monitoring / Shelved / Invalidated\r
\r
After 3+ debates, add a **Pattern Review** section to INDEX:\r
- Which challenges recur across debates? (structural blind spots)\r
- Which perspectives are consistently right/wrong? (calibration)\r
- Has the robustness score trended up or down? (trajectory)\r
\r
## Anti-patterns\r
\r
- Do NOT let the Referee add its own opinions into the relay — it corrupts independence\r
- Do NOT show Challenger the codebase — it should evaluate the canvas on its own merits\r
- Do NOT let the Defender dismiss challenges without evidence\r
- Do NOT exceed 10 rounds — if not converged by then, force Final Assessment\r
- Do NOT skip the debate report — the debate PROCESS is as valuable as the final canvas\r
- Do NOT batch all challenges into one message — each round should be distinct\r
\r
## Language\r
\r
Match the user's language. If the user writes in Chinese, all debate exchanges,\r
canvas updates, and the final report should be in Chinese with English framework\r
terms in parentheses where helpful.\r
安全使用建议
This skill appears to do what it says, but take the usual precautions before running it on a real repository: 1) review and remove any secrets/private keys from the repo or run the skill on a sanitized copy; 2) back up existing docs/business/ files (the skill will create/overwrite files there); 3) confirm the platform/execution environment does not automatically exfiltrate outputs to external services you don't trust; 4) if you want to limit scope, run it against a subset of the codebase or provide only curated canvas files rather than the entire project root. If you are concerned about autonomous invocation, keep the skill user-invocable and manually trigger runs after review.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill performs an adversarial debate over a business canvas and (optionally) the project's codebase. Requiring access to the codebase and canvas files and writing updated canvases to docs/business/ is consistent with a business-model stress test.
Instruction Scope
Instructions explicitly direct the agent to read the project root (the codebase) and any existing canvas files, run multiple debate rounds via internal subagents, and write outputs to docs/business/*. Reading the codebase is necessary for the stated goal, but because it doesn't restrict paths or note exclusion of secrets, the agent could access sensitive project files if they exist. The instructions do not call out transmission to external endpoints beyond writing repository files.
Install Mechanism
No install spec or code files are present; this is an instruction-only skill that relies on the platform to spawn subagents. No downloads or packages are required.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate: analyzing a codebase and canvases does not require external secrets in the skill metadata.
Persistence & Privilege
always:false and no install steps mean the skill does not request permanent presence or elevated platform privileges. It will write files to docs/business/ in the project workspace, which is expected behavior for this task.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install canvas-debate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /canvas-debate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add depth modes (Fast/Thorough/Red Team), tension table, minority report, archive INDEX with longitudinal tracking
v1.0.0
canvas-debate 1.0.0 — Initial Release - Launches an adversarial debate between two independent subagents: a YC Partner (Challenger) and a Business Strategist (Defender), coordinated by a Referee. - Designed to stress-test and improve business models via rigorous challenge, defense, and iterative canvas updates. - Produces updated value proposition canvas, business model canvas, test cards, executive summary, and a comprehensive debate report. - Reduces confirmation bias by separating subagent contexts and enforcing evidence-based argumentation. - Recommended for users seeking a deeper, multi-round critique beyond single-pass business canvas analysis.
元数据
Slug canvas-debate
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Canvas Debate 是什么?

Adversarial debate between a YC Partner (challenger) and a Business Strategist (defender) to stress-test and improve a business model. Uses two independent s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 Canvas Debate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install canvas-debate」即可一键安装,无需额外配置。

Canvas Debate 是免费的吗?

是的,Canvas Debate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Canvas Debate 支持哪些平台?

Canvas Debate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Canvas Debate?

由 qianen6(@qianen6)开发并维护,当前版本 v1.1.0。

💬 留言讨论