Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
1. `list_profiles`: a user may manage several brands. Never assume the default. 2. `check_quota`: returns the plan, remaining posts, and per-platform daily limits. Publishing without checking is how you get a partial batch. 3. `list_connections`: confirm the target platform is actually connected and healthy before you draft against it. 4. `create_post_draft` then `schedule_post_draft`, or `publish_now` for immediate
- 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.
