Loop 2 followup: start a side quest snippet, composes file-then-dispatch #3
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#3
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:27:16Z - https://github.com/coilysiren/voice-flow-learning-loop/issues/14
Problem
Loop 2 layer 1 snippet-mining (#5) surfaced a recurring conversation shape Kai wants to compress into a single Snippet trigger. The pattern, almost verbatim across sessions:
coily ops gh issue create --repo coilysiren/...about this?"The two-step "file then dispatch" composition is the standing pattern. The dictation cost is the prose at step 3.
Proposed Snippet
Trigger:
start a side questExpansion:
file a ticket for this and start working on itThe trigger phrase is picked precisely because Kai would never say it in normal technical conversation. No collision risk.
The expansion is directive prose, not CLI. Wispr Flow emits literal text; Claude reads the prose and composes the two actions:
coily ops gh issue create --repo coilysiren/...against the thing just surfaced (Kai's existing accepted Snippet handles the literal CLI tokens).coily dispatch interactive <new-issue-path>against the issue just created.Meta-snippet because the trigger composes two lower-level Snippets via the agent, not by string concatenation.
Done when
Related: #5 (mining run), #13 (the bulk
fan outvariant - blocked on the repo-recall to Luca migration; this single-ticket variant is unblocked because it usescoily dispatch interactivedirectly).