.claude/skills/aget-recommend-action/SKILL.md
Provide recommendations with rationale and alternatives
npx skillsauth add aget-framework/template-advisor-aget aget-recommend-actionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide structured recommendations with clear rationale, alternatives considered, and risk assessment. Advisory role — informs decisions, does not make them.
When this skill is invoked:
Understand the Context
Analyze Options
Form Recommendation
Document Uncertainties
## 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]
testing
End AGET session with state capture and sanity checks
tools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.