Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
3. **Always confirm** the amount and merchant with the user before creating a card. No exceptions. 4. Create the card **only when ready to fill** the payment form — cards are single-use. 5. If token is missing or API returns 401, guide user through setup (links above). 6. If payment fails, report the error to the user. Do not retry with a new card without asking. ## Example (curl)
- 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.
