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


