Auto-learns your decision patterns. Grows autonomy with trust, confirms before assuming.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill decide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Decide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-decide)More formats (shields.io, HTML) on the badges page.
---
name: "Decide"
description: "Auto-learns your decision patterns. Grows autonomy with trust, confirms before assuming."
---
## 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.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!