zero-context-validation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zero-context-validation (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
Test documentation completeness using blind sub-agents before shipping
Prevent documentation gaps from wasting developer time
Get Started • How It Works • Examples • Workflow
</div>
Prerequisites:
No external dependencies required - uses built-in Task tool.
Quick Install:
# Option 1: Install from official marketplace (recommended)
/plugin install zero-context-validation@claude-plugins-official
# Option 2: Install directly from GitHub
/plugin install github:whykusanagi/zero-context-validation
# Option 3: Manual installation
git clone https://github.com/whykusanagi/zero-context-validation.git \
~/.claude/plugins/whykusanagi/zero-context-validationBootstrap Checklist:
/zero-context-validation skill when testing documentation completenessBuilt by [whykusanagi](https://whykusanagi.xyz) - VTuber, AI developer, and content creator exploring the intersection of AI agents, documentation quality, and developer experience. Watch AI coding sessions and skill development live on Twitch.
You write documentation that looks complete. You review it and think "this is clear." But when a developer tries to use it, they get blocked:
The gap: What's obvious to you (with context) isn't documented for others (without context).
### 🛡️ Guardrail Experience Pillars
>
Zero-Context Validation tests your documentation by spawning blind sub-agents that attempt implementation using ONLY the docs. No prior knowledge, no assumptions, no guessing.
>
- 🔍 Blind Agent Testing - Fresh agents expose blindspots you can't see - 🚫 No Assumptions - Missing info must be reported, not guessed - 🔄 Iterative Improvement - Fix gaps until agents succeed cleanly - ⏱️ Time Savings - Find gaps before they waste developer time
If the agent gets blocked, you found documentation gaps BEFORE they waste developer time.
Time Investment: 1 hour validation saves 2-4 hours of developer confusion.
You are the main agent with context. Blind sub-agents are your testers.
graph TD
A[Write Documentation] --> B[Spawn Blind Sub-Agent]
B --> C{Agent Attempts Implementation}
C -->|Success, No Assumptions| D[✅ Documentation Complete]
C -->|Reports Gaps| E[Fix Documentation]
C -->|Makes Assumptions| F[Strengthen No-Assumptions Rule]
E --> B
F --> B
style A fill:#f9f,stroke:#333,stroke-width:2px
style D fill:#9f9,stroke:#333,stroke-width:2px
style E fill:#ff9,stroke:#333,stroke-width:2px
style F fill:#f99,stroke:#333,stroke-width:2pxKey insight: You can't objectively test your own docs - you know too much. Blind sub-agents expose what's actually missing vs. what you think is obvious.
Main Skill ([SKILL.md](skills/zero-context-validation/SKILL.md))
Detailed Examples ([examples.md](skills/zero-context-validation/examples.md))
Visual Workflow ([workflow.md](skills/zero-context-validation/workflow.md))
# Invoke the skill when validating documentation
Use zero-context-validation skill when testing documentation completeness
# The skill guides you through:
1. Setting up the validation task
2. Launching a zero-context agent
3. Analyzing results (blocked = found gaps!)
4. Iterating until docs are complete<details> <summary><strong>📋 Operational Guidance</strong></summary>
The Iron Law: No assumptions allowed. Gaps must be reported, not filled.
Getting blocked is success: When the agent can't proceed, we found gaps before they wasted real developer time.
Pressure resistance: The skill guards against time pressure, authority pressure, and "use your best judgment" traps that cause agents to skip proper validation.
Good outcome:
Bad outcome:
Goal: Find documentation gaps BEFORE they waste developer time.
Iterative Main Agent + Blind Sub-Agent Loop:
YOU (main agent): Just implemented new Widget API, wrote docs
Iteration 1:
YOU: Spawn blind sub-agent to add premium widget from my docs
BLIND AGENT: "BLOCKED - Missing base class definition"
YOU: "That's a real blindspot! I know Widget but didn't document it."
YOU: Add Widget documentation
Iteration 2:
YOU: Spawn new blind agent with updated docs
BLIND AGENT: "BLOCKED - Missing render() return type"
YOU: "Good catch! I know it returns HTMLElement, forgot to document"
YOU: Add render() contract documentation
Iteration 3:
YOU: Spawn new blind agent
BLIND AGENT: "Implementation complete using only docs!"
YOU: Review - no assumptions made ✅
YOU: Ship documentation ✅Key takeaway: Blind agents expose blindspots you couldn't see because you had context. Multiple iterations are normal and expected!
</details>
<details> <summary><strong>🔧 Troubleshooting</strong></summary>
| Problem | Solution |
|---|---|
| Agent makes assumptions despite skill | Strengthen "no assumptions" instruction, re-test |
| Agent succeeds but invented details | Review implementation, strengthen rules, re-test |
| Authority pressure causes compliance | Remove authority language from instructions |
| Time pressure skips validation | Emphasize validation over speed |
| Can't tell if gaps are real | They probably are - you have context bias |
If you see these, validation is compromised:
Action: Restart validation with stricter no-assumptions rule.
</details>
Traditional approach:
Zero-context validation approach:
Why this works:
It's like TDD for documentation: Test (blind sub-agent) fails → Fix docs → Test passes → Ship
Issues & Feedback:
Contributing:
Connect with whykusanagi:
Related Resources:
MIT License - Copyright (c) 2026 whykusanagi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. See the LICENSE file for full details.
<div align="center">
🚀 Ready to validate your documentation?
Install the plugin and spawn your first blind sub-agent to find gaps before they waste developer time.
/plugin install zero-context-validation@claude-plugins-officialInstall Now • View Examples • Read Full Spec
🌐 Website • 📺 Twitch • 🎥 YouTube • 🐦 Twitter • 💬 Discord
Tested with TDD methodology • Validated under pressure • Ready for production
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.