Skip to main content

Documentation Index

Fetch the complete documentation index at: https://greenteagentic.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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”
  • Title: the decision
  • Goal: what success looks like
  • Context: the options, constraints, deadlines, stakeholders
  • Tone: decisive

Output shape

{
  "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.