← ClaudeAtlas

nova-explorelisted

Unified exploration Hub Skill. Route by PERSPECTIVE to observer/reviewer style outputs; analysis only, no design or implementation.
lliangcol/llm-plugins-fusion · ★ 2 · AI & Automation · score 74
Install: claude install-skill lliangcol/llm-plugins-fusion
## Shared Execution Policy This file is the supporting behavioral contract for `/nova-plugin:explore` and the deprecated `/nova-plugin:nova-explore` compatibility entrypoint. Prefer the direct command; the compatibility name remains only for the current major-version migration window. - Resolve natural-language and explicit `KEY=value` inputs using `../_shared/parameter-resolution.md`; explicit non-conflicting values take precedence. - Apply `../_shared/safety-preflight.md` before side effects. Never infer approval, destructive scope, credentials, or output destinations. - Follow `../_shared/output-contracts.md` and `../_shared/artifact-policy.md`; report completed, skipped, and blocked validation truthfully. - Respect the frontmatter tool boundary. Missing inputs, unavailable dependencies, overlapping user changes, or repository-policy conflicts are blockers rather than permission to broaden scope. ## Execution 1. Parse `$ARGUMENTS` against the workflow-specific inputs below. 2. Read only the context required for the requested scope. 3. Apply the workflow contract and its strict output format. 4. Stop before unauthorized side effects; otherwise validate in proportion to risk and report residual risk. ## Workflow Contract <!-- BEGIN GENERATED BEHAVIOR CONTRACT --> > Generated from `workflow-specs/behaviors.v2.json`. This block is authoritative. Run `node scripts/generate-behavior-surfaces.mjs --write` after changing the IR; if explanatory text below conflicts, fail clos