Skip to content

Commit 5fe98d7

Browse files
Tomas Caracciasisyphus-dev-ai
andcommitted
docs: update MCP example prompts to highlight task decomposition
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent f0e6775 commit 5fe98d7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,28 @@ Add to `~/.claude/claude_desktop_config.json`:
109109
| `get_board` | Get full Kanban board grouped by status |
110110
| `toggle_subtask` | Toggle subtask completion |
111111

112+
#### Example Prompts
113+
114+
Once the MCP is connected, you can talk to your AI assistant in high-level terms and let it figure out the breakdown:
115+
116+
```
117+
I'm building a SaaS billing system. Set up the project and break the work
118+
into tickets covering Stripe integration, usage metering, invoice generation,
119+
and a customer billing portal. Prioritize accordingly.
120+
```
121+
122+
```
123+
I need to ship a password reset flow. Think through what's involved — API
124+
endpoints, email templates, token handling, UI screens, tests — and create
125+
tickets with subtasks for each piece.
126+
```
127+
128+
```
129+
Look at my board and figure out what's blocking progress. If anything in
130+
"in progress" has been sitting there without subtasks, break it down into
131+
concrete next steps.
132+
```
133+
112134
## Data Storage
113135

114136
All data is stored in a SQLite database at:

0 commit comments

Comments
 (0)