Skip to content
Agent Memory
Skill

/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.

From plugin
prism-coder
1552 skills1 MCP
Install
$ npx -y skills add dcostenco/prism-coder --skill verification-planner --agent claude-code

How 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.md
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.
Read more
Ships withprism-coder

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.

Get the whole plugin
Stats
155
Stars
23
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
1h ago
Last commit
6mo ago
Created

Repo: dcostenco/prism-coder