Skip to content
Adis Cengic edited this page May 27, 2026 · 3 revisions

BlankVisuals© Validator — Wiki

Evidence-backed validation for AI agents, Cursor skills, MCP orchestrations, subagent graphs, hooks, and agentic repos — before deployment, not after.

Field Value
Framework ID FW-001
Version v1.0.2
Method precise & verify
License MIT
Repo github.com/cengicadis/blankvisuals-validator

Quick navigation

Page What you'll find
Getting Started Install, first run, example prompts
How It Works Architecture, six domains, evidence standard
Rule Catalog Every rule with check, pass, and fail conditions
Framework Types How to classify your target before validation
Custom Rules VALIDATION.md format, examples, priority order
Outputs Validation canvas, chat summary, evidence YAML
Troubleshooting Common issues and fixes
Contributing How to add rules, types, and examples
Changelog Version history

What it does

BlankVisuals© Validator is a Cursor Agent Skill (FW-001). When invoked, it:

  1. Discovers your target — repo, agent, or orchestration built on FW-001
  2. Resolves validation rules — your spec → VALIDATION.md → built-in catalog
  3. Runs checks in parallel where safe, sequential where order matters
  4. Records verified evidence per rule — command output, file citation, or tool result
  5. Delivers a validation canvas and a short chat summary

It does not guess pass/fail. Unverified items return INCONCLUSIVE, not PASS. On critical or major rules, INCONCLUSIVE blocks the overall result the same way FAIL does.


Install in one command

git clone https://github.com/cengicadis/blankvisuals-validator \
  ~/.cursor/skills/blankvisuals-validator

Then in any Cursor chat:

Validate this repo against FW-001

→ Full guide: Getting Started


Real example

Ran against a document cleaning agent:

Target: doc-cleaner v1.0.0
Rules evaluated: 21
Result: PASS — 18 pass · 0 fail · 3 minor warnings

CON-01: Tool path mismatch in agent definition — would have failed silently at runtime
RUN-01: No VALIDATION.md — missing documented verify command

Neither finding was obvious from manual review. Both fixed in under 5 minutes.


Image

BlankVisuals© Validator · FW-001 · v1.0.2 · MIT

Clone this wiki locally