Kg RAG Development Design Harness — AI skill for Claude Code
Addon layer for Claude Code that turns app and website work into checkable artifacts: plans whose claims are verified by gates that actually run, a KG-grounded design plane, and cold dispatch that com.
How to install Kg RAG Development Design Harness
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open verbalogicproject-creator/kg-rag-development-design-harness and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Kg RAG Development Design Harness does
Addon layer for Claude Code that turns app and website work into checkable artifacts: plans whose claims are verified by gates that actually run, a KG-grounded design plane, and cold dispatch that compares agents on one frozen spec.
Alternatives in AI
- Academic Humanizer — Strip AI-writing tells from papers and grant proposals (NSF/NIH), while keeping scholarly voice and tying clai 1.1k ★
- Fact Checker — Verify claims and facts with sources 653 ★
- Claudexor — Multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode: quota-aware rotation across multiple 425 ★
README
AOSE Harness
An addon layer for Claude Code that turns app and website work into **checkable artifacts**: a plan whose claims are verified by gates that actually run, a design plane grounded in a knowledge graph rather than invented per session, and cold dispatch that can send one frozen specification to several agents and compare what comes back.
It does not write code better than Claude does. It makes what Claude produces **consistent, cited, and provable** — across sessions, surfaces, and agents.
npm test # 171 harness tests, 38 example tests
npm run lint # LINT-01..35 over a blueprint
npm run design:check # the design gate: 8 checks, measured
npm run kg:ask -- directions cond_audience_solo_operator cond_content_tabular_numeric
The idea in one line
**Write down what must be true, and build the thing that checks it. Never one without the other.**
That sounds obvious. It isn't, because writing rules down is easy and checking them gets skipped — and **a rule nobody checks looks exactly like a rule somebody checks.**
This project found five of those in one session across three codebases. The clearest: a design contract declared seven colour-contrast targets on the day the project was initialised, and in all that time **not one had ever been measured**. It read as a guarantee. It did nothing.
See [`docs/declarations-clarification-correction.md`](docs/declarations-clarification-correction.md) for the full catalogue and the rule that follows.
Four planes, one machine
Each plane runs the same five moves: declare the non-negotiables → lint the declaration → a human gate that freezes what it approved → cold execution against the frozen artifact → a scored review with cited evidence.
| Plane | Declares | Proves |
|---|---|---|
| build | constitution.yaml, specs, tasks |
runs the execution gate, captures exit code and stdout hash |
| look | design.system.yaml |
measures contrast, tokens, stat |
Related Skills
Marketing Handbook
A founder's handbook for running marketing with AI agents - connecting Google Ads and Meta to Claude, the anal
Wikify Repo
Compile any codebase into a grounded, lint-clean markdown wiki your AI agent can actually trust — SCIP symbol
Local Agent Workbench
A local-first macOS control plane for Claude Code, Codex and local AI with durable tasks, safe worktrees, huma
Plan Mode Arken
Create detailed technical implementation plans for Arken AI development. Ask clarifying questions one at a tim
Logion
"Does this actually work with my agent?" An open, versioned registry of AI-agent artifacts: skills, plugins, M
Agency Elicit
A structured 45-minute interview that captures how an AI agency founder actually runs their business. Produces
Related Agents
Rule Designer
Turns a described failure into a checkable lint or doctor rule, or rejects it.
Design Author
Code-grounded author for design.md and track files: grounds on the research log and live code via PSI, never t
Swe Dev Theoretical Minimum Finder
Finds and audits the smallest source-grounded foundation needed for serious work in a field, then turns it int