Skip to content

Commit 5242f3d

Browse files
committed
fix(docs): correct plan invocation syntax from /plan to @plan
OpenCode uses @agent-name syntax for agent invocation, not /command. The /plan command does not exist - it should be @plan to invoke the Prometheus planner agent.
1 parent 3f2ded5 commit 5242f3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/orchestration-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|------------|----------|-------------|
77
| **Simple** | Just prompt | Simple tasks, quick fixes, single-file changes |
88
| **Complex + Lazy** | Just type `ulw` or `ultrawork` | Complex tasks where explaining context is tedious. Agent figures it out. |
9-
| **Complex + Precise** | `/plan``/start-work` | Precise, multi-step work requiring true orchestration. Prometheus plans, Sisyphus executes. |
9+
| **Complex + Precise** | `@plan``/start-work` | Precise, multi-step work requiring true orchestration. Prometheus plans, Sisyphus executes. |
1010

1111
**Decision Flow:**
1212
```
@@ -15,7 +15,7 @@ Is it a quick fix or simple task?
1515
└─ NO → Is explaining the full context tedious?
1616
└─ YES → Type "ulw" and let the agent figure it out
1717
└─ NO → Do you need precise, verifiable execution?
18-
└─ YES → Use /plan for Prometheus planning, then /start-work
18+
└─ YES → Use @plan for Prometheus planning, then /start-work
1919
└─ NO → Just use "ulw"
2020
```
2121

@@ -114,9 +114,9 @@ When the user enters `/start-work`, the execution phase begins.
114114

115115
## 5. Commands and Usage
116116

117-
### `/plan [request]`
117+
### `@plan [request]`
118118
Invokes Prometheus to start a planning session.
119-
- Example: `/plan "I want to refactor the authentication system to NextAuth"`
119+
- Example: `@plan "I want to refactor the authentication system to NextAuth"`
120120

121121
### `/start-work`
122122
Executes the generated plan.

0 commit comments

Comments
 (0)