Agent Skills
› cosmicstack-labs/mercury-agent-skills
› budgeting-forecasting
budgeting-forecasting
GitHub提供全面预算与预测管理技能,涵盖零基、增量及滚动预算方法。支持构建财务模型、执行差异分析以识别收支变动原因,并开展情景规划(基准/乐观/悲观)以辅助决策和风险应对。
Trigger Scenarios
制定或审查年度/月度预算
进行财务数据差异分析
创建多情景财务预测模型
优化成本结构或评估活动价值
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill budgeting-forecasting -g -y
SKILL.md
Frontmatter
{
"name": "budgeting-forecasting",
"metadata": {
"tags": [
"budgeting",
"forecasting",
"finance",
"planning",
"variance"
],
"author": "cosmicstack-labs",
"version": "1.0.0",
"category": "finance-legal"
},
"description": "Zero-based budgeting, rolling forecasts, variance analysis, scenario planning, and budget management"
}
Budgeting & Forecasting
Create and manage effective budgets and financial forecasts.
Budgeting Approaches
| Approach | Method | Best For |
|---|---|---|
| Incremental | Last year + X% | Stable organizations |
| Zero-based | Build from scratch each period | Cost optimization |
| Activity-based | Cost per unit of activity | Manufacturing, services |
| Rolling | Continuous 12-month outlook | Fast-changing environments |
Zero-Based Budgeting Steps
- Identify all activities and their costs
- Evaluate each: does it create value?
- Rank by priority/cost ratio
- Fund top priorities within budget constraints
- Cut or optimize low-value activities
Forecasting
Rolling Forecast Model
# Structure
- Historical data (12-24 months)
- Current pipeline and commitments
- Leading indicators (traffic, leads, bookings)
- Economic assumptions
- Scenario overlays (best/base/worst)
Variance Analysis
| Variance | Cause | Action |
|---|---|---|
| Revenue ↑ | Volume or price increase | Sustain driver or reinvest |
| Revenue ↓ | Volume or price drop | Investigate root cause |
| Cost ↑ | Variable or fixed increase | Optimize or renegotiate |
| Cost ↓ | Efficiency or lower demand | Validate sustainability |
Scenario Planning
- Base case: Most likely outcome
- Upside: +20% revenue, what would we invest in?
- Downside: -20% revenue, what would we cut?
- Each scenario has specific triggers and action plans
- Review scenarios monthly against actuals
Version History
- 38e2523 Current 2026-07-05 19:39


