livepilot-wonder
This skill should be used when the user asks to "surprise me", "make it magical", "I'm stuck", "give me options", "take it somewhere", or when stuckness confidence is high. Provides the Wonder Mode stuck-rescue workflow with honest variant labeling and preview-first UX.
Wonder Mode — Stuck-Rescue Workflow
Wonder Mode is a preview-first stuck-rescue workflow. It diagnoses why a session is stuck, generates genuinely distinct executable options, and lets the user preview, compare, and commit.
When to Trigger
- User says "I'm stuck", "surprise me", "make it magical", "give me options"
detect_stucknessconfidence > 0.5- 3+ consecutive undos in action ledger
- Multiple plausible next moves with no clear winner
When NOT to Trigger
- Exact operational requests ("set track 3 volume to -6dB")
- Narrow deterministic edits ("quantize this clip")
- Performance-safe-only context (unless explicitly requested)
The Workflow
enter_wonder_mode— get diagnosis + 1-3 variants- Explain the diagnosis in musical language, not tool language
- Present variants honestly:
- Executable variants: can be previewed and committed
- Analytical variants (
analytical_only: true): directional ideas only
create_preview_setwithwonder_session_idfor executable variantsrender_preview_variantfor each executable variantcompare_preview_variants— present recommendation with reasons- User chooses:
commit_preview_variant— applies the variant, records outcomediscard_wonder_session— rejects all, keeps creative thread open
Honesty Rules
- Never describe an analytical variant as previewable
- Never fabricate distinctness by relabeling the same move
- Fewer than 3 variants is correct when fewer distinct moves exist
- 1 executable + 2 analytical is an honest, useful result
- The
variant_count_actualfield tells you how many are real
Presenting Results
For each variant, explain:
- What it changes (in musical terms)
- What it preserves (sacred elements)
- Why it matters for this specific session
- Whether it's executable or analytical-only
For the recommendation, explain:
- Why this one over the others
- What risk it introduces
- What sacred elements it preserves
Creative Intelligence (consult before generating variants)
Wonder Mode should produce musically interesting results, not just technically correct ones. Before generating or applying any variant, read the shared device-knowledge references (they live in the livepilot-core skill, not in this one):
livepilot-core/references/device-knowledge/automation-as-music.md— automation shapes and macro gestureslivepilot-core/references/device-knowledge/creative-thinking.md— emotional-to-technical mappinglivepilot-core/references/device-knowledge/chains-genre.md— if the session has a genre identity
When reviewing Wonder variants, aim for musical depth:
- Filter arcs — evolving filter across sections adds movement
- Space arcs — reverb/delay sends breathing with density
- Micro-modulation — subtle LFOs on sustained sounds
- Macro gestures — coordinated multi-parameter moves at transitions
Note: these are agent-level guidelines, not enforced by the Wonder engine. The engine generates variants from semantic moves; the agent adds musical polish.