Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
User intent: "Install/remove package X." - Bad: - using raw `pacman`/`yay` first without checking Omarchy wrappers - Good: - inspect and prefer `omarchy-pkg-*` flow (`...-present`, `...-missing`, then `...-install`/`...-remove`) - Why: wrapper flow keeps behavior consistent with Omarchy expectations.
- Confidence
- 75% confidence
- Finding
- Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
