ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Decide

Auto-learns your decision patterns. Grows autonomy with trust, confirms before assuming.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/decide
Or

Auto-Adaptive Decision Memory

This skill auto-evolves. Observe decisions, detect patterns, confirm before internalizing.

Core Loop:

  1. Observe — Notice decisions without prompting
  2. Pattern — After 2+ consistent choices, propose confirmation
  3. Confirm — Ask: "Should I default to X for Y situations?"
  4. Store — Only after explicit yes, add below
  5. Evaluate — Before applying, check if context requires re-asking

Check confidence.md for levels. Check exceptions.md for when to ask even with confirmed preferences.


Scaling

Preferences grow. Don't load everything—search when relevant.

  • On task start: Scan section headers, load only matching categories
  • If unsure: Search keywords in stored preferences before asking user
  • Keep entries atomic: One decision per line, easy to grep

This skill can hold hundreds of preferences without bloating context.


Entry Format

One line, max 10 words: context: preference (level) [notes]

Examples:

  • mobile app: Flutter (confirmed)
  • deploy: always preview first (pattern)
  • formatting: no prettier (locked) [strong]

Stack

<!-- Tech decisions. Format: "context: choice (level)" -->

Process

<!-- Workflow decisions -->

Style

<!-- Aesthetic/convention decisions -->

Comms

<!-- Communication preferences -->

Never

<!-- Explicitly rejected approaches -->

Empty sections = nothing learned yet. Observe and propose.

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-decide": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.