Agent skill
variance-analysis
Compare actuals vs budget with narrative
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/variance-analysis
SKILL.md
Purpose
Document budget variances with clear explanations and supporting context for leadership review.
Usage
/variance-analysis [period]- Document variances for specific period
Steps
-
Prompt for variance data:
- Budget category
- Budgeted amount
- Actual amount
- Variance ($and %)
-
For each material variance, ask:
- What caused this variance?
- Is it timing or permanent?
- What corrective actions if needed?
- Supporting context
-
Search for supporting context:
- Meeting notes mentioning the category
- Project files
- Relevant decisions made
-
Create variance analysis document with:
- Executive summary
- Variance details by category
- Explanations with context
- Outlook for rest of period
Output Format
# Variance Analysis: [Period]
## Executive Summary
- Total variance: $[X] ([X]%)
- Key drivers: [Top 2-3 factors]
## Material Variances
### [Category] - $[Variance]
- **Budget:** $[Amount]
- **Actual:** $[Amount]
- **Variance:** $[Amount] ([X]%)
- **Explanation:** [Reason]
- **Type:** Timing / Permanent
- **Outlook:** [Impact on rest of year]
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?