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 a junk drawer of notes from meetings, Slack, voice memos
  • You want a clean memory pack to paste into other AI tools
  • You want contradictions and open questions surfaced
  • Title: the project or topic these notes belong to
  • Goal: what downstream tool will consume the cleaned context
  • Context: paste everything — raw, unedited
  • Format: leave blank (cleanse has its own shape)

Output shape

{
  "summary": "...",
  "memory_pack": "Project: ...\nGoals: ...\nConstraints: ...",
  "open_questions": ["..."],
  "contradictions": ["..."],
  "next_steps": ["..."],
  "reusable_context": "<<MEMORY>>\n..."
}
reusable_context is the high-signal block to paste into ChatGPT, Claude, Cursor, etc.