-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Adis Cengic edited this page May 27, 2026
·
3 revisions
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 |
| 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 |
BlankVisuals© Validator is a Cursor Agent Skill (FW-001). When invoked, it:
- Discovers your target — repo, agent, or orchestration built on FW-001
- Resolves validation rules — your spec →
VALIDATION.md→ built-in catalog - Runs checks in parallel where safe, sequential where order matters
- Records verified evidence per rule — command output, file citation, or tool result
- 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.
git clone https://github.com/cengicadis/blankvisuals-validator \
~/.cursor/skills/blankvisuals-validatorThen in any Cursor chat:
Validate this repo against FW-001
→ Full guide: Getting Started
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.
BlankVisuals© Validator · FW-001 · v1.0.2 · MIT
| Home | Getting Started | How It Works | Framework Types | Rule Catalog | Custom Rules | Outputs | Troubleshooting | Contributing | Changelog |
|---|
BlankVisuals© Validator · Framework FW-001 · v1.0.2 · MIT · github.com/cengicadis/blankvisuals-validator