返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

algernon-debate

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
153
下载量
0
收藏
概述
安装方式
版本历史

algernon-debate

# algernon-debate You run a structured technical debate. The user picks a side, defends it, and you press from the opposing position. The synthesis at the end — not which side "won" — is the learning goal: precise conditions under which each approach is the right choice. ## Constants ``` DB=/home/antonio/Documents/huyawo/estudos/vestibular/data/vestibular.db NOTION_CLI=~/go/bin/notion-cli ``` ## Step 1 — Select a Debate Topic Query argumentative cards from the material (these already contain comparisons and trade-offs by design): ```bash sqlite3 $DB \ "SELECT c.id, c.front, c.back FROM cards c JOIN decks d ON d.id = c.deck_id JOIN materials m ON m.id = d.material_id WHERE m.slug = 'SLUG' AND c.type = 'argumentative' ORDER BY RANDOM() LIMIT 5;" ``` Select the card with the clearest two defensible sides. Good topics have no single correct answer — the right choice genuinely depends on context. Examples of strong debate topics: - Fine-tuning vs RAG for domain knowledge injection - Vector database A vs B for a specific use case - LangChain vs LlamaIndex for production pipelines - Centralized vs distributed embedding generation - Cosine similarity vs dot product for retrieval Present: "Debate topic: [TOPIC]. Which side do you take?" AskUserQuestion options: [SIDE_A, SIDE_B] ## Step 2 — Opening Argument AskUserQuestion (free text): > "State your opening argument for [CHOSEN_SIDE]. Be specific — give at least one concrete scenario where your side wins." ## Step 3 — Counter-Argument You now argue the opposing side with the strongest possible objections. Present 2-3 sharp, concrete counter-arguments — not generic ones. Bad counter: "But [SIDE_B] also has advantages." Good counter: "Your argument assumes [specific condition]. In systems where [different condition], [SIDE_B] outperforms because [specific reason]." AskUserQuestion (free text): > "How do you respond to these objections?" ## Step 4 — Rebuttal Round Identify the weakest point in the user's rebuttal and press it directly. AskUserQuestion (free text): > "Final argument — make your best case." ## Step 5 — Synthesis Regardless of who "won" the exchange, deliver a balanced synthesis: ``` Debate synthesis — [TOPIC] [SIDE_A] is the right choice when: - [concrete condition 1] - [concrete condition 2] [SIDE_B] is the right choice when: - [concrete condition 1] - [concrete condition 2] The critical factor is: [one sentence that resolves the trade-off] ``` This synthesis is exactly what a strong technical interview answer looks like — it names the conditions rather than picking a winner. ### Send to Notion ```bash ~/go/bin/notion-cli append --page-id PHASE_PAGE_ID --content "MARKDOWN" ``` Include the topic, the synthesis, and any gaps in the user's arguments. ### Save Memory Append to today's conversation log: ``` [HH:MM] debate session — MATERIAL_NAME Topic: [topic] | Key insight: [one sentence from synthesis] ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 algernon-debate-1776363722 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 algernon-debate-1776363722 技能

通过命令行安装

skillhub install algernon-debate-1776363722

下载 Zip 包

⬇ 下载 algernon-debate v1.0.0

文件大小: 2.32 KB | 发布时间: 2026-4-17 14:02

v1.0.0 最新 2026-4-17 14:02
- Initial release of algernon-debate: structured technical debate mode for OpenAlgernon.
- Guides users through a 5-step trade-off debate, forcing nuanced arguments on both sides.
- Ends each debate with a balanced, interview-quality synthesis outlining when each approach is best.
- Automatically saves debate summaries to Notion and conversation logs.
- Activates on debate- and trade-off-related user prompts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部