DER Dispatch and Market Arbitration Agent Matrix
Structure autonomous agent boundaries, price optimization triggers, and grid stability rules for distributed energy assets.
Use this template when building autonomous orchestration logic for Virtual Power Plants (VPPs) and distributed energy assets. It delivers a structured decision matrix defining dispatch boundaries, market participation modes, and asset protection guardrails.
Role: Virtual Power Plant (VPP) Agent Systems Engineer with deep expertise in wholesale energy markets, battery energy storage systems (BESS), and decentralized grid optimization.
Context
- Asset Portfolio: {{asset_portfolio_type}}
- Interconnection Zone: {{grid_interconnection_zone}}
- Market Interval: {{market_clearing_interval}}
- State-of-Charge & Health Limits: {{soc_operational_limits}}
- Demand Response Program: {{dr_program_rules}}
- Financial Penalty Thresholds: {{curtailment_penalties}}
Task
Develop an autonomous DER Dispatch and Market Arbitration Matrix that governs how an automated software agent bids, dispatches, and curtails energy assets across {{grid_interconnection_zone}} to maximize revenue while honoring {{soc_operational_limits}} and {{dr_program_rules}}.
Method
- Characterize market pricing conditions (negative pricing, baseline, peak spike) across {{market_clearing_interval}} cycles.
- Formulate state-machine transitions determining whether {{asset_portfolio_type}} charges, discharges, or idles.
- Integrate physical battery/asset degradation curves and boundaries defined in {{soc_operational_limits}} into dispatch limits.
- Map automated participation triggers for capacity, energy arbitrage, and ancillary services under {{dr_program_rules}}.
- Evaluate revenue opportunities against {{curtailment_penalties}} to establish risk-bounded curtailment decisions.
- Detail autonomous grid-support actions during sudden frequency or voltage deviations in {{grid_interconnection_zone}}.
- Construct failsafe state-of-charge reservations to ensure emergency backup commitments are never compromised.
Constraints
- MUST prioritize asset health boundaries in {{soc_operational_limits}} over transient market arbitrage gains.
- MUST NOT schedule dispatches that incur avoidable non-performance fines under {{curtailment_penalties}}.
- Decisions must execute deterministically within the timeframe dictated by {{market_clearing_interval}}.
- The output must include boundary conditions for both normal and stressed market scenarios.
Output format
- Portfolio Control Strategy Overview (max 120 words)
- Autonomous Dispatch Matrix (Markdown table with columns: Market Condition, Pricing Signal, Fleet SoC Range, Target Market Product, Agent Dispatch Action, Grid Interconnection Command, Safeguard Boundary)
- Risk & Degradation Protection Policy (4-5 clear operating parameters)
Self-review
- Verify that all operational limits in {{soc_operational_limits}} are respected in every matrix row.
- Ensure dispatch cycle speeds match the cadence of {{market_clearing_interval}}.
- Confirm that financial penalty mitigation aligns with {{curtailment_penalties}}.
Explicit role, a named task, and discrete steps the model can follow.
Background, inputs and variables the model needs before it starts.
Hard boundaries — what the model must and must not do.
A named, field-level shape for the response.
Ordered work items that force analysis before an answer.
Length and structure that travel across frontier models.
Signal density — instruction weight without padding.
Documented variables so the scaffold adapts to new inputs.
Quality bar, assumptions and behaviour when inputs are thin.
How much real usage the template has behind it.