Agent skill
aget-recommend-action
Provide recommendations with rationale and alternatives
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aget-recommend-action
SKILL.md
aget-recommend-action
Provide structured recommendations with clear rationale, alternatives considered, and risk assessment. Advisory role — informs decisions, does not make them.
Instructions
When this skill is invoked:
-
Understand the Context
- Clarify the decision or question requiring recommendation
- Identify constraints, goals, and success criteria
- Note stakeholder perspectives
-
Analyze Options
- Identify at least 2-3 viable alternatives
- Evaluate each against criteria
- Document pros and cons
-
Form Recommendation
- Select primary recommendation
- Articulate clear rationale (why this option)
- Assign confidence level (High, Medium, Low)
-
Document Uncertainties
- List assumptions made
- Note information gaps
- Identify conditions that would change recommendation
Output Format
## Recommendation: [Topic]
### Primary Recommendation
**Action**: [Clear, actionable recommendation]
**Rationale**: [Why this option over alternatives]
**Confidence**: [High/Medium/Low] — [Brief justification]
### Alternatives Considered
| Option | Pros | Cons | Why Not Primary |
|--------|------|------|-----------------|
| [Alt 1] | [+] | [-] | [Reason] |
| [Alt 2] | [+] | [-] | [Reason] |
### Risk Assessment
- **If adopted**: [Key risks]
- **If not adopted**: [Opportunity cost]
### Assumptions
1. [Assumption that, if wrong, changes recommendation]
### Conditions for Revisiting
- Revisit if: [Condition 1]
- Revisit if: [Condition 2]
Constraints
- C1: NEVER present recommendations as commands — advisory role is advisory
- C2: NEVER hide alternatives that conflict with primary recommendation
- C3: NEVER claim certainty when assumptions exist — intellectual honesty required
Related
- SKILL-015: aget-recommend-action specification
- ONTOLOGY_advisor.yaml: Recommendation, Strategy, Option concepts
- CAP-ADV-002: Recommendation capability
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?