.claude/skills/aget-review-budget/SKILL.md
Review budget allocation and ROI
npx skillsauth add aget-framework/template-executive-aget aget-review-budgetInstall 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.
Review budget allocation, ROI, and resource distribution. Provides financial analysis and optimization recommendations.
When this skill is invoked:
Gather Budget Data
Categorize Expenditures
Calculate ROI
Variance Analysis
Optimization Opportunities
## Budget Review: [Period/Scope]
### Overview
| Metric | Value |
|--------|-------|
| Total Budget | $[X] |
| Total Spent | $[Y] |
| Variance | $[Z] ([N]%) |
| Period | [Date range] |
---
### Expenditure by Category
| Category | Planned | Actual | Variance |
|----------|---------|--------|----------|
| [Cat 1] | $[X] | $[Y] | $[Z] |
| [Cat 2] | $[X] | $[Y] | $[Z] |
| **Total** | $[X] | $[Y] | $[Z] |
---
### ROI Analysis
| Investment | Cost | Return | ROI |
|------------|------|--------|-----|
| [Project 1] | $[X] | $[Y] | [N]% |
| [Project 2] | $[X] | $[Y] | [N]% |
---
### Variance Analysis
#### Significant Variances
1. **[Category]**: $[Amount] ([N]%)
- Root cause: [Explanation]
- Action: [Recommended response]
---
### Optimization Recommendations
1. **[Area]**: [Recommendation]
- Potential savings: $[X]
- Implementation effort: [Low/Med/High]
---
### Risks
- [Financial risk to monitor]
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.