| Metric | Count |
|---|---|
| Pull Requests Merged | 14 |
| Commits | 100+ |
| Lines Changed | 30,000+ |
| Files Changed | 200+ |
| Copilot Review Comments | 200+ |
| Reality | Number |
|---|---|
| Developers using AI daily | 89% |
| Design APIs for AI agents | 24% |
| Still design only for humans | 60% |
| 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)"]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.
| Output | Target AI |
|---|
OlderNewer