ワンクリックで
mode-decision
Infer the build mode from risk and scope, with auto-escalation and downgrade rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Infer the build mode from risk and scope, with auto-escalation and downgrade rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | mode-decision |
| description | Infer the build mode from risk and scope, with auto-escalation and downgrade rules. |
Determine the correct mode (vibe, mvp, production) for a piece of work from
risk signals, scope, and explicit overrides — so the planning-lead and project-lead
apply consistent mode logic without re-deriving it every time.
mode field (set by planning-lead).aspis/config/project.yamlproduction.opencode/, .claude/, rules/**,
**/permissions*.yaml) → at least mvpproductionproductionproduction or mvplowvibe. Never escalate above production.vibe / mvp / production).MODE_DECISION note in the planning artifact if the decision was
non-trivial.production without checking if the work warrants it.vibe is still correct; it just skips
ceremony.Keep commits atomic — split a mixed change set into scoped, reviewable commits.
The one-time procedure to take an exported project to live — understand it, confirm the name/goal/stack with the user, run the deterministic `aspis bootstrap`, enrich the judgment files (AGENTS.md, ARCHITECTURE, context), verify, and let the package self-clean. Followed by the bootstrap agent.
Keep per-subsystem architectural intent current through the planning loop — read before designing, record an impact report on change, confirm with the user, apply a dated update, and verify the build against approved intent.
Audit a plan's task dependency graph for structural integrity — circular dependencies, missing prerequisites, orphan tasks, and dependency classification (hard/soft/warning). Produces a pass/warn/fail audit report per dependency so planners catch graph errors before build starts.
Every editing agent should start on a clean working tree so parallel work never collides.
Verify hooks ran, no secrets, protected paths untouched, and commit message valid before committing. Owned by the reviewer.