ワンクリックで
nova-senior-explore
Deep exploration skill for complex requirements/incidents; can export analysis artifact identical to chat output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deep exploration skill for complex requirements/incidents; can export analysis artifact identical to chat output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a Java/Spring backend design plan with mandatory 12 sections and write to PLAN_OUTPUT_PATH.
Run a semi-automated Codex review -> Claude Code fix -> local checks -> Codex verify closure loop for the current branch. Use when Claude Code should orchestrate review-driven fixes with external Bash scripts, structured review artifacts, validation reports, merge readiness, and residual-risk summaries.
Run Codex-only branch review with external scripts and structured review artifacts. Use when Claude Code should collect current branch diff context and ask Codex to produce a high-confidence review report without modifying code.
Run Codex verification against an existing review.md and the current branch state. Use when Claude Code or a human has already applied fixes and only needs a focused verify pass, merge recommendation, and residual blockers.
Lightweight observer-style exploration for quick understanding alignment.
Reviewer-style exploration focused on questions and risk signals, without proposing fixes.
| name | nova-senior-explore |
| description | Deep exploration skill for complex requirements/incidents; can export analysis artifact identical to chat output. |
| license | MIT |
| allowed-tools | Read Glob Grep Write Edit |
| disallowed-tools | NotebookEdit Bash |
| user-invocable | true |
| disable-model-invocation | true |
| metadata | {"nova-user-invocable":"true","nova-model-invocable":"false","nova-subagent-safe":"true","nova-destructive-actions":"low"} |
| argument-hint | Example: senior-explore INTENT=incident DEPTH=deep EXPORT_PATH=docs/analysis/incident.md |
This file is the supporting behavioral contract for /nova-plugin:senior-explore and the deprecated /nova-plugin:nova-senior-explore compatibility entrypoint. Prefer the direct command; the compatibility name remains only for the current major-version migration window.
KEY=value inputs using ../_shared/parameter-resolution.md; explicit non-conflicting values take precedence.../_shared/safety-preflight.md before side effects. Never infer approval, destructive scope, credentials, or output destinations.../_shared/output-contracts.md and ../_shared/artifact-policy.md; report completed, skipped, and blocked validation truthfully.$ARGUMENTS against the workflow-specific inputs below.Generated from
workflow-specs/behaviors.json. This block is authoritative. Runnode scripts/generate-behavior-surfaces.mjs --writeafter changing the IR; if explanatory text below conflicts, fail closed.
INTENT(required aliases=REQUEST); CONTEXT(required aliases=INPUT,EVIDENCE); CONSTRAINTS(optional aliases=BOUNDARIES); DEPTH(optional aliases=MODE default="normal" exact="quick","normal","deep"); EXPORT_PATH(optional aliases=OUTPUT_PATH)resolve-scope → analyze → label-evidence → emit → exportartifact; order=Key findings → Open questions → Potential risks; severity=none.forbid; failure order=status → missing input → allowed values → safe next action.runtime/contracts/senior-explore.json#behaviorContract embeds the complete decision table, invariants, stops, field definitions, validation, and failure contract from the same source. Detailed guidance below may not override it.Conduct systematic analysis and surface findings/open questions/risks.
| Parameter | Required | Default | Notes | Example |
|---|---|---|---|---|
INTENT | Yes | N/A | Analysis intent | Investigate production issue |
CONTEXT | No | N/A | Logs, files, modules, docs | services/order/** + logs |
CONSTRAINTS | No | N/A | Scope boundaries | Analyze current behavior only |
DEPTH | No | normal | quick/normal/deep | deep |
EXPORT_PATH | No | N/A | Optional artifact file path | docs/analysis/auth.md |
Key findings / Open questions / Potential risks.Use senior-explore to investigate this outage deeply.senior-explore INTENT=feature-feasibility DEPTH=quick EXPORT_PATH=docs/analysis/feasibility.md.You are Claude Code acting as a senior engineer / tech lead.
This command is strictly for analysis and understanding, NOT for solution design or implementation.
EXPLORE ONLY
Your role is to observe, analyze, validate assumptions, and surface risks.
From $ARGUMENTS, extract the following parameters:
Describe the primary intent of this analysis. Choose one or more if applicable.
Examples:
Intent:
Provide any relevant materials. Clearly indicate their type.
You may include:
Context:
Explicitly define what this analysis should and should NOT cover.
Examples:
Constraints:
Control how deep the analysis should go.
Depth:
If specified, export the analysis result as an analysis artifact.
Export target (if any): <EXPORT_PATH>
You MAY:
You MUST NOT:
Language constraints:
Chat output is always required, using the following structure. When EXPORT_PATH
is provided, write the exact same content to that file:
If Export target is provided: