Skip to content

Instantly share code, notes, and snippets.

@paulbreuler
Created January 20, 2026 18:03
Show Gist options
  • Select an option

  • Save paulbreuler/032bafe22247e82dcefeeb4b9b5d37dd to your computer and use it in GitHub Desktop.

Select an option

Save paulbreuler/032bafe22247e82dcefeeb4b9b5d37dd to your computer and use it in GitHub Desktop.
flowchart TD
    A[create-feature-plan] --> B[plan.md + agents/*.agent.md created]
        B --> C[copy agent file to Claude]
            C --> D[agent implements]
                D --> E[PR merged]
                    E --> F["just work  auto-detect plan, assess status, suggest next task"]
                        F --> G{cleanup needed?}
                            G -->|yes| H["just heal (auto-fix completed agents)"]
                                G -->|no| I[close-feature-agent]
                                    H --> I
                                        I --> J{interfaces changed?}
                                            J -->|yes| K[update-feature-plan]
                                                J -->|no| L[next agent file ready]
                                                    K --> L
                                                        L --> M[repeat]
                                                            M --> C
                                                            
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment