Skip to content

Instantly share code, notes, and snippets.

View paulbreuler's full-sized avatar
🤓
Learning something new

Paul Breuler paulbreuler

🤓
Learning something new
View GitHub Profile
Metric Count
Pull Requests Merged 14
Commits 100+
Lines Changed 30,000+
Files Changed 200+
Copilot Review Comments 200+
Phase Verbosity Purpose
Planning (plan.md) Verbose Figure things out, iterate, full specs
Execution (*.agent.md) Minimal Distilled context for agent, ~200-400 lines
Command Purpose
work Auto-detect plan from last PR, assess agent status, suggest next task
heal Auto-move completed agents to completed/, detect stuck agents
run-agent --auto Run next agent in auto-detected plan
assess-agents Check completion status across all agents
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)"]
@paulbreuler
paulbreuler / README.md
Last active February 19, 2026 03:32
generate-ai-configs.ts — transpiles .claude/ sources into GitHub Copilot, Gemini, and Codex config files

generate-ai-configs

Keeps GitHub Copilot, Google Gemini, and OpenAI Codex config files in sync with a single canonical source: your .claude/ directory.

Instead of maintaining copilot-instructions.md, GEMINI.md, and AGENTS.md by hand, you edit CLAUDE.md and your rule/skill files once — this script generates everything else automatically.

What it generates

Output Target AI