/verification-planner
Mandates generation of `test_assertions.json` during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.
$ npx -y skills add dcostenco/prism-coder --skill verification-planner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ
- You can call itInvoke it directly when you want it.
- Slash command
/verification-planner
Context preview
The summary Claude sees to decide when to auto-load this skill.
Mandates generation of `test_assertions.json` during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.
SKILL.md
verification-planner.SKILL.mdname: Verification Planner
description: Mandates generation of `test_assertions.json` during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.
Verification Planner (v7.2.0)
You MUST use this skill when generating an `implementation_plan.md`. You are required to create a `test_assertions.json` file in the project root to guide the automated Verification Runner.
๐ Workflow
1. **Plan**: Alongside your MD plan, define assertions in `test_assertions.json`. 2. **Define Layers**: Categorize tests into `data` (schema), `pipeline` (files/APIs), or `agent` (logic). 3. **Set Severity**:
- `warn`: Non-blocking logs.
- `gate`: Blocks progression on failure.
- `abort`: Stops the pipeline immediately (safety-critical).
๐ ๏ธ Assertion Types
- `sqlite_query`: Validate DB state.
- `http_status`: Verify API health.
- `file_exists` / `file_contains`: Check filesystem.
- `quickjs_eval`: Sandbox JS logic for complex checks.
๐ง Claw-as-Validator
If `PRISM_VERIFICATION_HARNESS_ENABLED=true`, delegate your JSON suite to the local **Claw agent** for adversarial review before execution to catch missing coverage or false positives.
๐ References
- [EXAMPLES.json](references/EXAMPLES.md): Full JSON schema and multi-layer example.
- [CONFIG.md](references/CONFIG.md): Environment variables and severity guidelines.
Read more
name: Verification Planner description: Mandates generation of `test_assertions.json` during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.
Verification Planner (v7.2.0)
You MUST use this skill when generating an `implementation_plan.md`. You are required to create a `test_assertions.json` file in the project root to guide the automated Verification Runner.
๐ Workflow
1. **Plan**: Alongside your MD plan, define assertions in `test_assertions.json`. 2. **Define Layers**: Categorize tests into `data` (schema), `pipeline` (files/APIs), or `agent` (logic). 3. **Set Severity**:
- `warn`: Non-blocking logs.
- `gate`: Blocks progression on failure.
- `abort`: Stops the pipeline immediately (safety-critical).
๐ ๏ธ Assertion Types
- `sqlite_query`: Validate DB state.
- `http_status`: Verify API health.
- `file_exists` / `file_contains`: Check filesystem.
- `quickjs_eval`: Sandbox JS logic for complex checks.
๐ง Claw-as-Validator
If `PRISM_VERIFICATION_HARNESS_ENABLED=true`, delegate your JSON suite to the local **Claw agent** for adversarial review before execution to catch missing coverage or false positives.
๐ References
- [EXAMPLES.json](references/EXAMPLES.md): Full JSON schema and multi-layer example.
- [CONFIG.md](references/CONFIG.md): Environment variables and severity guidelines.
Give your AI agent memory that lasts. Persistent sessions, knowledge graphs, and offline tool-routing โ fully local and free. Prism Coder is an MCP server that gives Claude, Cursor, and other AI tools long-term memory that survives across sessions.
Repo: dcostenco/prism-coder

