Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

canvas-debate画布辩论

Agent Skill

canvas-debate 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,524

周安装

183

GitHub Stars

公开资料未说明

下载量

1,420
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:canvas-debate(画布辩论)
来源仓库:https://github.com/qianen6/canvas-debate
安装命令:
openclaw skills install canvas-debate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install canvas-debate

简介

通过模拟挑战者与辩护者之间的对抗性辩论,对业务模型进行压力测试和改进。

  • 适用于业务策略分析、商业模式优化和风险评估等场景。canvas-debate 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装后结合关键词或任务场景使用,需确认权限范围和联网需求。
  • 建议检查维护状态,避免触发不必要的命令执行或文件操作。
  • 可参考原始 README 了解具体用法和触发条件。

SKILL.md

name
canvas-debate
description
>-

Canvas Debate — Adversarial Business Model Stress Test

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

When to Use

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

Depth Modes

Choose depth based on context:

ModeRoundsWhen to Use
Fast1 round + synthesisQuick sanity check, early brainstorming
Thorough2-5 rounds + rebuttalsPre-investor, major pivots (default)
Red TeamUp to 10 rounds, full convergenceEntering new markets, high-stakes decisions

If the user doesn't specify, default to Thorough. Ask only if ambiguous.

Architecture

Main Agent (Referee / 仲裁者)
  ├── Subagent A: YC Partner (Challenger / 挑战者)
  │   Knowledge: office-hours 6 forcing questions
  │   Can see: Canvas output + Defender's answers
  │   Cannot see: Defender's reasoning, codebase details
  │   Goal: Find fatal flaws in the business model
  │
  └── Subagent B: Business Strategist (Defender / 防守者)
  │   Knowledge: business-canvas full methodology
  │   Can see: Codebase + Challenger's questions
  │   Cannot see: Challenger's reasoning, strategic intent
  │   Goal: Improve canvas until no valid challenge remains
  │
  Referee: Relays outputs (NOT reasoning), judges convergence,
           generates final report

Prerequisites

Before running this skill, you need:

  1. A codebase to analyze — the product/project being evaluated
  2. Optionally: existing canvas files from a previous business-canvas run

(in docs/business/). If they exist, the Defender starts from them. If not, the Defender generates an initial canvas in Round 0.

Output Files

All outputs go to docs/business/ (create if missing):

  1. value-proposition-canvas.md — Battle-tested VPC (updated by Defender)
  2. business-model-canvas.md — Battle-tested BMC (updated by Defender)
  3. test-cards.md — Updated test cards reflecting debate findings
  4. canvas-summary.md — Updated executive summary
  5. debate-report.mdNEW: Full debate transcript + analysis

Execution Flow

Round 0: Initial Canvas (if not already exists)

If docs/business/value-proposition-canvas.md and docs/business/business-model-canvas.md do NOT exist, launch Subagent B (Defender) first to generate them:

Subagent B prompt (Round 0):

You are a Business Strategist. Read the codebase at [project root] to understand
the product. Generate:
1. value-proposition-canvas.md — Customer Profile (Jobs/Pains/Gains) + Value Map
   (Products/Pain Relievers/Gain Creators) + Fit Assessment with score
2. business-model-canvas.md — All 9 BMC blocks + competitive landscape + key risks

Output ONLY the canvas content. Do not explain your reasoning process.
Write all content in [user's language].
Save files to docs/business/.

Wait for completion, then proceed to Round 1.

Round 1: First Challenge

Step 1: Read the canvas files generated/existing in docs/business/.

Step 2: Launch Subagent A (Challenger) with ONLY the canvas output:

Subagent A prompt (Round 1):

You are a YC Partner conducting office hours. You are brutally honest and
allergic to vague claims. Your framework: Garry Tan's six forcing questions
(Demand Reality, Status Quo, Desperate Specificity, Narrowest Wedge,
Observation & Surprise, Future-Fit).

Here is a business model canvas for a product. You have NOT seen the product
itself — only this document. Your job is to find the 5-7 most critical
weaknesses, contradictions, or unvalidated assumptions.

Rules:
- Be specific. "Revenue model is unclear" is weak. "The canvas claims 3
  customer segments but only has pricing for 1 — which segments actually pay?"
  is strong.
- Challenge evidence, not opinions. If it says "users love it," ask for the
  evidence.
- Use the six forcing questions as your attack framework:
  1. Demand Reality: Is there REAL evidence of demand, or just assumptions?
  2. Status Quo: Is the current workaround actually painful enough to switch?
  3. Desperate Specificity: Can they name the ACTUAL person who needs this most?
  4. Narrowest Wedge: Is the MVP truly minimal, or is it a platform disguised?
  5. Observation: Have they watched real users, or is this theoretical?
  6. Future-Fit: Does the future make this more essential or less?
- Rank your challenges by severity: [CRITICAL] [SERIOUS] [MODERATE]
- For each challenge, state what EVIDENCE would resolve it.

Output your challenges as a numbered list. Do not explain your reasoning process
beyond the challenge itself.

CANVAS CONTENT:
---
[paste full content of value-proposition-canvas.md]
---
[paste full content of business-model-canvas.md]
---

Write all challenges in [user's language].

Step 3: Collect Challenger's output (challenges only, not reasoning).

Round 1: First Defense

Step 4: Launch Subagent B (Defender) with the challenges + codebase access:

Subagent B prompt (Round 1 Defense):

You are a Business Strategist defending and improving a business model.
An independent reviewer has challenged your canvas with the following critiques.
You have access to the codebase to verify claims.

Your job:
1. For each challenge, either:
   a) ACCEPT: Acknowledge the weakness. Modify the canvas to address it.
   b) REFUTE: Provide specific evidence from the codebase or business context
      that disproves the challenge. Cite file paths, features, or data.
   c) ACKNOWLEDGE: The challenge is valid but cannot be resolved with current
      information. Add a corresponding Test Card.
2. Update the canvas files (VPC + BMC) with improvements.
3. For each ACKNOWLEDGE, create a Test Card in test-cards.md.

Rules:
- Do NOT dismiss challenges without evidence.
- "We plan to address this later" is not a defense. Either fix it now or
  acknowledge the gap.
- Be specific in refutations. "The product handles this" is weak. "See
  protein_mcp/column_calculator.py — the tool already computes column sizing
  with 15 parameters including bed height, flow rate, and resin capacity"
  is strong.

CHALLENGES:
---
[paste Challenger's output]
---

CURRENT CANVAS:
---
[paste current canvas files]
---

Output:
1. Your response to each challenge (ACCEPT/REFUTE/ACKNOWLEDGE + explanation)
2. Updated canvas files
3. Any new Test Cards

Write all content in [user's language].

Step 5: Collect Defender's output.

Round 2: Second Challenge

Step 6: Launch Subagent A (Challenger) again with:

  • The Defender's RESPONSES (accept/refute/acknowledge for each challenge)
  • The UPDATED canvas
  • NOT the Defender's internal reasoning or codebase references

Subagent A prompt (Round 2):

You are a YC Partner. You previously challenged a business canvas and received
responses. Review the updates:

1. For each ACCEPTED challenge: Is the fix sufficient, or is it a band-aid?
2. For each REFUTED challenge: Does the evidence actually disprove your challenge?
   Push back if the refutation is weak.
3. For each ACKNOWLEDGED challenge: Is the Test Card rigorous enough to actually
   validate the assumption?
4. Any NEW weaknesses introduced by the changes?

Provide 3-5 new or remaining challenges. If the canvas has genuinely improved
and fewer than 3 issues remain, say so — but do NOT be generous. Tough love
produces better businesses.

PREVIOUS CHALLENGES AND RESPONSES:
---
[paste Defender's responses]
---

UPDATED CANVAS:
---
[paste updated canvas files]
---

Write all content in [user's language].

Round 2: Second Defense

Step 7: Repeat Step 4 pattern with Round 2 challenges.

Subsequent Rounds (R3, R4, R5...)

Repeat the Challenge → Defense cycle. Each round follows the same pattern as R2:

  • Challenger reviews the latest defense + updated canvas
  • Challenger provides new or remaining challenges with severity tags
  • Challenger states: CONTINUE or CONVERGED
  • If CONTINUE: Defender responds and updates canvas → next round
  • If CONVERGED or Round 10 reached: proceed to Final Assessment

Final Assessment (after convergence or safety cap)

Launch Subagent A (Challenger) one final time for a verdict:

Subagent A prompt (Final Assessment):

You are a YC Partner giving a final assessment after N rounds of debate.

Based on the evolution of this canvas through the debate:
1. What IMPROVED most? (specific changes)
2. What REMAINS the biggest risk? (the #1 unresolved issue)
3. Overall Robustness Score: X/10
   - 9-10: Battle-tested. Ready for investor scrutiny.
   - 7-8: Solid foundation. 1-2 gaps that need real-world validation.
   - 5-6: Promising but fragile. Key assumptions still unvalidated.
   - 3-4: Significant structural issues. Needs major rework.
   - 1-2: Fundamental problem with the business thesis.
4. The ONE thing the founder should do this week.

DEBATE HISTORY:
---
[paste full debate exchange history]
---

FINAL CANVAS:
---
[paste final canvas]
---

Write all content in [user's language].

Generating the Debate Report

After all rounds complete, the Referee (main agent) generates debate-report.md:

# 商业模式博弈报告 — [Product Name]

生成日期: [date]
博弈轮次: [actual round count]

## 博弈概览

| 轮次 | 挑战者提出 | 防守者接受 | 防守者反驳 | 防守者确认待验证 |
|------|-----------|-----------|-----------|----------------|
| R1 | N | X | Y | Z |
| R2 | N | X | Y | Z |
| ... | ... | ... | ... | ... |
| RN | 最终评估 (CONVERGED / 安全上限) | - | - | - |

## 第一轮

### 挑战 (Challenger)
[numbered list of R1 challenges with severity tags]

### 回应 (Defender)
[numbered responses: ACCEPT/REFUTE/ACKNOWLEDGE]

### 画布变更
[what changed in the canvas after R1]

## 第二轮

### 挑战 (Challenger)
[R2 challenges]

### 回应 (Defender)
[R2 responses]

### 画布变更
[what changed after R2]

## 最终评估

### 稳健性评分: X/10
[Challenger's final assessment]

### 最大改善
[what improved most through the debate]

### 最大残余风险
[#1 unresolved issue]

### 本周行动
[the ONE thing to do this week]

## 张力表 (Tension Table)

| 维度 | 挑战者立场 | 防守者立场 | 张力程度 | 最终共识 |
|------|-----------|-----------|---------|---------|
| [维度1] | [观点] | [观点] | 高/中/低 | [达成/未达成] |
| [维度2] | [观点] | [观点] | 高/中/低 | [达成/未达成] |

## 少数派报告 (Minority Report)

即使最终判定达成共识,记录反对方的最强论点——不是被击败的论点,
而是"如果条件变化,这个论点可能会变成正确的":

**挑战者最强未采纳观点:** [即使被防守者反驳,但在特定条件下可能成立的挑战]
**防守者最强未采纳论点:** [即使被挑战者压制,但可能被低估的防御]

## 博弈收敛分析

### 收敛的议题 (双方达成共识)
- [issue that was resolved]

### 未收敛的议题 (仍有分歧)
- [issue where challenger and defender disagree]

### 新发现 (博弈过程中涌现的洞察)
- [insight that emerged from the debate process itself]

## Single Falsifying Assumption (证伪假设)
如果我对 [一个关键假设] 的判断是错的,整个博弈结论会翻转,因为 [原因]。

Practical Execution Guide

When running this skill, use the Cursor Task tool to launch subagents:

  1. Use subagent_type: "generalPurpose" for both Challenger and Defender
  2. In each prompt, explicitly state what the subagent can and cannot see
  3. The Referee (you, the main agent) MUST strip internal reasoning before relaying:

- From Challenger → Defender: pass challenges only, not "I think the founder is..." - From Defender → Challenger: pass responses + updated canvas, not "I checked the codebase and found..."

  1. Between rounds, summarize progress to the user in the Cursor chat window

Convergence Rules

The debate continues until the Challenger cannot raise new CRITICAL or SERIOUS challenges.

Termination conditions (any one triggers stop):

  1. Convergence: Challenger's latest round contains ZERO new CRITICAL or SERIOUS

challenges. Only MODERATE or lower issues remain. This is the ideal outcome.

  1. Safety cap: Maximum 10 rounds. If reached, the Referee forces a Final Assessment

regardless of remaining issues.

Per-round Challenger instructions: At the end of each round, the Challenger MUST explicitly state:

  • How many NEW challenges are CRITICAL / SERIOUS / MODERATE
  • Whether they recommend CONTINUE (still has CRITICAL/SERIOUS issues) or

CONVERGED (no new CRITICAL/SERIOUS issues)

Deadlock: If the same issue appears in 3 consecutive rounds with no progress (Defender cannot resolve and Challenger won't accept), mark it as "UNRESOLVED — needs real-world evidence" in the debate report and add a Test Card. Do not let a single deadlocked issue prevent convergence on other fronts.

Cost and Time

  • Typical: 2-3 rounds to converge (~3-5x token vs single-pass canvas)
  • Maximum: 10 rounds (~15-20x token, safety cap)
  • Time: 5-15 minutes total depending on convergence speed
  • Worth it for: investor prep, major pivots, entering new markets
  • Overkill for: early-stage brainstorming, quick sanity checks

Integration with Other Skills

Input from office-hours

If docs/business/office-hours-report.md exists, feed the Demand Strength Score and Founder Signals to the Challenger as additional context. The Challenger will calibrate challenge severity based on existing evidence.

Input from business-canvas

If canvas files already exist in docs/business/, skip Round 0 and start directly at Round 1.

Output for downstream

The debate-report.md and battle-tested canvas files serve as inputs for:

  • Investor pitch preparation
  • Team alignment workshops
  • Product roadmap prioritization

Archive & INDEX

Each debate run appends to docs/business/debate-index.md for longitudinal tracking:

# Business Debate Index

| Date | Product | Depth | Rounds | Robustness | Falsifying Assumption | Status |
|------|---------|-------|--------|------------|----------------------|--------|
| 2026-04-19 | ProteinClaw | Thorough | 3 | 6/10 | 下游用户需求真实性 | Active |

Status options: Active / Decided / Monitoring / Shelved / Invalidated

After 3+ debates, add a Pattern Review section to INDEX:

  • Which challenges recur across debates? (structural blind spots)
  • Which perspectives are consistently right/wrong? (calibration)
  • Has the robustness score trended up or down? (trajectory)

Anti-patterns

  • Do NOT let the Referee add its own opinions into the relay — it corrupts independence
  • Do NOT show Challenger the codebase — it should evaluate the canvas on its own merits
  • Do NOT let the Defender dismiss challenges without evidence
  • Do NOT exceed 10 rounds — if not converged by then, force Final Assessment
  • Do NOT skip the debate report — the debate PROCESS is as valuable as the final canvas
  • Do NOT batch all challenges into one message — each round should be distinct

Language

Match the user's language. If the user writes in Chinese, all debate exchanges, canvas updates, and the final report should be in Chinese with English framework terms in parentheses where helpful.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.9%
按下载量换算1,191

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills