원클릭으로
catalog-validator
Validate the catalog's structural integrity — all references resolve, no broken links, schemas valid, no orphan assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate the catalog's structural integrity — all references resolve, no broken links, schemas valid, no orphan assets.
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 | catalog-validator |
| description | Validate the catalog's structural integrity — all references resolve, no broken links, schemas valid, no orphan assets. |
Before any system change is declared done, validate that the catalog is
structurally sound: every skill reference in every agent frontmatter resolves
to a SKILL.md file, every delegate reference resolves to a catalog agent,
every template and workflow reference points to an existing file, and no
asset is orphaned (referenced by nothing and owned by no one).
skills: or delegates: list.aspis validate-runtime).catalog/agents/:
skills: list.catalog/skills/<name>/SKILL.md exists.delegates: list.catalog/agents/<name>.md exists..aspis/workflows/<name>.md or catalog/templates/<path>:
catalog/skills/:
mode is one of: vibe, mvp, production (or primary/subagent
for legacy compatibility).model is one of: cheap, standard, deep.file:line — type — what's broken — fix.