From livepilot
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/livepilot:livepilot-wonderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wonder Mode is a **preview-first stuck-rescue workflow**. It diagnoses
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.
Before producing ANY creative response, query the user's atlas overlays. The corpus contains 337 entries across 3 namespaces, plus 3,917 parameter-level JSON sidecars — far richer than anything inferable from training data alone.
Query order:
extension_atlas_search(namespace="packs", query=<intent>) — pack identity, signature workflows, hidden gems, anti-patterns, notable presets with macro deep-data, demo projectsextension_atlas_search(namespace="packs", query=<intent>, entity_type="cross_pack_workflow") — multi-pack signature recipes (15 entries: dub-techno spectral drone bed, BoC decayed pad, Mica Levi orchestral dread, etc.)extension_atlas_search(namespace="m4l-devices", query=<sonic descriptor>) — M4L instrument/effect/midi-effect device catalog (155 entries)atlas_search(...) — bundled atlas (Core Library, fallback)Multi-grain traversal:
When an aesthetic-level query lands a pack-level result, AUTO-DRILL: pack → its notable_presets → those preset macro states → load via load_browser_item. Don't stop at "I found a relevant pack" — drill to the actual preset/parameter level the user can immediately use.
# Example — agent received "take it somewhere unexpected, surprise me"
hit = extension_atlas_search(namespace="packs", query="take it somewhere unexpected hidden gem")
# → cross-pack workflows + packs with hidden_gems body fields surface
workflow = extension_atlas_get("packs", "dub_techno_spectral_drone_bed")
# → reveals signal_flow: HDG → PitchLoop89 cross-feedback → Convolution Reverb
drone_lab = extension_atlas_get("packs", "drone_lab")
# → notable_presets reveals Razor Wire Drone with macros Filter Control=108, Movement=53...
# Now propose variants with concrete preset names + macro values, not vague descriptions
When the user mentions a producer or pack by name:
boc_decayed_pad cross-pack-workflow + inspired_by_nature packpitchloop89 + granulator_iii + 2 Henke cross-pack workflowsmica_levi_orchestral_dread workflow + the orchestral suite packsdrone_lab pack + 4 Drone Lab demo_project entriesThe atlas knows the user's installed library at parameter depth. Producer-anchor queries land specific moves, not vague descriptions.
Anti-pattern surfacing:
Every pack entry has an anti_patterns body field listing "don't reach for this when X." Surface the relevant anti-pattern when proposing a move so the user knows the move's domain. (E.g. "Drone Lab is sustain-only — don't use for percussive content.")
For deliberately rule-breaking creative requests ("eclectic", "ignore the limits", "weird combo", "mix incompatible aesthetics"): enter Eclectic Mode inside Wonder. Anti-patterns become prompt tension rather than guardrails: keep hard safety and protected-user constraints, then generate variants that intentionally combine one normally-avoided source with one identity-preserving source. Do not route to a private or missing skill.
detect_stuckness confidence > 0.5livepilot-creative-director delegates divergence to Wonder (first-pass creative intent, not only rescue)Wonder Mode now serves two callers:
Stuck-rescue (original): a specific session is stuck and needs rescue. The "fewer than 3 variants is correct" honesty rule applies — you are not obligated to fabricate options that don't exist.
Creative-director first-pass: the director is running standard
divergence before any commit. Here, actively WIDEN across move.family
before accepting fewer than 3 variants. Only fall back after honestly
re-reading concept packets, anti-preferences, and recent memory. The
context comes in via the wonder_session_id metadata or the caller's
explicit framing.
enter_wonder_mode — get diagnosis + 1-3 variantsanalytical_only: true): directional ideas onlycreate_preview_set with wonder_session_id for executable variantsrender_preview_variant for each executable variantcompare_preview_variants — present recommendation with reasonscommit_preview_variant — applies the variant, records outcomediscard_wonder_session — rejects all, keeps creative thread openmove.family are not distinctmove.family values
FIRST before accepting that conclusion (see livepilot-creative-director
references/move-family-diversity-rule.md)variant_count_actual field tells you how many are realdegraded_reason on every enter_wonder_mode response — when
non-empty, fewer than 3 variants are actually executable (or none matched
and the set is cold-start fallback). Do not present a degraded set as
"three genuinely different options"; surface the degradation to the user
in the same terms the field describes. See livepilot-core SKILL.md →
"Response Fields You Must Check".For each variant, explain:
For the recommendation, explain:
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 identityWhen reviewing Wonder variants, aim for musical depth:
Note: these are agent-level guidelines, not enforced by the Wonder engine. The engine generates variants from semantic moves; the agent adds musical polish.
npx claudepluginhub dreamrec/livepilot --plugin livepilotUse when the user makes an open-ended creative production request — "make it feel like X", "sound like X", "develop this", "mutate", "more interesting", "less generic", "take it somewhere", structure decisions without exact specs, or any reference/style ask. Also use when route_request returns workflow_mode="creative_search". NOT for exact-parameter setting, quantize/mute ops, verification-only turns, mixing to explicit targets, or performance-safe contexts.
Transforms musical intentions into commercial-quality Suno AI prompts using a 5-layer structure for genre, mood, instrumentation, production, and use case.
Acts as a creative companion and muse, provoking new ideas and helping refine them into practical craft. Use when seeking creative inspiration or brainstorming.