원클릭으로
packet-validation
Validate a task packet on 4 dimensions (scope, feasibility, completeness, acceptance) scaled by V0–V4 maturity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate a task packet on 4 dimensions (scope, feasibility, completeness, acceptance) scaled by V0–V4 maturity.
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 | packet-validation |
| description | Validate a task packet on 4 dimensions (scope, feasibility, completeness, acceptance) scaled by V0–V4 maturity. |
Before the build-lead delegates a task packet to a builder, validate that the packet is well-formed — its scope is correct, its steps are feasible, its acceptance is measurable, and it's complete enough for a context-isolated builder to execute. Catch bad packets at delegation time, not after a builder fails.
.aspis/workflows/build.md), before ordering
and delegating tasks.src/ files; a "fix" task shouldn't touch feature artifacts.validate() function to check.py") or vague
("improve the validation")?N/A — never left blank.TODO markers, no TBD placeholders in critical fields.| Version | Mode | Checks | Enrichment needed |
|---|---|---|---|
| V0 | vibe | Light scope + basic feasibility | Minimal |
| V1 | mvp | Scope + feasibility | Light context |
| V2 | production (small) | All 4 checks | Full enrichment |
| V3 | production (cross-cutting) | All 4 + cross-ref | Full enrichment + impact analysis |
| V4 | production (critical/security) | All 4 + cross-ref + security | Full + security review routing |
builder-selection based on the packet's
version and risk.