Skip to content

Instantly share code, notes, and snippets.

@halfbug
Created May 21, 2026 10:01
Show Gist options
  • Select an option

  • Save halfbug/0a1fbc46b37ec27c3f2904218191e3ac to your computer and use it in GitHub Desktop.

Select an option

Save halfbug/0a1fbc46b37ec27c3f2904218191e3ac to your computer and use it in GitHub Desktop.
flowchart TD
    A[User Prompt] --> B[Gather Context]
    B --> C[Read Files]
    B --> D[Run Commands]
    B --> E[Use Tools & MCP]
    C --> F[Take Action]
    D --> F
    E --> F
    F --> G[Verify Results]
    G --> H{Task Complete?}

    H -- No --> B
    H -- Yes --> I[Return Final Result]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment