ワンクリックで
goal-exec
Use when converting a user request into a Codex goal that will use `/exec`, Lev exec, or Lev Ralph as bounded execution tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when converting a user request into a Codex goal that will use `/exec`, Lev exec, or Lev Ralph as bounded execution tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Routes adaptive multi-agent deliberation with fractal context cycles. Use when using /cdo, think/deep/debug/parliament work, or long runs paired with autoresearch scheduling.
Use when you need an evidence-first provenance report from `cass`, repo docs, `.lev`, `~/.agents/diagrams`, `qmd`, or Grep/Glob tools.
Use the codebase knowledge graph for structural code queries. Triggers on: explore the codebase, understand the architecture, what functions exist, show me the structure, who calls this function, what does X call, trace the call chain, find callers of, show dependencies, impact analysis, dead code, unused functions, high fan-out, refactor candidates, code quality audit, graph query syntax, Cypher query examples, edge types, how to use search_graph.
Handle blocked destructive commands. Use when dcg blocks rm -rf, git reset --hard, DROP DATABASE, kubectl delete, or when configuring agent safety guardrails.
Use when running a visible Lev autopilot that coordinates research, interview, arch, propose, AgentPing, warm-worker intent, realtime dashboard intent, and lev exec updates across the lifecycle.
Heartbeat-driven autonomous development loop using lev loop autodev, with interval, budget, and tick controls for in-process SDLC execution.
| name | goal-exec |
| description | Use when converting a user request into a Codex goal that will use `/exec`, Lev exec, or Lev Ralph as bounded execution tools. |
| skill_type | workflow |
| category | lifecycle |
| output_template | hud |
Use this before create_goal when the user says "set a goal to /exec",
"goal-exec", "run this with Lev Ralph", or similar.
The goal objective is the domain outcome, not the exec workflow. /exec, Lev,
Ralph, agents, profiles, and runtime surfaces belong in a short Tools:
clause.
Do not hardcode a model in this skill or in the goal prompt unless the user explicitly names a current-run override. Model choice varies by day, project, adapter, profile, and FlowMind topology. Prefer the project's execution profile or FlowMind settings over any skill-level recommendation.
If the user passes --sdd, use $subagent-driven-development instead of
/exec. Model selection stays out of the goal prompt unless the user gives an
explicit current-run override. Use the domain-outcome template, but include the
SDD batch, review, and verification guardrails because subagent runs need a
clear controller contract.
For --sdd, the goal prompt must define:
Do not split ordinary review into separate spec and code-quality reviewers. Do not launch reviewers on partial diffs unless the user explicitly asks for diagnosis of a known-failing batch.
The goal prompt is the perfect place to put coding standards. Source repo conventions from:
<domain task>.
Tools: /exec and <surface/profile> as bounded execution surfaces.
Guardrails: one slice at a time; stop on reviewer advice, blocker, failed
declared gate, or no-op/advice loop; report diagnostics instead of retrying.
The goal objective should carry only the source refs and stop rules. It should not restate the whole design, invent acceptance criteria, or summarize workflow mechanics as the objective.
Billing webhook idempotency hardening for production checkout events.
Tools: /exec and the project-selected Lev exec profile or FlowMind topology as
bounded execution surfaces.
Task: ensure payment, refund, and subscription webhook handlers can safely
receive duplicate, retried, and out-of-order provider events without
double-writing ledger rows, double-sending customer notifications, or hiding
failed reconciliation states.
Refs: billing webhook router, ledger write path, provider event fixtures,
existing reconciliation tests, production incident notes if present.
Cross-cutting concerns: preserve auditability of every received event; keep
provider-specific parsing separate from domain reconciliation; maintain
backwards compatibility for existing ledger records; avoid schema churn unless
the current model cannot represent idempotency state clearly.
Out of scope: provider migration, billing UI changes, historical data
backfills, notification copy changes, broad ledger refactors, and performance
work unrelated to duplicate-event safety.
Model policy: resolve adapter/model from the selected execution artifact,
FlowMind file, or project `.lev/exec-profiles/`; do not override from the goal
prompt unless the user explicitly gives a current-run model.
Guardrails: one slice at a time; declare the gate before each dispatch; stop on
reviewer advice, blocker, failed declared gate, or no-op/advice loop; report
diagnostics instead of retrying.
Escalation policy: if the same blocker appears twice, tests show ambiguous
money movement, or implementation requires a schema/backfill decision, stop and
return the smallest evidence packet needed for human review.
When using --sdd, keep the objective domain-shaped and put the subagent
mechanics in guardrails:
<domain task> through PR-sized implementation batches.
Tools: subagent-driven-development as the implementation lane; project task
validation, package tests/typechecks, and real runtime/e2e gates as bounded
verification surfaces.
Batch policy: choose the largest safe, coherent batch in dependency order. A
batch may be one risky slice or several small compatible slices. Review
immediately if the batch touches public API, lifecycle/session/process
management, cross-package boundaries, more than the declared changed-line cap,
a growing or unfocused file, or any failed/changed verifier.
Controller policy: one coding subagent completes one coherent batch. The
controller then runs declared gates locally. Only after gates pass does one
checkpoint reviewer review the final batch for spec drift, boundaries, code
quality, tests, and naming. If declared gates fail, return to implementation or
fix directly before review.
Landing policy: when the project goal says pass = commit/push, stage only
scoped files, follow the repo commit protocol, push, and preserve unrelated
dirty work.
Escalation policy: stop on blocker, same blocker twice, unusable subagent result
after one retry, reviewer finding that changes architecture/public contract, or
runtime evidence that cannot support the claimed behavior.
Model selection belongs to the execution surface, not this wrapper.
Before dispatching, follow /exec discipline:
lev exec --help in the target project before using model, profile,
flow, or binding flags. Never guess current CLI flags or aliases.execution.yaml, FlowMind file, and/or exec profile.
Prefer --flow=<path> or --profile=<id> when the project declares one..lev/exec-profiles/ overlays plugin profiles; explicit CLI flags override
profile values only when the user or current execution artifact requires it.goal-exec. Route to /propose or diagnostics for a profile/policy
decision, or use the current lev exec --help/binding output as the only
live authority.lev exec "binding smoke" --profile=<id> --dry-run --dry-run-resolve-binding.Those prompts make the workflow itself the objective and encourage spin.