Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill zerospec명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | zerospec |
| description | | Use when this capability is needed. |
This skill routes ZeroSpec documentation tasks to the correct prompt pack and applies a built-in Self-Review Protocol after task completion.
Match the user's request to one row in the Route Table:
| Task | Trigger Keywords | Prompt File |
|---|---|---|
| Scan a project before creating AGENTS.md | zerospec init-scan, scan project for AGENTS.md, analyze repo for ZeroSpec | prompts/INIT-SCAN.md |
| Build AGENTS.md for a new project | zerospec init-build, create AGENTS.md, initialize AGENTS.md | prompts/INIT-BUILD.md |
| Update an existing AGENTS.md | update AGENTS.md, sync ZeroSpec docs, ZeroSpec docs out of date, zerospec update | prompts/UPDATE.md |
| Evaluate AGENTS.md quality | audit AGENTS.md, zerospec audit, score AGENTS.md, grade ZeroSpec docs | prompts/AUDIT.md |
| Check SPEC vs code drift | ZeroSpec SPEC drift, SPEC vs code, spec stale, zerospec drift | prompts/DRIFT.md |
| Implement complex multi-module coding with SPEC sync | zerospec impl, multi-module impl, SPEC sync while coding, coding guardrail | prompts/IMPL.md |
| Write a SPEC document | write ZeroSpec SPEC, zerospec spec, ZeroSpec API interface contract | prompts/SPEC.md |
| Write an ADR | write ZeroSpec ADR, ZeroSpec architecture decision record | prompts/ADR.md |
| Write a System Analysis document | write ZeroSpec SA, ZeroSpec system analysis document | prompts/SA.md |
If the request does not match any row, ask: "Which ZeroSpec task do you want to run?" and list the 9 options above.
After completing the task, silently apply the matching row below. Fix any issues before outputting the final result — do not show the checklist to the user.
| Task | Self-Review Checklist |
|---|---|
| init-scan | ① Scan findings match the actual filesystem ② No key directories or config files missed ③ Greenfield/Brownfield judgment backed by concrete evidence |
| init-build | ① Output follows ZeroSpec structure (Quick Constraints / Domain Map / Commands) ② No fabricated file paths or commands ③ Every INIT-SCAN finding is addressed |
| update | ① Changes reflect actual code evolution ② No contradictions with existing doc content ③ No paragraph bloat (old content trimmed when new content added) |
| audit | ① Score totals match dimension-by-dimension analysis ② Every Fix item references a dimension ③ No over- or under-scoring |
| drift | ① Every DRIFTED verdict cites a specific file path or line ② CLEAN verdicts have no overlooked inconsistencies ③ Severity levels are justified |
| impl | ① Affected code areas and SPECs are identified before coding ② ### Docs Impact appears after code-changing output ③ SPEC update/no-update reasons are explicit |
| spec | ① All described endpoints/behaviors are covered ② No fabricated request or response fields ③ Changelog format consistent with existing SPECs |
| adr | ① Options pros/cons are unbiased and complete ② No missing alternatives ③ Conclusion follows logically from the analysis |
| sa | ① System boundary matches actual architecture ② No missing module dependencies ③ No implementation details (architecture level only) |
Source: corey924/ZeroSpec — distributed by TomeVault.