> ## Documentation Index
> Fetch the complete documentation index at: https://greenteagentic.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Strategy Brew

> Weigh tradeoffs, get a recommendation.

## When to use

* You have 2+ options and need to choose
* You want pros/cons surfaced consistently
* You want an action plan, not just a "it depends"

## Recommended inputs

* **Title:** the decision
* **Goal:** what success looks like
* **Context:** the options, constraints, deadlines, stakeholders
* **Tone:** `decisive`

## Output shape

```json theme={null}
{
  "options": [
    { "name": "Option A", "pros": ["fast"], "cons": ["fragile"] },
    { "name": "Option B", "pros": ["robust"], "cons": ["slower"] }
  ],
  "tradeoffs": "...",
  "recommendation": "...",
  "action_plan": ["..."]
}
```

The Critic will push back if you under-specified constraints — refine with more context if the recommendation feels generic.
