oh-my-claude-sisyphus 3.8.16 → 3.9.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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/agents/analyst.md +41 -0
- package/agents/architect.md +45 -0
- package/agents/critic.md +42 -0
- package/agents/deep-executor.md +193 -0
- package/agents/planner.md +82 -0
- package/bridge/mcp-server.cjs +181 -181
- package/dist/__tests__/agent-registry.test.js +1 -1
- package/dist/__tests__/installer.test.js +8 -8
- package/dist/__tests__/installer.test.js.map +1 -1
- package/dist/__tests__/omc-tools-server.test.js +2 -2
- package/dist/__tests__/omc-tools-server.test.js.map +1 -1
- package/dist/__tests__/skills.test.js +5 -4
- package/dist/__tests__/skills.test.js.map +1 -1
- package/dist/agents/deep-executor.d.ts +15 -0
- package/dist/agents/deep-executor.d.ts.map +1 -0
- package/dist/agents/deep-executor.js +47 -0
- package/dist/agents/deep-executor.js.map +1 -0
- package/dist/agents/definitions.d.ts +15 -0
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +25 -0
- package/dist/agents/definitions.js.map +1 -1
- package/dist/agents/index.d.ts +1 -0
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js +1 -0
- package/dist/agents/index.js.map +1 -1
- package/dist/cli/commands/doctor-conflicts.d.ts +55 -0
- package/dist/cli/commands/doctor-conflicts.d.ts.map +1 -0
- package/dist/cli/commands/doctor-conflicts.js +261 -0
- package/dist/cli/commands/doctor-conflicts.js.map +1 -0
- package/dist/cli/index.js +16 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/features/auto-update.d.ts +12 -0
- package/dist/features/auto-update.d.ts.map +1 -1
- package/dist/features/auto-update.js +4 -1
- package/dist/features/auto-update.js.map +1 -1
- package/dist/features/context-injector/types.d.ts +1 -1
- package/dist/features/context-injector/types.d.ts.map +1 -1
- package/dist/hooks/__tests__/bridge.test.d.ts +2 -0
- package/dist/hooks/__tests__/bridge.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge.test.js +199 -0
- package/dist/hooks/__tests__/bridge.test.js.map +1 -0
- package/dist/hooks/beads-context/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/beads-context/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/beads-context/__tests__/index.test.js +150 -0
- package/dist/hooks/beads-context/__tests__/index.test.js.map +1 -0
- package/dist/hooks/beads-context/constants.d.ts +3 -0
- package/dist/hooks/beads-context/constants.d.ts.map +1 -0
- package/dist/hooks/beads-context/constants.js +35 -0
- package/dist/hooks/beads-context/constants.js.map +1 -0
- package/dist/hooks/beads-context/index.d.ts +21 -0
- package/dist/hooks/beads-context/index.d.ts.map +1 -0
- package/dist/hooks/beads-context/index.js +62 -0
- package/dist/hooks/beads-context/index.js.map +1 -0
- package/dist/hooks/beads-context/types.d.ts +7 -0
- package/dist/hooks/beads-context/types.d.ts.map +1 -0
- package/dist/hooks/beads-context/types.js +2 -0
- package/dist/hooks/beads-context/types.js.map +1 -0
- package/dist/hooks/bridge.d.ts +4 -0
- package/dist/hooks/bridge.d.ts.map +1 -1
- package/dist/hooks/bridge.js +76 -23
- package/dist/hooks/bridge.js.map +1 -1
- package/dist/hooks/clear-suggestions/constants.d.ts +54 -0
- package/dist/hooks/clear-suggestions/constants.d.ts.map +1 -0
- package/dist/hooks/clear-suggestions/constants.js +102 -0
- package/dist/hooks/clear-suggestions/constants.js.map +1 -0
- package/dist/hooks/clear-suggestions/index.d.ts +61 -0
- package/dist/hooks/clear-suggestions/index.d.ts.map +1 -0
- package/dist/hooks/clear-suggestions/index.js +282 -0
- package/dist/hooks/clear-suggestions/index.js.map +1 -0
- package/dist/hooks/clear-suggestions/triggers.d.ts +65 -0
- package/dist/hooks/clear-suggestions/triggers.d.ts.map +1 -0
- package/dist/hooks/clear-suggestions/triggers.js +222 -0
- package/dist/hooks/clear-suggestions/triggers.js.map +1 -0
- package/dist/hooks/clear-suggestions/types.d.ts +92 -0
- package/dist/hooks/clear-suggestions/types.d.ts.map +1 -0
- package/dist/hooks/clear-suggestions/types.js +9 -0
- package/dist/hooks/clear-suggestions/types.js.map +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/permission-handler/index.d.ts.map +1 -1
- package/dist/hooks/permission-handler/index.js +3 -1
- package/dist/hooks/permission-handler/index.js.map +1 -1
- package/dist/hooks/setup/index.d.ts.map +1 -1
- package/dist/hooks/setup/index.js +12 -5
- package/dist/hooks/setup/index.js.map +1 -1
- package/dist/hooks/subagent-tracker/index.d.ts.map +1 -1
- package/dist/hooks/subagent-tracker/index.js +25 -9
- package/dist/hooks/subagent-tracker/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/installer/__tests__/claude-md-merge.test.d.ts +6 -0
- package/dist/installer/__tests__/claude-md-merge.test.d.ts.map +1 -0
- package/dist/installer/__tests__/claude-md-merge.test.js +220 -0
- package/dist/installer/__tests__/claude-md-merge.test.js.map +1 -0
- package/dist/installer/__tests__/safe-installer.test.d.ts +6 -0
- package/dist/installer/__tests__/safe-installer.test.d.ts.map +1 -0
- package/dist/installer/__tests__/safe-installer.test.js +172 -0
- package/dist/installer/__tests__/safe-installer.test.js.map +1 -0
- package/dist/installer/hooks.d.ts.map +1 -1
- package/dist/installer/hooks.js +3 -1
- package/dist/installer/hooks.js.map +1 -1
- package/dist/installer/index.d.ts +27 -1
- package/dist/installer/index.d.ts.map +1 -1
- package/dist/installer/index.js +209 -85
- package/dist/installer/index.js.map +1 -1
- package/dist/mcp/omc-tools-server.d.ts +1 -1
- package/dist/mcp/omc-tools-server.d.ts.map +1 -1
- package/dist/mcp/omc-tools-server.js +3 -3
- package/dist/mcp/omc-tools-server.js.map +1 -1
- package/dist/mcp/standalone-server.js +1 -1
- package/dist/mcp/standalone-server.js.map +1 -1
- package/dist/verification/tier-selector.d.ts +40 -0
- package/dist/verification/tier-selector.d.ts.map +1 -0
- package/dist/verification/tier-selector.js +95 -0
- package/dist/verification/tier-selector.js.map +1 -0
- package/dist/verification/tier-selector.test.d.ts +2 -0
- package/dist/verification/tier-selector.test.d.ts.map +1 -0
- package/dist/verification/tier-selector.test.js +282 -0
- package/dist/verification/tier-selector.test.js.map +1 -0
- package/docs/AGENTS.md +1 -1
- package/docs/CLAUDE.md +90 -378
- package/docs/partials/agent-tiers.md +165 -0
- package/docs/partials/features.md +131 -0
- package/docs/partials/mode-hierarchy.md +120 -0
- package/docs/partials/mode-selection-guide.md +82 -0
- package/docs/partials/verification-tiers.md +107 -0
- package/docs/shared/agent-tiers.md +165 -0
- package/docs/shared/features.md +131 -0
- package/docs/shared/mode-hierarchy.md +120 -0
- package/docs/shared/mode-selection-guide.md +82 -0
- package/docs/shared/verification-tiers.md +107 -0
- package/package.json +4 -3
- package/scripts/compose-docs.mjs +44 -0
- package/scripts/keyword-detector.mjs +13 -3
- package/skills/deep-executor/SKILL.md +50 -0
- package/skills/ecomode/SKILL.md +58 -103
- package/skills/omc-setup/SKILL.md +197 -20
- package/skills/plan/SKILL.md +62 -0
- package/skills/project-session-manager/SKILL.md +87 -4
- package/skills/project-session-manager/lib/config.sh +54 -5
- package/skills/project-session-manager/lib/parse.sh +65 -11
- package/skills/project-session-manager/lib/providers/github.sh +52 -0
- package/skills/project-session-manager/lib/providers/interface.sh +76 -0
- package/skills/project-session-manager/lib/providers/jira.sh +79 -0
- package/skills/project-session-manager/lib/session.sh +49 -12
- package/skills/project-session-manager/lib/worktree.sh +37 -4
- package/skills/project-session-manager/psm.sh +116 -51
- package/skills/ralph/SKILL.md +41 -27
- package/skills/ultrawork/SKILL.md +56 -66
- package/templates/hooks/keyword-detector.mjs +21 -13
- package/templates/hooks/lib/stdin.mjs +62 -0
- package/templates/hooks/persistent-mode.mjs +7 -8
- package/templates/hooks/post-tool-use.mjs +8 -10
- package/templates/hooks/pre-tool-use.mjs +9 -6
- package/templates/hooks/session-start.mjs +7 -8
package/docs/CLAUDE.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<!-- OMC:START -->
|
|
1
2
|
# oh-my-claudecode - Intelligent Multi-Agent Orchestration
|
|
2
3
|
|
|
3
4
|
You are enhanced with multi-agent capabilities. **You are a CONDUCTOR, not a performer.**
|
|
@@ -7,7 +8,7 @@ You are enhanced with multi-agent capabilities. **You are a CONDUCTOR, not a per
|
|
|
7
8
|
- [Part 1: Core Protocol](#part-1-core-protocol-critical)
|
|
8
9
|
- [Part 2: User Experience](#part-2-user-experience)
|
|
9
10
|
- [Part 3: Complete Reference](#part-3-complete-reference)
|
|
10
|
-
- [Part 4:
|
|
11
|
+
- [Part 4: Shared Documentation](#part-4-shared-documentation)
|
|
11
12
|
- [Part 5: Internal Protocols](#part-5-internal-protocols)
|
|
12
13
|
- [Part 6: Announcements](#part-6-announcements)
|
|
13
14
|
- [Part 7: Setup](#part-7-setup)
|
|
@@ -78,6 +79,7 @@ When implementing with any external tool (Claude Code hooks, React, database dri
|
|
|
78
79
|
| **Research tasks** | NEVER | researcher |
|
|
79
80
|
| **Data analysis** | NEVER | scientist / scientist-high |
|
|
80
81
|
| **Visual analysis** | NEVER | vision |
|
|
82
|
+
| **Strategic planning** | NEVER | planner |
|
|
81
83
|
|
|
82
84
|
### Mandatory Skill Invocation
|
|
83
85
|
|
|
@@ -240,337 +242,83 @@ User says "cancelomc", "stopomc" → Invoke unified `cancel` skill (automaticall
|
|
|
240
242
|
|
|
241
243
|
## PART 3: COMPLETE REFERENCE
|
|
242
244
|
|
|
243
|
-
###
|
|
244
|
-
|
|
245
|
-
| Skill | Purpose | Auto-Trigger | Manual |
|
|
246
|
-
|-------|---------|--------------|--------|
|
|
247
|
-
| `autopilot` | Full autonomous execution from idea to working code | "autopilot", "build me", "I want a" | `/oh-my-claudecode:autopilot` |
|
|
248
|
-
| `orchestrate` | Core multi-agent orchestration | Always active | - |
|
|
249
|
-
| `ralph` | Persistence until verified complete | "don't stop", "must complete" | `/oh-my-claudecode:ralph` |
|
|
250
|
-
| `ultrawork` | Maximum parallel execution | "ulw", "ultrawork" (also "fast"/"parallel" per config) | `/oh-my-claudecode:ultrawork` |
|
|
251
|
-
| `plan` | Planning session with interview workflow | "plan this", "plan the", broad requests | `/oh-my-claudecode:plan` |
|
|
252
|
-
| `ralplan` | Iterative planning (Planner+Architect+Critic) | "ralplan" keyword | `/oh-my-claudecode:ralplan` |
|
|
253
|
-
| `review` | Review plan with Critic | "review plan" | `/oh-my-claudecode:review` |
|
|
254
|
-
| `analyze` | Deep analysis/investigation | "analyze", "debug", "why" | `/oh-my-claudecode:analyze` |
|
|
255
|
-
| `deepsearch` | Thorough codebase search | "search", "find", "where" | `/oh-my-claudecode:deepsearch` |
|
|
256
|
-
| `deepinit` | Generate AGENTS.md hierarchy | "index codebase" | `/oh-my-claudecode:deepinit` |
|
|
257
|
-
| `frontend-ui-ux` | Design sensibility for UI | UI/component context | (silent) |
|
|
258
|
-
| `git-master` | Git expertise, atomic commits | git/commit context | (silent) |
|
|
259
|
-
| `ultraqa` | QA cycling: test/fix/repeat | "test", "QA", "verify" | `/oh-my-claudecode:ultraqa` |
|
|
260
|
-
| `learner` | Extract reusable skill from session | "extract skill" | `/oh-my-claudecode:learner` |
|
|
261
|
-
| `note` | Save to notepad for memory | "remember", "note" | `/oh-my-claudecode:note` |
|
|
262
|
-
| `hud` | Configure HUD statusline | - | `/oh-my-claudecode:hud` |
|
|
263
|
-
| `doctor` | Diagnose installation issues | - | `/oh-my-claudecode:doctor` |
|
|
264
|
-
| `help` | Show OMC usage guide | - | `/oh-my-claudecode:help` |
|
|
265
|
-
| `omc-setup` | One-time setup wizard | - | `/oh-my-claudecode:omc-setup` |
|
|
266
|
-
| `ralph-init` | Initialize PRD for structured ralph | - | `/oh-my-claudecode:ralph-init` |
|
|
267
|
-
| `release` | Automated release workflow | - | `/oh-my-claudecode:release` |
|
|
268
|
-
| `ultrapilot` | Parallel autopilot (3-5x faster) | "ultrapilot", "parallel build", "swarm build" | `/oh-my-claudecode:ultrapilot` |
|
|
269
|
-
| `swarm` | N coordinated agents with task claiming | "swarm N agents" | `/oh-my-claudecode:swarm` |
|
|
270
|
-
| `pipeline` | Sequential agent chaining | "pipeline", "chain" | `/oh-my-claudecode:pipeline` |
|
|
271
|
-
| `cancel` | Unified cancellation for all modes | "cancelomc", "stopomc" | `/oh-my-claudecode:cancel` |
|
|
272
|
-
| `ecomode` | Token-efficient parallel execution | "eco", "efficient", "budget" | `/oh-my-claudecode:ecomode` |
|
|
273
|
-
| `research` | Parallel scientist orchestration | "research", "analyze data", "statistics" | `/oh-my-claudecode:research` |
|
|
274
|
-
| `tdd` | TDD enforcement: test-first development | "tdd", "test first" | `/oh-my-claudecode:tdd` |
|
|
275
|
-
| `mcp-setup` | Configure MCP servers for extended capabilities | "setup mcp", "configure mcp" | `/oh-my-claudecode:mcp-setup` |
|
|
276
|
-
| `learn-about-omc` | Usage pattern analysis | - | `/oh-my-claudecode:learn-about-omc` |
|
|
277
|
-
| `build-fix` | Fix build and TypeScript errors with minimal changes | - | `/oh-my-claudecode:build-fix` |
|
|
278
|
-
| `code-review` | Run a comprehensive code review | - | `/oh-my-claudecode:code-review` |
|
|
279
|
-
| `security-review` | Run a comprehensive security review on code | - | `/oh-my-claudecode:security-review` |
|
|
280
|
-
| `writer-memory` | Agentic memory system for writers - track characters, relationships, scenes | - | `/oh-my-claudecode:writer-memory` |
|
|
281
|
-
| `project-session-manager` | Manage isolated dev environments with git worktrees and tmux | - | `/oh-my-claudecode:project-session-manager` |
|
|
282
|
-
| `local-skills-setup` | Set up and manage local skills for automatic matching and invocation | - | `/oh-my-claudecode:local-skills-setup` |
|
|
283
|
-
| `skill` | Manage local skills - list, add, remove, search, edit | - | `/oh-my-claudecode:skill` |
|
|
245
|
+
### Core Skills
|
|
284
246
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
| If you want... | Use this mode | Trigger keyword |
|
|
288
|
-
|----------------|---------------|-----------------|
|
|
289
|
-
| Full autonomous build from idea | `autopilot` | "autopilot", "build me", "I want a" |
|
|
290
|
-
| Parallel autopilot (3-5x faster) | `ultrapilot` | "ultrapilot", "parallel build" |
|
|
291
|
-
| Persistence until verified done | `ralph` | "ralph", "don't stop", "must complete" |
|
|
292
|
-
| Maximum parallelism, manual verify | `ultrawork` | "ulw", "ultrawork" |
|
|
293
|
-
| Cost-efficient parallel execution | `ecomode` | "eco", "ecomode", "budget" |
|
|
294
|
-
| Coordinated N agents on task pool | `swarm` | "swarm N agents" |
|
|
295
|
-
| Sequential agent chaining | `pipeline` | "pipeline", "chain agents" |
|
|
296
|
-
| QA cycling: test, fix, repeat | `ultraqa` | via autopilot transition |
|
|
297
|
-
|
|
298
|
-
#### Mode Relationships
|
|
299
|
-
|
|
300
|
-
- **ralph includes ultrawork**: When ralph is activated, it automatically enables ultrawork's parallel execution. No need to combine keywords.
|
|
301
|
-
- **autopilot can transition**: Autopilot may transition to ralph (for persistence) or ultraqa (for QA cycling) during execution.
|
|
302
|
-
- **ecomode = ultrawork + cheaper models**: Same parallel behavior but routes to haiku/sonnet agents for cost savings.
|
|
303
|
-
|
|
304
|
-
### All 32 Agents
|
|
305
|
-
|
|
306
|
-
Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
307
|
-
|
|
308
|
-
| Domain | LOW (Haiku) | MEDIUM (Sonnet) | HIGH (Opus) |
|
|
309
|
-
|--------|-------------|-----------------|-------------|
|
|
310
|
-
| **Analysis** | `architect-low` | `architect-medium` | `architect` |
|
|
311
|
-
| **Execution** | `executor-low` | `executor` | `executor-high` |
|
|
312
|
-
| **Search** | `explore` | `explore-medium` | `explore-high` |
|
|
313
|
-
| **Research** | `researcher-low` | `researcher` | - |
|
|
314
|
-
| **Frontend** | `designer-low` | `designer` | `designer-high` |
|
|
315
|
-
| **Docs** | `writer` | - | - |
|
|
316
|
-
| **Visual** | - | `vision` | - |
|
|
317
|
-
| **Planning** | - | - | `planner` |
|
|
318
|
-
| **Critique** | - | - | `critic` |
|
|
319
|
-
| **Pre-Planning** | - | - | `analyst` |
|
|
320
|
-
| **Testing** | - | `qa-tester` | `qa-tester-high` |
|
|
321
|
-
| **Security** | `security-reviewer-low` | - | `security-reviewer` |
|
|
322
|
-
| **Build** | `build-fixer-low` | `build-fixer` | - |
|
|
323
|
-
| **TDD** | `tdd-guide-low` | `tdd-guide` | - |
|
|
324
|
-
| **Code Review** | `code-reviewer-low` | - | `code-reviewer` |
|
|
325
|
-
| **Data Science** | `scientist-low` | `scientist` | `scientist-high` |
|
|
326
|
-
|
|
327
|
-
### Agent Selection Guide
|
|
328
|
-
|
|
329
|
-
| Task Type | Best Agent | Model |
|
|
330
|
-
|-----------|------------|-------|
|
|
331
|
-
| Quick code lookup | `explore` | haiku |
|
|
332
|
-
| Find files/patterns | `explore` or `explore-medium` | haiku/sonnet |
|
|
333
|
-
| Complex architectural search | `explore-high` | opus |
|
|
334
|
-
| Simple code change | `executor-low` | haiku |
|
|
335
|
-
| Feature implementation | `executor` | sonnet |
|
|
336
|
-
| Complex refactoring | `executor-high` | opus |
|
|
337
|
-
| Debug simple issue | `architect-low` | haiku |
|
|
338
|
-
| Debug complex issue | `architect` | opus |
|
|
339
|
-
| UI component | `designer` | sonnet |
|
|
340
|
-
| Complex UI system | `designer-high` | opus |
|
|
341
|
-
| Write docs/comments | `writer` | haiku |
|
|
342
|
-
| Research docs/APIs | `researcher` | sonnet |
|
|
343
|
-
| Analyze images/diagrams | `vision` | sonnet |
|
|
344
|
-
| Strategic planning | `planner` | opus |
|
|
345
|
-
| Review/critique plan | `critic` | opus |
|
|
346
|
-
| Pre-planning analysis | `analyst` | opus |
|
|
347
|
-
| Test CLI interactively | `qa-tester` | sonnet |
|
|
348
|
-
| Security review | `security-reviewer` | opus |
|
|
349
|
-
| Quick security scan | `security-reviewer-low` | haiku |
|
|
350
|
-
| Fix build errors | `build-fixer` | sonnet |
|
|
351
|
-
| Simple build fix | `build-fixer-low` | haiku |
|
|
352
|
-
| TDD workflow | `tdd-guide` | sonnet |
|
|
353
|
-
| Quick test suggestions | `tdd-guide-low` | haiku |
|
|
354
|
-
| Code review | `code-reviewer` | opus |
|
|
355
|
-
| Quick code check | `code-reviewer-low` | haiku |
|
|
356
|
-
| Data analysis/stats | `scientist` | sonnet |
|
|
357
|
-
| Quick data inspection | `scientist-low` | haiku |
|
|
358
|
-
| Complex ML/hypothesis | `scientist-high` | opus |
|
|
359
|
-
| Find symbol references | `explore-high` | opus |
|
|
360
|
-
| Get file/workspace symbol outline | `explore` | haiku |
|
|
361
|
-
| Structural code pattern search | `explore` | haiku |
|
|
362
|
-
| Structural code transformation | `executor-high` | opus |
|
|
363
|
-
| Project-wide type checking | `build-fixer` | sonnet |
|
|
364
|
-
| Check single file for errors | `executor-low` | haiku |
|
|
365
|
-
| Data analysis / computation | `scientist` | sonnet |
|
|
366
|
-
|
|
367
|
-
### MCP Tools & Agent Capabilities
|
|
368
|
-
|
|
369
|
-
#### Tool Inventory
|
|
370
|
-
|
|
371
|
-
| Tool | Category | Purpose | Assigned to Agents? |
|
|
372
|
-
|------|----------|---------|---------------------|
|
|
373
|
-
| `lsp_hover` | LSP | Get type info and documentation at a code position | NO (orchestrator-direct) |
|
|
374
|
-
| `lsp_goto_definition` | LSP | Jump to where a symbol is defined | NO (orchestrator-direct) |
|
|
375
|
-
| `lsp_find_references` | LSP | Find all usages of a symbol across the codebase | YES (`explore-high` only) |
|
|
376
|
-
| `lsp_document_symbols` | LSP | Get outline of all symbols in a file | YES |
|
|
377
|
-
| `lsp_workspace_symbols` | LSP | Search for symbols by name across the workspace | YES |
|
|
378
|
-
| `lsp_diagnostics` | LSP | Get errors, warnings, and hints for a file | YES |
|
|
379
|
-
| `lsp_diagnostics_directory` | LSP | Project-level type checking (tsc --noEmit or LSP) | YES |
|
|
380
|
-
| `lsp_prepare_rename` | LSP | Check if a symbol can be renamed | NO (orchestrator-direct) |
|
|
381
|
-
| `lsp_rename` | LSP | Rename a symbol across the entire project | NO (orchestrator-direct) |
|
|
382
|
-
| `lsp_code_actions` | LSP | Get available refactorings and quick fixes | NO (orchestrator-direct) |
|
|
383
|
-
| `lsp_code_action_resolve` | LSP | Get full edit details for a code action | NO (orchestrator-direct) |
|
|
384
|
-
| `lsp_servers` | LSP | List available language servers and install status | NO (orchestrator-direct) |
|
|
385
|
-
| `ast_grep_search` | AST | Pattern-based structural code search using AST | YES |
|
|
386
|
-
| `ast_grep_replace` | AST | Pattern-based structural code transformation | YES (`executor-high` only) |
|
|
387
|
-
| `python_repl` | Data | Persistent Python REPL for data analysis and computation | YES |
|
|
388
|
-
|
|
389
|
-
#### Agent Tool Matrix (MCP Tools Only)
|
|
390
|
-
|
|
391
|
-
| Agent | LSP Diagnostics | LSP Dir Diagnostics | LSP Symbols | LSP References | AST Search | AST Replace | Python REPL |
|
|
392
|
-
|-------|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|
393
|
-
| `explore` | - | - | doc + workspace | - | yes | - | - |
|
|
394
|
-
| `explore-medium` | - | - | doc + workspace | - | yes | - | - |
|
|
395
|
-
| `explore-high` | - | - | doc + workspace | yes | yes | - | - |
|
|
396
|
-
| `architect-low` | yes | - | - | - | - | - | - |
|
|
397
|
-
| `architect-medium` | yes | yes | - | - | yes | - | - |
|
|
398
|
-
| `architect` | yes | yes | - | - | yes | - | - |
|
|
399
|
-
| `executor-low` | yes | - | - | - | - | - | - |
|
|
400
|
-
| `executor` | yes | yes | - | - | - | - | - |
|
|
401
|
-
| `executor-high` | yes | yes | - | - | yes | yes | - |
|
|
402
|
-
| `build-fixer` | yes | yes | - | - | - | - | - |
|
|
403
|
-
| `build-fixer-low` | yes | yes | - | - | - | - | - |
|
|
404
|
-
| `tdd-guide` | yes | - | - | - | - | - | - |
|
|
405
|
-
| `tdd-guide-low` | yes | - | - | - | - | - | - |
|
|
406
|
-
| `code-reviewer` | yes | - | - | - | yes | - | - |
|
|
407
|
-
| `code-reviewer-low` | yes | - | - | - | - | - | - |
|
|
408
|
-
| `qa-tester` | yes | - | - | - | - | - | - |
|
|
409
|
-
| `qa-tester-high` | yes | - | - | - | - | - | - |
|
|
410
|
-
| `scientist-low` | - | - | - | - | - | - | yes |
|
|
411
|
-
| `scientist` | - | - | - | - | - | - | yes |
|
|
412
|
-
| `scientist-high` | - | - | - | - | - | - | yes |
|
|
413
|
-
|
|
414
|
-
#### Unassigned Tools (Orchestrator-Direct)
|
|
415
|
-
|
|
416
|
-
The following 7 MCP tools are NOT assigned to any agent. Use directly when needed:
|
|
417
|
-
|
|
418
|
-
| Tool | When to Use Directly |
|
|
419
|
-
|------|---------------------|
|
|
420
|
-
| `lsp_hover` | Quick type lookups during conversation |
|
|
421
|
-
| `lsp_goto_definition` | Navigating to symbol definitions during analysis |
|
|
422
|
-
| `lsp_prepare_rename` | Checking rename feasibility before deciding on approach |
|
|
423
|
-
| `lsp_rename` | Safe rename operations (returns edit preview, does not auto-apply) |
|
|
424
|
-
| `lsp_code_actions` | Discovering available refactorings |
|
|
425
|
-
| `lsp_code_action_resolve` | Getting details of a specific code action |
|
|
426
|
-
| `lsp_servers` | Checking language server availability |
|
|
427
|
-
|
|
428
|
-
For complex rename or refactoring tasks requiring implementation, delegate to `executor-high` which can use `ast_grep_replace` for structural transformations.
|
|
429
|
-
|
|
430
|
-
#### Tool Selection Guidance
|
|
431
|
-
|
|
432
|
-
- **Need file symbol outline or workspace search?** Use `lsp_document_symbols`/`lsp_workspace_symbols` via `explore`, `explore-medium`, or `explore-high`
|
|
433
|
-
- **Need to find all usages of a symbol?** Use `lsp_find_references` via `explore-high` (only agent with it)
|
|
434
|
-
- **Need structural code patterns?** (e.g., "find all functions matching X shape") Use `ast_grep_search` via `explore` family, `architect`/`architect-medium`, or `code-reviewer`
|
|
435
|
-
- **Need to transform code structurally?** Use `ast_grep_replace` via `executor-high` (only agent with it)
|
|
436
|
-
- **Need project-wide type checking?** Use `lsp_diagnostics_directory` via `architect`/`architect-medium`, `executor`/`executor-high`, or `build-fixer` family
|
|
437
|
-
- **Need single-file error checking?** Use `lsp_diagnostics` via many agents (see matrix)
|
|
438
|
-
- **Need data analysis / computation?** Use `python_repl` via `scientist` agents (all tiers)
|
|
439
|
-
- **Need quick type info or definition lookup?** Use `lsp_hover`/`lsp_goto_definition` directly (orchestrator-direct tools)
|
|
440
|
-
|
|
441
|
-
---
|
|
442
|
-
|
|
443
|
-
## PART 4: NEW FEATURES (v3.1 - v3.4)
|
|
444
|
-
|
|
445
|
-
### Notepad Wisdom System
|
|
446
|
-
|
|
447
|
-
Plan-scoped wisdom capture for learnings, decisions, issues, and problems.
|
|
448
|
-
|
|
449
|
-
**Location:** `.omc/notepads/{plan-name}/`
|
|
450
|
-
|
|
451
|
-
| File | Purpose |
|
|
452
|
-
|------|---------|
|
|
453
|
-
| `learnings.md` | Technical discoveries and patterns |
|
|
454
|
-
| `decisions.md` | Architectural and design decisions |
|
|
455
|
-
| `issues.md` | Known issues and workarounds |
|
|
456
|
-
| `problems.md` | Blockers and challenges |
|
|
457
|
-
|
|
458
|
-
**API:** `initPlanNotepad()`, `addLearning()`, `addDecision()`, `addIssue()`, `addProblem()`, `getWisdomSummary()`, `readPlanWisdom()`
|
|
459
|
-
|
|
460
|
-
### Delegation Categories
|
|
461
|
-
|
|
462
|
-
Semantic task categorization that auto-maps to model tier, temperature, and thinking budget.
|
|
463
|
-
|
|
464
|
-
| Category | Tier | Temperature | Thinking | Use For |
|
|
465
|
-
|----------|------|-------------|----------|---------|
|
|
466
|
-
| `visual-engineering` | HIGH | 0.7 | high | UI/UX, frontend, design systems |
|
|
467
|
-
| `ultrabrain` | HIGH | 0.3 | max | Complex reasoning, architecture, deep debugging |
|
|
468
|
-
| `artistry` | MEDIUM | 0.9 | medium | Creative solutions, brainstorming |
|
|
469
|
-
| `quick` | LOW | 0.1 | low | Simple lookups, basic operations |
|
|
470
|
-
| `writing` | MEDIUM | 0.5 | medium | Documentation, technical writing |
|
|
471
|
-
|
|
472
|
-
**Auto-detection:** Categories detect from prompt keywords automatically.
|
|
473
|
-
|
|
474
|
-
### Directory Diagnostics Tool
|
|
475
|
-
|
|
476
|
-
Project-level type checking via `lsp_diagnostics_directory` tool.
|
|
477
|
-
|
|
478
|
-
**Strategies:**
|
|
479
|
-
- `auto` (default) - Auto-selects best strategy, prefers tsc when tsconfig.json exists
|
|
480
|
-
- `tsc` - Fast, uses TypeScript compiler
|
|
481
|
-
- `lsp` - Fallback, iterates files via Language Server
|
|
482
|
-
|
|
483
|
-
**Usage:** Check entire project for errors before commits or after refactoring.
|
|
484
|
-
|
|
485
|
-
### Session Resume
|
|
247
|
+
**Execution modes:** `autopilot`, `ralph`, `ultrawork`, `ultrapilot`, `ecomode`, `swarm`, `pipeline`, `ultraqa`
|
|
486
248
|
|
|
487
|
-
|
|
249
|
+
**Planning:** `plan`, `ralplan`, `review`, `analyze`
|
|
488
250
|
|
|
489
|
-
|
|
251
|
+
**Search:** `deepsearch`, `deepinit`
|
|
490
252
|
|
|
491
|
-
|
|
253
|
+
**Silent activators:** `frontend-ui-ux` (UI work), `git-master` (commits), `orchestrate` (always active)
|
|
492
254
|
|
|
493
|
-
**
|
|
255
|
+
**Utilities:** `cancel`, `note`, `learner`, `tdd`, `research`, `build-fix`, `code-review`, `security-review`
|
|
494
256
|
|
|
495
|
-
**
|
|
496
|
-
1. Task decomposition engine breaks complex tasks into parallelizable subtasks
|
|
497
|
-
2. File ownership coordinator assigns non-overlapping file sets to workers
|
|
498
|
-
3. Workers execute in parallel, coordinator manages shared files
|
|
499
|
-
4. Results integrated with conflict detection
|
|
257
|
+
**Setup:** `omc-setup`, `mcp-setup`, `hud`, `doctor`, `help`
|
|
500
258
|
|
|
501
|
-
|
|
259
|
+
Run `/oh-my-claudecode:help` for the complete skill reference with triggers.
|
|
502
260
|
|
|
503
|
-
|
|
504
|
-
- `.omc/state/ultrapilot-state.json` - Session state
|
|
505
|
-
- `.omc/state/ultrapilot-ownership.json` - File ownership
|
|
506
|
-
|
|
507
|
-
### Swarm (v3.4)
|
|
508
|
-
|
|
509
|
-
N coordinated agents with atomic task claiming from shared pool.
|
|
510
|
-
|
|
511
|
-
**Usage:** `/swarm 5:executor "fix all TypeScript errors"`
|
|
261
|
+
### Choosing the Right Mode
|
|
512
262
|
|
|
513
|
-
|
|
514
|
-
- Shared task list with pending/claimed/done status
|
|
515
|
-
- 5-minute timeout per task with auto-release
|
|
516
|
-
- Clean completion when all tasks done
|
|
263
|
+
See [Mode Selection Guide](./shared/mode-selection-guide.md) for detailed decision flowcharts and examples.
|
|
517
264
|
|
|
518
|
-
|
|
265
|
+
#### Mode Relationships
|
|
519
266
|
|
|
520
|
-
|
|
267
|
+
See [Mode Hierarchy](./shared/mode-hierarchy.md) for the complete mode inheritance tree, decision flowchart, and combination rules.
|
|
521
268
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
| `implement` | planner → executor → tdd-guide |
|
|
527
|
-
| `debug` | explore → architect → build-fixer |
|
|
528
|
-
| `research` | parallel(researcher, explore) → architect → writer |
|
|
529
|
-
| `refactor` | explore → architect-medium → executor-high → qa-tester |
|
|
530
|
-
| `security` | explore → security-reviewer → executor → security-reviewer-low |
|
|
269
|
+
Key points:
|
|
270
|
+
- **ralph includes ultrawork**: ralph is a persistence wrapper around ultrawork's parallelism
|
|
271
|
+
- **ecomode is a modifier**: It only changes model routing, not execution behavior
|
|
272
|
+
- **autopilot can transition**: To ralph (persistence) or ultraqa (QA cycling)
|
|
531
273
|
|
|
532
|
-
|
|
274
|
+
### All 33 Agents
|
|
533
275
|
|
|
534
|
-
|
|
276
|
+
See [Agent Tiers Reference](./shared/agent-tiers.md) for the complete agent tier matrix with all 33 agents organized by domain and tier.
|
|
535
277
|
|
|
536
|
-
|
|
278
|
+
Always use `oh-my-claudecode:` prefix when calling via Task tool.
|
|
537
279
|
|
|
538
|
-
|
|
280
|
+
### Agent Selection Guide
|
|
539
281
|
|
|
540
|
-
|
|
541
|
-
Use `--force` or `--all` to clear ALL states.
|
|
282
|
+
See [Agent Tiers Reference](./shared/agent-tiers.md) for the complete agent-to-task selection guide.
|
|
542
283
|
|
|
543
|
-
###
|
|
284
|
+
### MCP Tools & Agent Capabilities
|
|
544
285
|
|
|
545
|
-
|
|
286
|
+
See [Agent Tiers Reference](./shared/agent-tiers.md) for the full MCP tool assignment matrix.
|
|
546
287
|
|
|
547
|
-
**
|
|
288
|
+
**Key tools:**
|
|
289
|
+
- LSP tools (hover, definition, references, diagnostics) for code intelligence
|
|
290
|
+
- AST grep (search, replace) for structural code patterns
|
|
291
|
+
- Python REPL for data analysis
|
|
548
292
|
|
|
549
|
-
**
|
|
293
|
+
**Unassigned tools** (use directly): `lsp_hover`, `lsp_goto_definition`, `lsp_prepare_rename`, `lsp_rename`, `lsp_code_actions`, `lsp_code_action_resolve`, `lsp_servers`
|
|
550
294
|
|
|
551
|
-
|
|
295
|
+
---
|
|
552
296
|
|
|
553
|
-
|
|
297
|
+
## PART 4: NEW FEATURES & SHARED DOCUMENTATION
|
|
554
298
|
|
|
555
|
-
|
|
556
|
-
- Primary: `.omc/state/{name}.json` (local, per-project)
|
|
557
|
-
- Global backup: `~/.omc/state/{name}.json` (global, session continuity)
|
|
299
|
+
### Features (v3.1 - v3.4)
|
|
558
300
|
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
301
|
+
See [Features Reference](./shared/features.md) for complete documentation of:
|
|
302
|
+
- Notepad Wisdom System (plan-scoped learning capture)
|
|
303
|
+
- Delegation Categories (auto-mapping to model tier/temperature)
|
|
304
|
+
- Directory Diagnostics Tool (project-level type checking)
|
|
305
|
+
- Session Resume (background agent continuation)
|
|
306
|
+
- Ultrapilot (parallel autopilot, 3-5x faster)
|
|
307
|
+
- Swarm (N-agent coordinated task pool)
|
|
308
|
+
- Pipeline (sequential agent chaining with presets)
|
|
309
|
+
- Unified Cancel (smart mode detection)
|
|
310
|
+
- Verification Module (standard checks, evidence validation)
|
|
311
|
+
- State Management (standardized paths, `~/.claude/` prohibition)
|
|
570
312
|
|
|
571
|
-
|
|
313
|
+
### Shared Reference Documents
|
|
572
314
|
|
|
573
|
-
|
|
315
|
+
| Topic | Document |
|
|
316
|
+
|-------|----------|
|
|
317
|
+
| Agent Tiers & Selection | [agent-tiers.md](./shared/agent-tiers.md) |
|
|
318
|
+
| Mode Hierarchy & Relationships | [mode-hierarchy.md](./shared/mode-hierarchy.md) |
|
|
319
|
+
| Mode Selection Guide | [mode-selection-guide.md](./shared/mode-selection-guide.md) |
|
|
320
|
+
| Verification Tiers | [verification-tiers.md](./shared/verification-tiers.md) |
|
|
321
|
+
| Features Reference | [features.md](./shared/features.md) |
|
|
574
322
|
|
|
575
323
|
---
|
|
576
324
|
|
|
@@ -597,75 +345,33 @@ When in planning/interview mode, use the `AskUserQuestion` tool for preference q
|
|
|
597
345
|
**Applies to**: Plan skill, planning interviews
|
|
598
346
|
**Question types**: Preference, Requirement, Scope, Constraint, Risk tolerance
|
|
599
347
|
|
|
600
|
-
###
|
|
601
|
-
|
|
602
|
-
**HARD RULE: Never claim completion without Architect approval.**
|
|
603
|
-
|
|
604
|
-
```
|
|
605
|
-
1. Complete all work
|
|
606
|
-
2. Spawn Architect: Task(subagent_type="oh-my-claudecode:architect", model="opus", prompt="Verify...")
|
|
607
|
-
3. WAIT for response
|
|
608
|
-
4. If APPROVED → output completion
|
|
609
|
-
5. If REJECTED → fix issues and re-verify
|
|
610
|
-
```
|
|
611
|
-
|
|
612
|
-
### Verification-Before-Completion Protocol
|
|
613
|
-
|
|
614
|
-
**Iron Law:** NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
|
|
615
|
-
|
|
616
|
-
Before ANY agent says "done", "fixed", or "complete":
|
|
348
|
+
### Tiered Architect Verification
|
|
617
349
|
|
|
618
|
-
|
|
619
|
-
|------|--------|
|
|
620
|
-
| 1 | IDENTIFY: What command proves this claim? |
|
|
621
|
-
| 2 | RUN: Execute verification command |
|
|
622
|
-
| 3 | READ: Check output - did it pass? |
|
|
623
|
-
| 4 | CLAIM: Make claim WITH evidence |
|
|
350
|
+
**HARD RULE: Never claim completion without verification.**
|
|
624
351
|
|
|
625
|
-
|
|
626
|
-
- Using "should", "probably", "seems to"
|
|
627
|
-
- Expressing satisfaction before verification
|
|
628
|
-
- Claiming completion without fresh test/build run
|
|
352
|
+
Verification scales with task complexity:
|
|
629
353
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
|
634
|
-
|
|
|
635
|
-
| "Refactored" | All tests still pass |
|
|
636
|
-
| "Debugged" | Root cause identified with file:line |
|
|
354
|
+
| Tier | When | Agent |
|
|
355
|
+
|------|------|-------|
|
|
356
|
+
| LIGHT | <5 files, <100 lines, full tests | architect-low (haiku) |
|
|
357
|
+
| STANDARD | Default | architect-medium (sonnet) |
|
|
358
|
+
| THOROUGH | >20 files, security/architectural | architect (opus) |
|
|
637
359
|
|
|
638
|
-
|
|
360
|
+
See [Verification Tiers](./shared/verification-tiers.md) for complete selection rules.
|
|
639
361
|
|
|
640
|
-
|
|
641
|
-
- **Sequential dependencies** → Run in order
|
|
642
|
-
- **Quick tasks** (<10 seconds) → Do directly (read, status check)
|
|
362
|
+
**Iron Law:** NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE. Always: IDENTIFY what proves the claim, RUN the verification, READ the output, then CLAIM with evidence. Red flags: "should", "probably", "seems to" without a fresh test/build run.
|
|
643
363
|
|
|
644
|
-
### Background Execution
|
|
364
|
+
### Parallelization & Background Execution
|
|
645
365
|
|
|
646
|
-
**
|
|
647
|
-
-
|
|
648
|
-
-
|
|
649
|
-
-
|
|
650
|
-
|
|
651
|
-
**Run Blocking** (foreground):
|
|
652
|
-
- git status, ls, pwd
|
|
653
|
-
- File reads/edits
|
|
654
|
-
- Quick commands
|
|
655
|
-
|
|
656
|
-
Maximum 5 concurrent background tasks.
|
|
366
|
+
- **Parallel:** 2+ independent tasks with >30s work each
|
|
367
|
+
- **Sequential:** Tasks with dependencies
|
|
368
|
+
- **Direct:** Quick tasks (<10s) like reads, status checks
|
|
369
|
+
- **Background** (`run_in_background: true`): installs, builds, tests (max 5 concurrent)
|
|
370
|
+
- **Foreground:** git, file ops, quick commands
|
|
657
371
|
|
|
658
372
|
### Context Persistence
|
|
659
373
|
|
|
660
|
-
Use `<remember>` tags to survive
|
|
661
|
-
|
|
662
|
-
| Tag | Lifetime | Use For |
|
|
663
|
-
|-----|----------|---------|
|
|
664
|
-
| `<remember>info</remember>` | 7 days | Session-specific context |
|
|
665
|
-
| `<remember priority>info</remember>` | Permanent | Critical patterns/facts |
|
|
666
|
-
|
|
667
|
-
**DO capture:** Architecture decisions, error resolutions, user preferences
|
|
668
|
-
**DON'T capture:** Progress (use todos), temporary state, info in AGENTS.md
|
|
374
|
+
Use `<remember>` tags to survive compaction: `<remember>info</remember>` (7 days) or `<remember priority>info</remember>` (permanent). Capture architecture decisions, error resolutions, user preferences. Do NOT capture progress (use todos) or info already in AGENTS.md.
|
|
669
375
|
|
|
670
376
|
### Continuation Enforcement
|
|
671
377
|
|
|
@@ -684,19 +390,7 @@ Before concluding ANY session, verify:
|
|
|
684
390
|
|
|
685
391
|
## PART 6: ANNOUNCEMENTS
|
|
686
392
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
> "I'm activating **autopilot** for full autonomous execution from idea to working code."
|
|
690
|
-
|
|
691
|
-
> "I'm activating **ralph-loop** to ensure this task completes fully."
|
|
692
|
-
|
|
693
|
-
> "I'm activating **ultrawork** for maximum parallel execution."
|
|
694
|
-
|
|
695
|
-
> "I'm starting a **planning session** - I'll interview you about requirements."
|
|
696
|
-
|
|
697
|
-
> "I'm delegating this to the **architect** agent for deep analysis."
|
|
698
|
-
|
|
699
|
-
This keeps users informed without requiring them to request features.
|
|
393
|
+
Announce major behavior activations to keep users informed: autopilot, ralph-loop, ultrawork, planning sessions, architect delegation. Example: "I'm activating **autopilot** for full autonomous execution."
|
|
700
394
|
|
|
701
395
|
---
|
|
702
396
|
|
|
@@ -711,8 +405,26 @@ Say "setup omc" or run `/oh-my-claudecode:omc-setup` to configure. After that, e
|
|
|
711
405
|
- `/oh-my-claudecode:doctor` - Diagnose and fix installation issues
|
|
712
406
|
- `/oh-my-claudecode:hud setup` - Install/repair HUD statusline
|
|
713
407
|
|
|
408
|
+
### Task Tool Selection
|
|
409
|
+
|
|
410
|
+
During setup, you can choose your preferred task management tool:
|
|
411
|
+
|
|
412
|
+
| Tool | Description | Persistence |
|
|
413
|
+
|------|-------------|-------------|
|
|
414
|
+
| Built-in Tasks | Claude Code's native TaskCreate/TodoWrite | Session only |
|
|
415
|
+
| Beads (bd) | Git-backed distributed issue tracker | Permanent |
|
|
416
|
+
| Beads-Rust (br) | Lightweight Rust port of beads | Permanent |
|
|
417
|
+
|
|
418
|
+
To change your task tool:
|
|
419
|
+
1. Run `/oh-my-claudecode:omc-setup`
|
|
420
|
+
2. Select your preferred tool in Step 3.8.5
|
|
421
|
+
3. Restart Claude Code for context injection to take effect
|
|
422
|
+
|
|
423
|
+
If using beads/beads-rust, usage instructions are automatically injected at session start.
|
|
424
|
+
|
|
714
425
|
---
|
|
715
426
|
|
|
716
427
|
## Migration
|
|
717
428
|
|
|
718
|
-
For migration guides from earlier versions, see
|
|
429
|
+
For migration guides from earlier versions, see [MIGRATION.md](./MIGRATION.md).
|
|
430
|
+
<!-- OMC:END -->
|