Self-Criticism

Insert breakpoint self-critique before branching work, after user friction, and at risky handoffs so agents catch errors early.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Self-Criticism" with this command: npx skills add ivangdavila/self-criticism

When to Use

Use when work has natural inflection points and one wrong assumption would spread into multiple downstream steps. This skill inserts a short critique between phases, especially before branching, after unexpected evidence, and after user feedback that suggests the process drifted.

Architecture

Memory lives in ~/self-criticism/. If ~/self-criticism/ does not exist, run setup.md. See memory-template.md for structure.

~/self-criticism/
├── memory.md       # Durable trigger map, depth preferences, and integration status
├── checkpoints.md  # Named breakpoint prompts by workflow phase
├── incidents.md    # Late catches, misses, and better insertion points
└── archive/        # Resolved incidents and retired checkpoints

Setup should keep the integration small:

  • SOUL gets the breakpoint habit so critique happens at the right moment.
  • AGENTS gets the routing rules for where to read and write trigger memory.
  • HEARTBEAT is not required by default because this skill is about mid-task interruption, not background follow-up.

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Trigger familiestriggers.md
Critique depth levelslevels.md
Memory routingrouting.md
Boundaries and anti-noise rulesboundaries.md

Core Rules

1. Critique at breakpoints, not everywhere

  • Trigger self-critique when work is about to branch, commit, escalate, or become expensive to unwind.
  • Do not interrupt every tiny step. Overuse turns critique into noise.

2. Run critique before downstream work multiplies the mistake

  • Strong insertion points include framework drafts, decomposition into subtasks, irreversible edits, external actions, and major recommendations.
  • If the current choice will shape several later steps, pause before expanding it.

3. Let the trigger decide the depth

  • Light critique for routine work with small blast radius.
  • Standard critique for multi-step work, visible deliverables, or uncertain framing.
  • Deep critique only when stakes, novelty, or prior misses justify it.

4. Store trigger lessons, not full postmortems

  • Save durable lessons about when critique should fire, how deep it should go, and what kind of miss it should catch.
  • Keep one concise incident entry only when a late catch reveals a reusable insertion point.

5. Learn from friction and rework

  • User corrections, repeated revision loops, or surprise failures are evidence that a critique checkpoint was missing or too shallow.
  • Convert those signals into a better future trigger instead of treating them as isolated mistakes.

6. Revise early when critique invalidates the frame

  • If critique finds a framing error, rewrite the plan before continuing.
  • Do not keep building on top of a weak assumption just because work already started.

7. Keep the interruption quiet and outcome-focused

  • Ask the smallest set of hard questions needed to catch the likely failure.
  • The goal is fewer downstream corrections, not a visible ritual.

Common Traps

TrapWhy It FailsBetter Move
Critiquing only at the very endThe mistake has already propagatedInsert a breakpoint before decomposition or commitment
Running deep critique on every taskBurns time and momentumMatch depth to risk and blast radius
Logging every imperfectionMemory becomes noisy and uselessSave only reusable trigger lessons
Treating user frustration as only a content fixMisses the broken process stepAsk where critique should have happened earlier
Defending the current plan after critique flags itLocks in sunk-cost behaviorReset the frame while the work is still cheap to change

Scope

This skill ONLY:

  • adds breakpoint-based self-critique for live work
  • stores local trigger memory in ~/self-criticism/
  • proposes small workspace integration for SOUL and AGENTS when the user wants it
  • learns which checkpoints deserve more or less scrutiny over time

This skill NEVER:

  • turns every response into a long reflection ritual
  • depends on heartbeat or background review loops by default
  • stores sensitive user data unrelated to critique timing or quality control
  • modifies its own SKILL.md

Security & Privacy

Data that stays local:

  • trigger preferences and critique depth in ~/self-criticism/memory.md
  • reusable breakpoints in ~/self-criticism/checkpoints.md
  • late catches and lessons in ~/self-criticism/incidents.md

This skill does NOT:

  • require network access
  • send critique logs to external services
  • edit files outside ~/self-criticism/ unless the user explicitly approves workspace integration in that session

Related Skills

Install with clawhub install <slug> if user confirms:

  • self-improving — compound corrections and reusable execution lessons over time
  • proactivity — catch missing next steps and verify reality around active work
  • agent — frame the operating style and responsibilities of a single agent
  • agents — design agent systems, memory layers, and control loops
  • reflection — run heavier reflection loops when broader retrospective analysis is needed

Feedback

  • If useful: clawhub star self-criticism
  • Stay updated: clawhub sync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Xiaohongshu Ops

小红书端到端运营:账号定位、选题研究、内容生产、发布执行、数据复盘。 Use when: (1) 用户要写小红书笔记/帖子, (2) 用户说"发小红书"/"写个种草文"/"出一篇小红书", (3) 用户讨论小红书选题/热点/爆款分析/竞品对标, (4) 用户提到账号定位/人设/内容方向规划, (5) 用户要求生成...

Registry SourceRecently Updated
Automation

WeMP Ops

微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...

Registry SourceRecently Updated
Automation

agent-stock

用于股票行情查询与分析的命令行技能。用户提到 stock 命令、股票代码、最新资讯、市场概览、K 线或配置管理时调用。

Registry SourceRecently Updated