Loop 2 followup: spin this up snippet, dispatch-only on an existing ticket #2
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/voice-flow-learning-loop#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-20T12:34:59Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/15
Problem
The side-quest Snippet (#14) handles file then dispatch in one go. Distinct case: a ticket already exists, and Kai wants to spawn a
coily dispatch interactivesession on it without re-filing. Common shapes:The dictation cost today is the prose "start a coily dispatch interactive session on this ticket" or similar. Compressible.
Proposed Snippet
Trigger:
spin this upExpansion:
$$dispatch a session on this ticket$$Trigger satisfies the orthogonality constraint (see #14 comment): "spin this up" is not how Kai would naturally refer to dispatch in technical conversation, so no false fires.
Expansion is wrapped in the
$$...$$Snippet marker (also #14 comment). Claude reads the directive, resolves "this ticket" from current chat context (the issue ref or URL most recently surfaced or pasted), and runscoily dispatch interactive <issue-path>.Done when
$$...$$recognition rule is inagentic-os-kai/AGENTS.md(shared dependency with #14).Trigger candidates considered:
spin this up(picked - two short syllables each side, no collision)hand it off(close runner-up)send it downrangequeue this up(rejected - "queue" collides with normal usage)Related: #5 (mining run), #13 (the bulk
fan outvariant, blocked on the repo-recall to Luca migration), #14 (the file-then-dispatch sibling; carries the$$marker + orthogonality conventions that apply here too).