[OCaml] High Intensity Training Online
docs capture each prompt as its own request
Treat a stream-of-thought session as many prompts. Each prompt becomes one enhancement request under Dispatch, never merged with another.
.kiro/skills/stream-of-thought/SKILL.md
@@ -1,6 +1,6 @@
1
1
---
2
2
name: stream-of-thought
3
Removed:
description: Capture and track enhancement requests in ENHANCEMENTS.org through Emacs MCP. Never implement requests.
3
Added:
description: Capture and track enhancement requests in ENHANCEMENTS.org through Emacs MCP. One session runs across many prompts. Capture each prompt as its own request. Never implement requests.
4
4
---
5
5
6
6
# Stream of thought
@@ -9,15 +9,17 @@
9
9
asks to capture an enhancement idea, or asks to track an improvement in
10
10
`ENHANCEMENTS.org`.
11
11
12
Removed:
Record and track one enhancement request. Do not build, test, commit, or start
12
Added:
A session stays open across many prompts. Treat each prompt as one separate
13
Added:
enhancement request. Capture each prompt as its own heading under `* Dispatch`.
14
Added:
Do not merge two prompts into one request. Do not build, test, commit, or start
13
15
an agent.
14
16
15
Removed:
The enhancement request:
17
Added:
The current prompt is the enhancement request:
16
18
17
19
$ARGUMENTS
18
20
19
Removed:
If the request is empty, ask for one line that describes the enhancement. Then
20
Removed:
stop.
21
Added:
If the prompt is empty, ask for one line that describes the enhancement. Then
22
Added:
stop. Wait for the next prompt, then capture it as the next request.
21
23
22
24
## Use the Emacs MCP server
23
25
@@ -221,5 +223,5 @@
221
223
the completion timestamp before you refile the heading. Let Org's configured
222
224
completion logging add the timestamp. Add no other field.
223
225
224
Removed:
Record every request. If you cannot complete a request, record the request and
225
Removed:
the failure.
226
Added:
Record every prompt as its own request. If you cannot complete a request,
227
Added:
record the request and the failure.