بنقرة واحدة
nova-implement-standard
Controlled implementation from confirmed steps/plan with minor corrective adjustments only.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Controlled implementation from confirmed steps/plan with minor corrective adjustments only.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| name | nova-implement-standard |
| description | Controlled implementation from confirmed steps/plan with minor corrective adjustments only. |
| license | MIT |
| allowed-tools | Read Glob Grep Write Edit |
| disallowed-tools | NotebookEdit |
| user-invocable | true |
| disable-model-invocation | true |
| compatibility | Designed for Claude Code; project validation through Bash follows the normal permission flow. |
| metadata | {"nova-user-invocable":"true","nova-model-invocable":"false","nova-subagent-safe":"true","nova-destructive-actions":"medium"} |
| argument-hint | Example: implement-standard STEPS='A,B,C' |
This file is the supporting behavioral contract for /nova-plugin:implement-standard and the deprecated /nova-plugin:nova-implement-standard 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.
REQUEST(required aliases=STEPS,PLAN,STEPS/PLAN,TASK); CONSTRAINTS(optional aliases=BOUNDARIES)confirm-basis → implement → handle-blockers → validate → summarizeworkspace-and-chat; order=Implementation Summary → Validation → Deviations; severity=none.approval-required; failure order=status → completed steps → blocked step → blocker → safe next action.runtime/contracts/implement-standard.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.Implement reliably with scoped execution discipline.
| Parameter | Required | Default | Notes | Example |
|---|---|---|---|---|
STEPS/PLAN | Yes | N/A | Confirmed execution basis | 1. Add cache key 2. Invalidate |
CONSTRAINTS | No | N/A | Compatibility/scope limits | No public API change |
Implementation Summary + Deviations (if any).Use implement-standard for this confirmed task breakdown.implement-standard STEPS="A->B->C" CONSTRAINTS="keep backward compatibility".You are Claude Code acting as a disciplined software engineer.
This command performs implementation based on a confirmed plan or clearly stated steps.
If a blocking issue is discovered:
Provide the following after implementation:
If no deviations occurred, state: "No deviations from the approved plan"