From ainous-team
Decision classification framework — separates mechanical decisions (auto-resolve) from taste decisions (need human input). Use when triaging multiple decisions, planning workflows, or reducing decision fatigue.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ainous-team:auto-decideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Most decisions are mechanical — they have a clear best answer given the constraints. Only surface decisions that require human judgment. The goal: minimize interruptions while preserving human control where it matters.
Most decisions are mechanical — they have a clear best answer given the constraints. Only surface decisions that require human judgment. The goal: minimize interruptions while preserving human control where it matters.
Every decision falls into one of three types:
Decisions with a clear best answer given known constraints:
Rule: if the codebase already has 5+ examples of how to handle this, follow the pattern. Don't ask.
Decisions where reasonable people would disagree:
Rule: present the options with tradeoffs. Recommend one. Ask once — don't present the same decision twice.
Decisions that set precedent or affect security/compliance:
Rule: escalate with full context. Don't auto-resolve. Don't just ask — explain the implications.
When auto-resolving mechanical decisions, apply these in order:
When multiple decisions arise in one workflow:
Example batch output:
Auto-resolved: file placement (follows existing), naming (matches pattern), test structure (mirrors source)
Taste decisions (need your input):
1. Feature X: include retry logic? (Pro: reliability. Con: complexity, 2 more files)
2. Error messages: verbose with stack trace or clean user-facing? (Pro verbose: debugging. Pro clean: UX)
Recommendation: Yes to retry (reliability matters here), clean errors (user-facing endpoint).
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub xalbert1d/ainous-team --plugin ainous-team