원클릭으로
builder-selection
Pick the right builder tier (cheap/standard/deep) per packet version (V0–V4) and risk profile.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pick the right builder tier (cheap/standard/deep) per packet version (V0–V4) and risk profile.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | builder-selection |
| description | Pick the right builder tier (cheap/standard/deep) per packet version (V0–V4) and risk profile. |
Match each task packet to the right builder tier — the cheapest model that can execute it at the required quality — so the build-lead routes work efficiently without burning deep-model budget on trivial tasks or sending critical work to cheap models.
| Packet version | Risk | Default tier | Rationale |
|---|---|---|---|
| V0 (vibe) | Low | cheap | The model just needs to follow simple instructions |
| V1 (mvp) | Low–Medium | cheap | Standard task; cheap model with full scaffolding handles it |
| V2 (production, small) | Medium | standard | Production quality needs a model with more consistency |
| V3 (production, cross-cutting) | Medium–High | standard | Cross-cutting work needs awareness; still standard-tier |
| V4 (production, critical/security) | High | deep | Security or critical path — pay for the best model |
The base tier from the matrix can be overridden by:
.opencode/, .claude/, rules/**)cheapstandardHIGH criticality ratingIf the assigned builder fails (exceeds turn cap, produces incorrect output, or can't complete the task):
Mode / model tier
field).cheap / standard / deep).deep "just to be safe" — burns budget, violates R-007 (pinned
models), and drags a deep model through cheap-model ceremony.cheap to save money — V4 security tasks on cheap models produce
dangerous output.