@intentsolutionsio/geepers-agents 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/.claude-plugin/marketplace.json +427 -0
  2. package/.claude-plugin/plugin.json +21 -0
  3. package/LICENSE +21 -0
  4. package/README.md +378 -0
  5. package/agents/conductor_geepers.md +283 -0
  6. package/agents/geepers_a11y.md +135 -0
  7. package/agents/geepers_api.md +88 -0
  8. package/agents/geepers_business_plan.md +174 -0
  9. package/agents/geepers_caddy.md +244 -0
  10. package/agents/geepers_canary.md +246 -0
  11. package/agents/geepers_citations.md +263 -0
  12. package/agents/geepers_code_checker.md +247 -0
  13. package/agents/geepers_corpus.md +89 -0
  14. package/agents/geepers_corpus_ux.md +109 -0
  15. package/agents/geepers_critic.md +254 -0
  16. package/agents/geepers_dashboard.md +92 -0
  17. package/agents/geepers_data.md +83 -0
  18. package/agents/geepers_db.md +95 -0
  19. package/agents/geepers_deps.md +96 -0
  20. package/agents/geepers_design.md +120 -0
  21. package/agents/geepers_diag.md +109 -0
  22. package/agents/geepers_docs.md +332 -0
  23. package/agents/geepers_flask.md +244 -0
  24. package/agents/geepers_fullstack_dev.md +251 -0
  25. package/agents/geepers_game.md +106 -0
  26. package/agents/geepers_gamedev.md +200 -0
  27. package/agents/geepers_godot.md +320 -0
  28. package/agents/geepers_intern_pool.md +212 -0
  29. package/agents/geepers_janitor.md +223 -0
  30. package/agents/geepers_links.md +88 -0
  31. package/agents/geepers_orchestrator_checkpoint.md +179 -0
  32. package/agents/geepers_orchestrator_corpus.md +218 -0
  33. package/agents/geepers_orchestrator_deploy.md +204 -0
  34. package/agents/geepers_orchestrator_fullstack.md +264 -0
  35. package/agents/geepers_orchestrator_games.md +227 -0
  36. package/agents/geepers_orchestrator_product.md +182 -0
  37. package/agents/geepers_orchestrator_python.md +271 -0
  38. package/agents/geepers_orchestrator_quality.md +219 -0
  39. package/agents/geepers_orchestrator_research.md +246 -0
  40. package/agents/geepers_orchestrator_web.md +237 -0
  41. package/agents/geepers_perf.md +125 -0
  42. package/agents/geepers_prd.md +229 -0
  43. package/agents/geepers_pycli.md +275 -0
  44. package/agents/geepers_react.md +241 -0
  45. package/agents/geepers_repo.md +219 -0
  46. package/agents/geepers_scalpel.md +106 -0
  47. package/agents/geepers_scout.md +182 -0
  48. package/agents/geepers_services.md +219 -0
  49. package/agents/geepers_snippets.md +237 -0
  50. package/agents/geepers_status.md +224 -0
  51. package/agents/geepers_swarm_research.md +270 -0
  52. package/agents/geepers_system_diag.md +306 -0
  53. package/agents/geepers_system_help.md +223 -0
  54. package/agents/geepers_system_onboard.md +286 -0
  55. package/agents/geepers_validator.md +283 -0
  56. package/package.json +39 -0
package/README.md ADDED
@@ -0,0 +1,378 @@
1
+ # Geepers
2
+
3
+ Multi-agent orchestration system with MCP tools and Claude Code plugin agents.
4
+
5
+ ## Installation
6
+
7
+ ### From PyPI (MCP tools)
8
+ ```bash
9
+ pip install geepers
10
+
11
+ # With optional dependencies
12
+ pip install geepers[all]
13
+ pip install geepers[anthropic,openai]
14
+ ```
15
+
16
+ ### As Claude Code Plugin (agents)
17
+ ```bash
18
+ /plugin add lukeslp/geepers
19
+ ```
20
+
21
+ ## What's Included
22
+
23
+ ### 43 Specialized Agents
24
+
25
+ Markdown-defined agents for Claude Code that provide specialized workflows:
26
+
27
+ | Category | Agents | Purpose |
28
+ |----------|--------|---------|
29
+ | **Master** | conductor_geepers | Intelligent routing to specialists |
30
+ | **Checkpoint** | scout, repo, status, snippets, orchestrator | Session maintenance |
31
+ | **Deploy** | caddy, services, validator, orchestrator | Infrastructure |
32
+ | **Quality** | a11y, perf, api, deps, critic, orchestrator | Code audits |
33
+ | **Fullstack** | db, design, react, orchestrator | End-to-end features |
34
+ | **Research** | data, links, diag, citations, orchestrator | Data gathering |
35
+ | **Games** | game, gamedev, godot, orchestrator | Game development |
36
+ | **Corpus** | corpus, corpus_ux, orchestrator | Linguistics/NLP |
37
+ | **Web** | flask, orchestrator | Web applications |
38
+ | **Python** | pycli, orchestrator | Python projects |
39
+
40
+ ### 90+ MCP Tools
41
+
42
+ Six specialized MCP servers expose tools for:
43
+
44
+ - **geepers-unified** - All tools in one server
45
+ - **geepers-providers** - 13 LLM providers (Anthropic, OpenAI, xAI, etc.)
46
+ - **geepers-data** - 29+ data sources (Census, arXiv, GitHub, NASA, etc.)
47
+ - **geepers-cache** - Redis-backed caching
48
+ - **geepers-utility** - Document parsing, citations, TTS
49
+ - **geepers-websearch** - Multi-engine web search
50
+
51
+ ## FREE Alternative: Use Ollama for Local LLM
52
+
53
+ **Want to run geepers without paying for LLM APIs?** Replace Anthropic/OpenAI/xAI with Ollama for $0/month.
54
+
55
+ ### Quick Comparison
56
+
57
+ | Component | Paid (Cloud APIs) | FREE (Ollama) |
58
+ |-----------|-------------------|---------------|
59
+ | **LLM Provider** | Anthropic/OpenAI/xAI | Ollama (local) |
60
+ | **Monthly Cost** | $50-200/mo | **$0/mo** |
61
+ | **Privacy** | Data sent to cloud | 100% local |
62
+ | **API Keys** | Required (3+ keys) | None required |
63
+ | **Rate Limits** | Yes (varies by tier) | Unlimited |
64
+ | **Latency** | 2-5s (network) | 1-3s (local) |
65
+
66
+ **Savings: $600-2,400/year** for multi-agent orchestration.
67
+
68
+ ### Why Ollama for Geepers?
69
+
70
+ **Benefits:**
71
+ - **Zero Cost:** No API usage fees for 43 agents
72
+ - **Privacy:** All 90+ MCP tools run locally
73
+ - **Unlimited:** Run as many agent calls as needed
74
+ - **Offline:** No internet required after model download
75
+ - **GDPR/HIPAA:** Compliant by default (local-only)
76
+
77
+ **Recommended Models:**
78
+ - **llama3.2:7b** - Best for general agents (4GB)
79
+ - **mistral:7b** - Fast and efficient (4GB)
80
+ - **codellama:13b** - Code-focused agents (7GB)
81
+ - **mixtral:8x7b** - Advanced reasoning (26GB)
82
+
83
+ ### Setup Guide
84
+
85
+ #### 1. Install Ollama
86
+
87
+ ```bash
88
+ # macOS
89
+ brew install ollama
90
+ brew services start ollama
91
+
92
+ # Linux
93
+ curl -fsSL https://ollama.com/install.sh | sh
94
+ sudo systemctl start ollama
95
+
96
+ # Pull model (4GB download)
97
+ ollama pull llama3.2
98
+ ```
99
+
100
+ See [ollama-local-ai](../../ai-ml/ollama-local-ai/) plugin for detailed setup.
101
+
102
+ #### 2. Install Geepers with Local LLM Support
103
+
104
+ ```bash
105
+ # Install without paid provider dependencies
106
+ pip install geepers
107
+
108
+ # No need for [anthropic,openai] extras!
109
+ ```
110
+
111
+ #### 3. Configure Ollama as LLM Provider
112
+
113
+ Create `~/.geepers/config.yaml`:
114
+
115
+ ```yaml
116
+ llm:
117
+ provider: ollama
118
+ base_url: http://localhost:11434
119
+ model: llama3.2
120
+ temperature: 0.7
121
+
122
+ # No API keys required!
123
+ ```
124
+
125
+ #### 4. Update MCP Config
126
+
127
+ ```json
128
+ {
129
+ "mcpServers": {
130
+ "geepers": {
131
+ "command": "geepers-unified",
132
+ "env": {
133
+ "GEEPERS_LLM_PROVIDER": "ollama",
134
+ "OLLAMA_BASE_URL": "http://localhost:11434",
135
+ "OLLAMA_MODEL": "llama3.2"
136
+ }
137
+ }
138
+ }
139
+ }
140
+ ```
141
+
142
+ ### Cost Comparison: 43 Agents
143
+
144
+ #### Cloud APIs (Anthropic/OpenAI)
145
+
146
+ ```
147
+ 43 agents × 1000 calls/month × $0.002/call = $86/month
148
+ Annual cost: $1,032
149
+ ```
150
+
151
+ **Required API Keys:**
152
+ - Anthropic Claude API: $50-100/mo
153
+ - OpenAI GPT-4: $30-80/mo
154
+ - xAI Grok: $20-50/mo
155
+ - **Total: $100-230/mo**
156
+
157
+ #### Ollama (Local LLM)
158
+
159
+ ```
160
+ 43 agents × unlimited calls/month × $0 = $0/month
161
+ Annual cost: $0
162
+ ```
163
+
164
+ **Required:**
165
+ - Hardware you already own
166
+ - One-time model download (4-26GB)
167
+ - **Total: $0/mo**
168
+
169
+ **Savings: $1,200-2,760/year**
170
+
171
+ ### Migration Examples
172
+
173
+ #### Before (Paid APIs)
174
+
175
+ ```bash
176
+ # Install with paid dependencies
177
+ pip install geepers[anthropic,openai]
178
+
179
+ # Set API keys
180
+ export ANTHROPIC_API_KEY=sk-ant-...
181
+ export OPENAI_API_KEY=sk-...
182
+ export XAI_API_KEY=xai-...
183
+ ```
184
+
185
+ **Monthly Cost:** $100-230
186
+
187
+ #### After (Ollama)
188
+
189
+ ```bash
190
+ # Install without paid dependencies
191
+ pip install geepers
192
+
193
+ # Start Ollama (one-time setup)
194
+ ollama pull llama3.2
195
+ ollama serve
196
+
197
+ # Configure geepers
198
+ export GEEPERS_LLM_PROVIDER=ollama
199
+ export OLLAMA_BASE_URL=http://localhost:11434
200
+ ```
201
+
202
+ **Monthly Cost:** $0
203
+
204
+ ### Real Use Case: Multi-Agent Session
205
+
206
+ **Scenario:** Running geepers_orchestrator_checkpoint (5 agent calls per session)
207
+
208
+ #### Cloud APIs Version
209
+ ```python
210
+ # Using Anthropic Claude
211
+ import anthropic
212
+
213
+ client = anthropic.Anthropic(api_key="sk-ant-...")
214
+ response = client.messages.create(
215
+ model="claude-3-5-sonnet-20241022",
216
+ messages=[{"role": "user", "content": "Scout the repo"}]
217
+ )
218
+ ```
219
+
220
+ **Cost per session:** 5 calls × $0.002 = **$0.01**
221
+ **Monthly (100 sessions):** **$1.00**
222
+ **Annual:** **$12.00**
223
+
224
+ #### Ollama Version
225
+ ```python
226
+ # Using local Ollama
227
+ import ollama
228
+
229
+ response = ollama.chat(
230
+ model='llama3.2',
231
+ messages=[{"role": "user", "content": "Scout the repo"}]
232
+ )
233
+ ```
234
+
235
+ **Cost per session:** 5 calls × $0 = **$0.00**
236
+ **Monthly (100 sessions):** **$0.00**
237
+ **Annual:** **$0.00**
238
+
239
+ **Same intelligence, zero cost.**
240
+
241
+ ### Performance Comparison
242
+
243
+ | Metric | Cloud APIs | Ollama (Local) |
244
+ |--------|-----------|----------------|
245
+ | **Response Time** | 2-5s | 1-3s (with GPU) |
246
+ | **Throughput** | Rate limited | Unlimited |
247
+ | **Privacy** | Cloud processed | 100% local |
248
+ | **Offline** | ❌ Requires internet | ✅ Works offline |
249
+ | **Cost (1M tokens)** | $10-30 | $0 |
250
+
251
+ ### Agent-Specific Recommendations
252
+
253
+ **Fast Agents (scout, status, snippets):**
254
+ ```bash
255
+ ollama pull llama3.2:7b # Fast, 4GB
256
+ ```
257
+
258
+ **Code Agents (pycli, react, db, flask):**
259
+ ```bash
260
+ ollama pull codellama:13b # Code-optimized, 7GB
261
+ ```
262
+
263
+ **Research Agents (data, citations, corpus):**
264
+ ```bash
265
+ ollama pull mixtral:8x7b # Advanced reasoning, 26GB
266
+ ```
267
+
268
+ **Game Dev Agents (game, godot, gamedev):**
269
+ ```bash
270
+ ollama pull llama3.2:7b # Balanced, 4GB
271
+ ```
272
+
273
+ ### When to Use Cloud vs Local
274
+
275
+ **Use Cloud APIs (Anthropic/OpenAI) if:**
276
+ - You need latest GPT-4 Turbo or Claude Opus specifically
277
+ - Your hardware has <8GB RAM
278
+ - You need real-time web search results
279
+ - Budget allows $100-230/month
280
+
281
+ **Use Ollama (Local LLM) if:**
282
+ - You want $1,200-2,760/year savings
283
+ - You need privacy/compliance (HIPAA, GDPR, SOC2)
284
+ - You have 8GB+ RAM (16GB+ recommended)
285
+ - You want unlimited agent calls
286
+ - You need offline capability
287
+
288
+ ### Hybrid Approach
289
+
290
+ **Best of both worlds:** Use Ollama for 90% of calls, cloud APIs for specialized tasks.
291
+
292
+ ```yaml
293
+ # ~/.geepers/config.yaml
294
+ llm:
295
+ default_provider: ollama # $0/mo for most calls
296
+ fallback_provider: anthropic # Only when needed
297
+
298
+ providers:
299
+ ollama:
300
+ base_url: http://localhost:11434
301
+ model: llama3.2
302
+ anthropic:
303
+ api_key: ${ANTHROPIC_API_KEY}
304
+ model: claude-3-5-sonnet-20241022
305
+ ```
306
+
307
+ **Cost Reduction:** ~90% savings ($10-23/mo instead of $100-230/mo)
308
+
309
+ ### Resources
310
+
311
+ - **Ollama Setup:** Use `/setup-ollama` command from [ollama-local-ai](../../ai-ml/ollama-local-ai/) plugin
312
+ - **Ollama Docs:** [ollama.com/docs](https://ollama.com/docs)
313
+ - **Geepers Docs:** [github.com/lukeslp/geepers](https://github.com/lukeslp/geepers)
314
+ - **Model Library:** [ollama.com/library](https://ollama.com/library)
315
+
316
+ **Bottom Line:** For 43 specialized agents running locally, Ollama saves $1,200-2,760/year with comparable performance.
317
+
318
+ ---
319
+
320
+ ## Configuration
321
+
322
+ ### Claude Code MCP Config
323
+
324
+ Add to `~/.config/claude/claude_desktop_config.json`:
325
+
326
+ ```json
327
+ {
328
+ "mcpServers": {
329
+ "geepers": {
330
+ "command": "geepers-unified"
331
+ }
332
+ }
333
+ }
334
+ ```
335
+
336
+ ### Environment Variables
337
+
338
+ ```bash
339
+ # LLM Providers
340
+ ANTHROPIC_API_KEY=...
341
+ OPENAI_API_KEY=...
342
+ XAI_API_KEY=...
343
+
344
+ # Data Sources
345
+ GITHUB_TOKEN=...
346
+ NASA_API_KEY=...
347
+ CENSUS_API_KEY=...
348
+ ```
349
+
350
+ ## Usage
351
+
352
+ ### Using Agents in Claude Code
353
+
354
+ ```
355
+ @geepers_scout # Quick project reconnaissance
356
+ @geepers_caddy # Caddy configuration changes
357
+ @geepers_orchestrator_checkpoint # End-of-session cleanup
358
+ ```
359
+
360
+ ### Using MCP Tools
361
+
362
+ Once configured, tools are available via the MCP protocol.
363
+
364
+ ## Development
365
+
366
+ ```bash
367
+ # Clone and install in dev mode
368
+ git clone https://github.com/lukeslp/geepers
369
+ cd geepers
370
+ pip install -e .
371
+
372
+ # Run tests
373
+ pytest
374
+ ```
375
+
376
+ ## License
377
+
378
+ MIT License - Luke Steuber
@@ -0,0 +1,283 @@
1
+ ---
2
+ name: conductor-geepers
3
+ description: "Master orchestrator for coordinating geepers_* agents. Use this when you ne..."
4
+ model: sonnet
5
+ ---
6
+
7
+ ## Examples
8
+
9
+ ### Example 1
10
+
11
+ <example>
12
+ Context: Starting a major development session
13
+ user: "I'm starting work on the COCA project today"
14
+ assistant: "Let me use geepers_conductor to assess the project and coordinate the right agents."
15
+ </example>
16
+
17
+ ### Example 2
18
+
19
+ <example>
20
+ Context: User unsure which agent to use
21
+ user: "I need to clean up and improve this project"
22
+ assistant: "I'll invoke geepers_conductor to analyze what's needed and dispatch the appropriate specialists."
23
+ </example>
24
+
25
+ ### Example 3
26
+
27
+ <example>
28
+ Context: End of session wrap-up
29
+ user: "That's it for today"
30
+ assistant: "Let me run geepers_conductor to coordinate the checkpoint suite before we wrap up."
31
+ </example>
32
+
33
+
34
+ ## Mission
35
+
36
+ You are the Conductor - the master orchestrator that coordinates all geepers_* agents. You analyze situations, determine which agents are needed, and dispatch them in the optimal sequence. You're the intelligent routing layer that ensures users always get the right agent for their needs.
37
+
38
+ ## Output Locations
39
+
40
+ All coordination logs go to `~/geepers/`:
41
+ - **Logs**: `~/geepers/logs/conductor-YYYY-MM-DD.log`
42
+ - **Status**: Updates `~/geepers/status/current-session.json`
43
+
44
+ ## Available Orchestrators
45
+
46
+ Dispatch work to these topic orchestrators:
47
+
48
+ | Orchestrator | Scope | Use When |
49
+ |-------------|-------|----------|
50
+ | `geepers_orchestrator_product` | business_plan, prd, fullstack_dev, intern_pool, code_checker, docs | Idea to implementation pipeline |
51
+ | `geepers_orchestrator_checkpoint` | scout, repo, status, snippets, janitor | Session boundaries, routine maintenance |
52
+ | `geepers_orchestrator_deploy` | validator, caddy, services, canary | Deployment, infrastructure changes |
53
+ | `geepers_orchestrator_quality` | a11y, perf, api, deps, critic | Code quality, audits, reviews |
54
+ | `geepers_orchestrator_fullstack` | api, db, services + design, a11y, react | Full-stack feature development |
55
+ | `geepers_orchestrator_research` | data, links, diag, citations, swarm_research + web | Information gathering, API data collection |
56
+ | `geepers_orchestrator_games` | gamedev, game, react, godot | Game development, gamification |
57
+ | `geepers_orchestrator_corpus` | corpus, corpus_ux, db | Linguistics projects, NLP work |
58
+ | `geepers_orchestrator_web` | flask, react, design, a11y, critic | Web application development |
59
+ | `geepers_orchestrator_python` | flask, pycli, api, deps | Python project development |
60
+
61
+ ## Direct Agent Access
62
+
63
+ For simple, specific tasks, dispatch directly to individual agents rather than orchestrators:
64
+
65
+ **Core**: geepers_scout, geepers_repo, geepers_status, geepers_snippets, geepers_janitor
66
+ **Infrastructure**: geepers_caddy, geepers_services, geepers_validator, geepers_canary
67
+ **Product**: geepers_business_plan, geepers_prd, geepers_fullstack_dev, geepers_intern_pool, geepers_code_checker, geepers_docs
68
+ **Specialists**: geepers_api, geepers_a11y, geepers_perf, geepers_db, geepers_deps, geepers_diag, geepers_data, geepers_links, geepers_dashboard, geepers_scalpel, geepers_critic, geepers_citations, geepers_flask, geepers_pycli, geepers_swarm_research
69
+ **System**: geepers_system_help, geepers_system_onboard, geepers_system_diag
70
+ **Domain**: geepers_corpus, geepers_corpus_ux, geepers_design, geepers_game, geepers_gamedev, geepers_react, geepers_godot
71
+
72
+ ## Decision Matrix
73
+
74
+ ### Session Start
75
+ ```
76
+ 1. Run geepers_scout for project reconnaissance
77
+ 2. Check ~/geepers/recommendations/by-project/{project}.md for pending items
78
+ 3. Report findings and suggested focus areas
79
+ ```
80
+
81
+ ### Session End / Checkpoint
82
+ ```
83
+ Dispatch: geepers_orchestrator_checkpoint
84
+ ```
85
+
86
+ ### New Product / Idea to Code
87
+ ```
88
+ Dispatch: geepers_orchestrator_product
89
+ Pipeline: business_plan → prd → fullstack_dev/intern_pool → code_checker
90
+ ```
91
+
92
+ ### Business Plan Only
93
+ ```
94
+ Dispatch: geepers_business_plan
95
+ ```
96
+
97
+ ### PRD / Requirements Only
98
+ ```
99
+ Dispatch: geepers_prd
100
+ ```
101
+
102
+ ### Code from Requirements
103
+ ```
104
+ Dispatch: geepers_fullstack_dev (quality) or geepers_intern_pool (budget)
105
+ ```
106
+
107
+ ### Deployment / Infrastructure Changes
108
+ ```
109
+ Dispatch: geepers_orchestrator_deploy
110
+ ```
111
+
112
+ ### Code Review / Quality Audit
113
+ ```
114
+ Dispatch: geepers_orchestrator_quality
115
+ ```
116
+
117
+ ### Game Project Work
118
+ ```
119
+ Dispatch: geepers_orchestrator_games
120
+ ```
121
+
122
+ ### Full-Stack Feature Development
123
+ ```
124
+ Dispatch: geepers_orchestrator_fullstack
125
+ ```
126
+
127
+ ### Data Gathering / Research
128
+ ```
129
+ Dispatch: geepers_orchestrator_research
130
+ ```
131
+
132
+ ### Linguistics / NLP Project
133
+ ```
134
+ Dispatch: geepers_orchestrator_corpus
135
+ ```
136
+
137
+ ### Web Application Development
138
+ ```
139
+ Dispatch: geepers_orchestrator_web
140
+ ```
141
+
142
+ ### Python Project
143
+ ```
144
+ Dispatch: geepers_orchestrator_python
145
+ ```
146
+
147
+ ### Quick Health Check
148
+ ```
149
+ Dispatch: geepers_canary (fast, lightweight)
150
+ ```
151
+
152
+ ### Deep Cleanup
153
+ ```
154
+ Dispatch: geepers_janitor
155
+ ```
156
+
157
+ ### UX/Architecture Critique
158
+ ```
159
+ Dispatch: geepers_critic
160
+ ```
161
+
162
+ ### Full Infrastructure Audit
163
+ ```
164
+ Dispatch: geepers_system_diag
165
+ ```
166
+
167
+ ### New to a Project
168
+ ```
169
+ Dispatch: geepers_system_onboard
170
+ ```
171
+
172
+ ### What Agents Are Available
173
+ ```
174
+ Dispatch: geepers_system_help
175
+ ```
176
+
177
+ ### Specific Requests
178
+
179
+ | Request Pattern | Dispatch To |
180
+ |----------------|-------------|
181
+ | "new product / idea" | geepers_orchestrator_product |
182
+ | "business plan / business model" | geepers_business_plan |
183
+ | "PRD / requirements document" | geepers_prd |
184
+ | "build from spec / generate code" | geepers_fullstack_dev |
185
+ | "budget code generation" | geepers_intern_pool |
186
+ | "check/validate code" | geepers_code_checker |
187
+ | "check accessibility" | geepers_a11y |
188
+ | "optimize performance" | geepers_perf |
189
+ | "review API design" | geepers_api |
190
+ | "audit dependencies" | geepers_deps |
191
+ | "check/update Caddy" | geepers_caddy |
192
+ | "start/stop services" | geepers_services |
193
+ | "validate project config" | geepers_validator |
194
+ | "system diagnostics" | geepers_diag |
195
+ | "check links" | geepers_links |
196
+ | "surgical edit" | geepers_scalpel |
197
+ | "design review" | geepers_design |
198
+ | "harvest snippets" | geepers_snippets |
199
+ | "build feature end-to-end" | geepers_orchestrator_fullstack |
200
+ | "gather data from APIs" | geepers_orchestrator_research |
201
+ | "research/investigate" | geepers_orchestrator_research |
202
+ | "deep research / swarm" | geepers_swarm_research |
203
+ | "generate docs / README" | geepers_docs |
204
+ | "clean up / janitor" | geepers_janitor |
205
+ | "quick health check" | geepers_canary |
206
+ | "UX critique / what's wrong" | geepers_critic |
207
+ | "verify citations / data" | geepers_citations |
208
+ | "Flask app" | geepers_flask |
209
+ | "CLI tool / argparse" | geepers_pycli |
210
+ | "web app" | geepers_orchestrator_web |
211
+ | "Python project" | geepers_orchestrator_python |
212
+ | "what agents / help" | geepers_system_help |
213
+ | "understand this project" | geepers_system_onboard |
214
+ | "full system check" | geepers_system_diag |
215
+
216
+ ## Workflow
217
+
218
+ ### Phase 1: Analyze Request
219
+ 1. Parse user intent and context
220
+ 2. Identify project type and scope
221
+ 3. Check for existing recommendations at `~/geepers/recommendations/by-project/`
222
+
223
+ ### Phase 2: Route Decision
224
+ 1. Determine if orchestrator or direct agent is appropriate
225
+ 2. Consider dependencies between agents
226
+ 3. Plan execution sequence
227
+
228
+ ### Phase 3: Dispatch
229
+ 1. Invoke appropriate orchestrator(s) or agent(s)
230
+ 2. Log dispatch decision to `~/geepers/logs/conductor-YYYY-MM-DD.log`
231
+ 3. Update session status at `~/geepers/status/current-session.json`
232
+
233
+ ### Phase 4: Coordinate Results
234
+ 1. Collect outputs from dispatched agents
235
+ 2. Synthesize findings into actionable summary
236
+ 3. Report to user with next steps
237
+
238
+ ## Coordination Protocol
239
+
240
+ **Dispatches to:**
241
+ - All geepers_orchestrator_* agents
242
+ - All geepers_* individual agents
243
+
244
+ **Called by:**
245
+ - Direct user invocation
246
+ - When Claude Code is uncertain which agent to use
247
+
248
+ **Never dispatched by:**
249
+ - Other geepers agents (conductor is top-level only)
250
+
251
+ ## Logging Format
252
+
253
+ Append to `~/geepers/logs/conductor-YYYY-MM-DD.log`:
254
+ ```
255
+ [HH:MM:SS] SESSION_START project={project}
256
+ [HH:MM:SS] DISPATCH agent={agent} reason={reason}
257
+ [HH:MM:SS] RESULT agent={agent} status={success|partial|failed} findings={count}
258
+ [HH:MM:SS] SESSION_END duration={minutes}m
259
+ ```
260
+
261
+ ## Quality Standards
262
+
263
+ 1. Always explain routing decisions to user
264
+ 2. Never run redundant agents
265
+ 3. Respect agent dependencies (e.g., caddy before services)
266
+ 4. Aggregate and deduplicate cross-agent recommendations
267
+ 5. Provide clear summary of coordinated work
268
+
269
+ ## Quick Reference Commands
270
+
271
+ ```
272
+ # Full checkpoint suite
273
+ geepers_conductor → checkpoint
274
+
275
+ # Pre-deployment validation
276
+ geepers_conductor → deploy
277
+
278
+ # Comprehensive quality review
279
+ geepers_conductor → quality
280
+
281
+ # Session start reconnaissance
282
+ geepers_conductor → scout + recommendations review
283
+ ```