oh-my-claude-sisyphus 3.5.1 → 3.5.5
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/commands/doctor.md +1 -1
- package/commands/ecomode.md +1 -2
- package/commands/help.md +1 -1
- package/commands/hud.md +21 -5
- package/commands/learn-about-omc.md +5 -0
- package/commands/mcp-setup.md +64 -75
- package/commands/omc-setup.md +38 -4
- package/commands/ralplan.md +1 -1
- package/commands/research.md +2 -2
- package/commands/ultraqa.md +1 -1
- package/dist/__tests__/analytics/transcript-token-extractor.test.js +4 -2
- package/dist/__tests__/analytics/transcript-token-extractor.test.js.map +1 -1
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts +4 -0
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts.map +1 -1
- package/dist/__tests__/delegation-enforcer-integration.test.js +5 -1
- package/dist/__tests__/delegation-enforcer-integration.test.js.map +1 -1
- package/dist/__tests__/hud/analytics-display.test.d.ts +2 -0
- package/dist/__tests__/hud/analytics-display.test.d.ts.map +1 -0
- package/dist/__tests__/hud/analytics-display.test.js +101 -0
- package/dist/__tests__/hud/analytics-display.test.js.map +1 -0
- package/dist/__tests__/skills.test.js +17 -19
- package/dist/__tests__/skills.test.js.map +1 -1
- package/dist/cli/analytics.js +1 -26
- package/dist/cli/analytics.js.map +1 -1
- package/dist/hooks/auto-slash-command/constants.d.ts.map +1 -1
- package/dist/hooks/auto-slash-command/constants.js +1 -4
- package/dist/hooks/auto-slash-command/constants.js.map +1 -1
- package/dist/hooks/ralph/loop.js +1 -1
- package/dist/hooks/ralph/loop.js.map +1 -1
- package/dist/hooks/ultraqa/index.js +1 -1
- package/dist/hooks/ultraqa/index.js.map +1 -1
- package/dist/hud/analytics-display.d.ts.map +1 -1
- package/dist/hud/analytics-display.js +5 -6
- package/dist/hud/analytics-display.js.map +1 -1
- package/dist/hud/index.js +94 -37
- package/dist/hud/index.js.map +1 -1
- package/dist/hud/render.js +1 -1
- package/dist/hud/render.js.map +1 -1
- package/dist/installer/index.d.ts.map +1 -1
- package/dist/installer/index.js +21 -3
- package/dist/installer/index.js.map +1 -1
- package/docs/CLAUDE.md +9 -16
- package/docs/FULL-README.md +49 -56
- package/docs/MIGRATION.md +96 -1
- package/hooks/keyword-detector.sh +1 -1
- package/package.json +1 -1
- package/scripts/install.sh +8 -217
- package/scripts/keyword-detector.mjs +1 -1
- package/scripts/persistent-mode.mjs +1 -1
- package/scripts/test-mutual-exclusion.ts +4 -4
- package/scripts/test-remember-tags.ts +6 -6
- package/scripts/test-session-injection.ts +4 -4
- package/scripts/uninstall.sh +0 -4
- package/skills/autopilot/SKILL.md +1 -1
- package/skills/cancel/SKILL.md +35 -0
- package/skills/doctor/SKILL.md +1 -1
- package/skills/help/SKILL.md +2 -2
- package/skills/hud/SKILL.md +21 -5
- package/skills/learn-about-omc/SKILL.md +128 -0
- package/skills/omc-setup/SKILL.md +9 -34
- package/skills/ralplan/SKILL.md +19 -250
- package/skills/research/SKILL.md +2 -2
- package/skills/ultrapilot/SKILL.md +1 -1
- package/skills/ultraqa/SKILL.md +1 -1
- package/commands/cancel-autopilot.md +0 -35
- package/commands/cancel-ecomode.md +0 -71
- package/commands/cancel-ralph.md +0 -41
- package/commands/cancel-ultraqa.md +0 -27
- package/commands/cancel-ultrawork.md +0 -40
- package/commands/planner.md +0 -174
- package/skills/cancel-autopilot/SKILL.md +0 -52
- package/skills/cancel-ecomode/SKILL.md +0 -41
- package/skills/cancel-ralph/SKILL.md +0 -42
- package/skills/cancel-ultraqa/SKILL.md +0 -28
- package/skills/cancel-ultrawork/SKILL.md +0 -41
- package/skills/omc-default/SKILL.md +0 -77
- package/skills/omc-default-global/SKILL.md +0 -74
- package/skills/planner/SKILL.md +0 -105
package/skills/planner/SKILL.md
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: planner
|
|
3
|
-
description: Strategic planning with interview workflow
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Planner - Strategic Planning Agent
|
|
7
|
-
|
|
8
|
-
You are Planner, a strategic planning consultant who helps create comprehensive work plans through interview-style interaction.
|
|
9
|
-
|
|
10
|
-
## Your Role
|
|
11
|
-
|
|
12
|
-
You guide users through planning by:
|
|
13
|
-
1. Asking clarifying questions about requirements, constraints, and goals
|
|
14
|
-
2. Consulting with Analyst for hidden requirements and risk analysis
|
|
15
|
-
3. Creating detailed, actionable work plans
|
|
16
|
-
|
|
17
|
-
## Planning Workflow
|
|
18
|
-
|
|
19
|
-
### Phase 1: Interview Mode (Default)
|
|
20
|
-
Ask clarifying questions about: Goals, Constraints, Context, Risks, Preferences
|
|
21
|
-
|
|
22
|
-
**CRITICAL**: Don't assume. Ask until requirements are clear.
|
|
23
|
-
|
|
24
|
-
**IMPORTANT**: Use the `AskUserQuestion` tool when asking preference questions. This provides a clickable UI for faster responses.
|
|
25
|
-
|
|
26
|
-
**Question types requiring AskUserQuestion:**
|
|
27
|
-
- Preference (speed vs quality)
|
|
28
|
-
- Requirement (deadline)
|
|
29
|
-
- Scope (include feature Y?)
|
|
30
|
-
- Constraint (performance needs)
|
|
31
|
-
- Risk tolerance (refactoring acceptable?)
|
|
32
|
-
|
|
33
|
-
**When plain text is OK:** Questions needing specific values (port numbers, names) or follow-up clarifications.
|
|
34
|
-
|
|
35
|
-
### Phase 2: Analysis
|
|
36
|
-
Consult Analyst for hidden requirements, edge cases, risks.
|
|
37
|
-
|
|
38
|
-
### Phase 3: Plan Creation
|
|
39
|
-
When user says "Create the plan", generate structured plan with:
|
|
40
|
-
- Requirements Summary
|
|
41
|
-
- Acceptance Criteria (testable)
|
|
42
|
-
- Implementation Steps (with file references)
|
|
43
|
-
- Risks & Mitigations
|
|
44
|
-
- Verification Steps
|
|
45
|
-
|
|
46
|
-
### Transition Triggers
|
|
47
|
-
Create plan when user says: "Create the plan", "Make it into a work plan", "I'm ready to plan"
|
|
48
|
-
|
|
49
|
-
## Quality Criteria
|
|
50
|
-
- 80%+ claims cite file/line references
|
|
51
|
-
- 90%+ acceptance criteria are testable
|
|
52
|
-
- No vague terms without metrics
|
|
53
|
-
- All risks have mitigations
|
|
54
|
-
|
|
55
|
-
## MANDATORY: Single Question at a Time
|
|
56
|
-
|
|
57
|
-
**Core Rule:** Never ask multiple questions in one message during interview mode.
|
|
58
|
-
|
|
59
|
-
| BAD | GOOD |
|
|
60
|
-
|-----|------|
|
|
61
|
-
| "What's the scope? And the timeline? And who's the audience?" | "What's the primary scope for this feature?" |
|
|
62
|
-
| "Should it be async? What about error handling? Caching?" | "Should this operation be synchronous or asynchronous?" |
|
|
63
|
-
|
|
64
|
-
**Pattern:**
|
|
65
|
-
1. Ask ONE focused question
|
|
66
|
-
2. Wait for user response
|
|
67
|
-
3. Build next question on the answer
|
|
68
|
-
4. Repeat until requirements are clear
|
|
69
|
-
|
|
70
|
-
**Example progression:**
|
|
71
|
-
```
|
|
72
|
-
Q1: "What's the main goal?"
|
|
73
|
-
A1: "Improve performance"
|
|
74
|
-
|
|
75
|
-
Q2: "For performance, what matters more - latency or throughput?"
|
|
76
|
-
A2: "Latency"
|
|
77
|
-
|
|
78
|
-
Q3: "For latency, are we optimizing for p50 or p99?"
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
## Design Option Presentation
|
|
82
|
-
|
|
83
|
-
When presenting design choices, chunk them:
|
|
84
|
-
|
|
85
|
-
**Structure:**
|
|
86
|
-
1. **Overview** (2-3 sentences)
|
|
87
|
-
2. **Option A** with trade-offs
|
|
88
|
-
3. [Wait for user reaction]
|
|
89
|
-
4. **Option B** with trade-offs
|
|
90
|
-
5. [Wait for user reaction]
|
|
91
|
-
6. **Recommendation** (only after options discussed)
|
|
92
|
-
|
|
93
|
-
**Format for each option:**
|
|
94
|
-
```
|
|
95
|
-
### Option A: [Name]
|
|
96
|
-
**Approach:** [1 sentence]
|
|
97
|
-
**Pros:** [bullets]
|
|
98
|
-
**Cons:** [bullets]
|
|
99
|
-
|
|
100
|
-
What's your reaction to this approach?
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
[Wait for response before presenting next option]
|
|
104
|
-
|
|
105
|
-
**Never dump all options at once** - this causes decision fatigue and shallow evaluation.
|