17
profiles/opencode/command/overseer-plan.md
Normal file
17
profiles/opencode/command/overseer-plan.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
description: Convert a markdown plan/spec to Overseer tasks
|
||||
---
|
||||
|
||||
Convert markdown planning documents into trackable Overseer task hierarchies.
|
||||
|
||||
First, invoke the skill tool to load the overseer-plan skill:
|
||||
|
||||
```
|
||||
skill({ name: 'overseer-plan' })
|
||||
```
|
||||
|
||||
Then follow the skill instructions to convert the document.
|
||||
|
||||
<user-request>
|
||||
$ARGUMENTS
|
||||
</user-request>
|
||||
17
profiles/opencode/command/overseer.md
Normal file
17
profiles/opencode/command/overseer.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
description: Manage tasks via Overseer - create, list, start, complete, find ready work
|
||||
---
|
||||
|
||||
Task orchestration via Overseer codemode MCP.
|
||||
|
||||
First, invoke the skill tool to load the overseer skill:
|
||||
|
||||
```
|
||||
skill({ name: 'overseer' })
|
||||
```
|
||||
|
||||
Then follow the skill instructions to manage tasks.
|
||||
|
||||
<user-request>
|
||||
$ARGUMENTS
|
||||
</user-request>
|
||||
17
profiles/opencode/command/plan-spec.md
Normal file
17
profiles/opencode/command/plan-spec.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
description: Dialogue-driven spec development through skeptical questioning
|
||||
---
|
||||
|
||||
Develop implementation-ready specs through iterative dialogue and skeptical questioning.
|
||||
|
||||
First, invoke the skill tool to load the spec-planner skill:
|
||||
|
||||
```
|
||||
skill({ name: 'spec-planner' })
|
||||
```
|
||||
|
||||
Then follow the skill instructions to develop the spec.
|
||||
|
||||
<user-request>
|
||||
$ARGUMENTS
|
||||
</user-request>
|
||||
Reference in New Issue
Block a user