budget-controller

Enforce real-time INR budgets for GeoSupply tasks with tier-based alerts and hard-stops.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill budget-controller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: budget-controller
Source: https://github.com/ShubhamManachekar/GeoSupply/tree/main/.agent/skills/budget-controller
Command: npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill budget-controller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time INR budget enforcement is needed to prevent uncontrolled spending across GeoSupply tasks, ensuring costs stay within defined limits and enabling timely alerts.

Core Features & Use Cases

  • Real-time spend tracking by day and month across tiers, workers, and agents
  • Threshold-based alerts with a hard-stop enforcement for Tier-3 usage
  • Cost projection and visibility for budget planning

Quick Start

Route a spend request to BudgetManagerAgent using approve_spend with amount_inr and tier to validate and record costs.

Frequently Asked Questions about budget-controller

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce real-time INR budget limits for task spending?

Real-time INR budget enforcement is achieved by applying a budget gate using BudgetManagerAgent to validate spend requests, track daily and monthly usage, and trigger tier-based alerts or hard-stops to prevent cost overruns.

How does tier-based budget enforcement work for GeoSupply operations?

Tier-based budget enforcement works by applying threshold-based alerts for ongoing usage and triggering a hard-stop mechanism specifically for Tier-3 usage to immediately block further spending when limits are reached. It tracks spend by day and month across tiers, workers, and agents.

Can I track daily and monthly spend across workers and agents in INR?

Yes, you can track daily and monthly INR spend across workers and agents by routing spend requests through the approve_spend function, which validates and records costs while maintaining tier accounting and cost projection visibility for budget planning.

What is the best way to prevent cost overruns in automated GeoSupply tasks?

The best way to prevent cost overruns is to implement a budget gate with a hard-stop mechanism that automatically blocks Tier-3 spending when thresholds are reached, combined with real-time tracking and threshold-based alerts for timely intervention.

Does budget enforcement support cost projection and visibility for planning?

Yes, budget enforcement supports cost projection and visibility for budget planning by tracking daily and monthly spend across tiers, workers, and agents, allowing you to forecast usage and adjust thresholds before hitting hard-stops.