Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Design Harness
Summary
A decision board for contested calls: feed your agent papers and half-formed ideas, and it files them into a traceable sources → ideas → output structure you can defend, with a visual canvas over the markdown.
Features
- Three layers — sources, ideas, output — with markdown as the single source of truth
- Canvas HTML, layer indexes and the location registry are rebuildable projections
- Syncs on the human's command, never reorganising the board mid-thought
- Visual canvas built by a Python script for reading the shape of an argument
- Traceable provenance from every conclusion back to its source
- Ships as a Claude Code / Codex plugin and as a portable SKILL.md
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
File these six papers on vector index tradeoffs, then assemble the design for how we should shard the index.
Description
Design Harness is an Agent Skill for decisions that have to stand on evidence — vendor and tool selection, literature reviews, due diligence, competitive analysis, any architecture call someone will later ask you to justify.
The division of labour is explicit: the human adjudicates, the agent runs the errands. You feed it sources and rough ideas as you go; it files them, links them, and keeps the provenance intact. It does not decide for you.
Three layers, plain markdown
The board has three layers — sources, ideas, output — and markdown is the single source of truth. The canvas HTML, every layer index and the location registry are projections that can be rebuilt from the markdown at any time. That ordering matters: the record survives the tool. You can read it in a text editor, diff it in git, and hand it to someone who has never heard of this skill.
Syncing happens on your command, not continuously, so the board never reorganises itself underneath you mid-thought. When you want to look at the shape of the argument rather than read it, a build script projects the whole thing onto a visual canvas.
Triggers
It activates on phrases like "file these papers", "put this on the board", "assemble the design", or "how do we decide this" — and on any request to link sources into a defensible system design.
Installing
As a Claude Code or Codex plugin:
/plugin marketplace add tigerless-labs/design-harness
/plugin install design-harness@design-harnessFor any other SKILL.md-compatible agent, copy plugins/design-harness/skills/design-harness into your agent's skills directory. Canvas building needs Python 3. MIT licensed, currently at v0.10.0.
Best suited to researchers, architects and anyone who has been asked "why did we pick this?" six months after the fact and had nothing but a chat log to point at.
Related Skills
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.