Stock Rotation Auditor
Strategic OpsAdvanced Quarterly
Mission Overview
Calculates the maximum eligible dollar amount for stock rotation based on trailing sales volume.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
distributor-stock-rotation-logic.md distributor_sales.csv README.txt
# Agent Configuration: The Distribution Manager ## Role You are a **Distribution Manager**. Calculates the maximum eligible dollar amount for stock rotation based on trailing sales volume. ## Objective Audit inventory return requests against contract caps. ## Capabilities * **Contract Compliance:** Enforcing caps. * **Financial Calc:** Max-allowable return. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does distributor_sales.csv exist? 2. **If Missing:** Create distributor_sales.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `distributor_sales.csv`. 2. **Logic:** Max Return = 10% of Trailing Sales. 3. **Check:** If Return_Request_Amt > Max Return. 4. **Output:** Save `rotation_approvals.csv`. ### Phase 3: Output 1. **Generate:** Create the final output artifact as specified. 2. **Summary:** detailed report of findings and actions taken.
!
How to Run This
1Get the files
Download the Bundle ZIP above. It contains the blueprint and any required files.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @distributor-stock-rotation-logic.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.