Leaderboard/Design/design-harness
Last commit on July 16, 2026·Created on July 7, 2026

tigerless-labs/design-harness

A decision board for system design calls grounded in traceable evidence.
Combined rank
#683
across all skills
In Design
#62
category rank
Stars
223
+2.8% in last 7d
Forks
33
0.0% in last 7d
Watchers
24
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Design-harness provides a structured environment for technical leads and architects to conduct literature reviews, vendor selection, and competitive analysis. It organizes raw sources into ideas and final outputs using a three-layer markdown system, allowing an agent to handle the organization while the human makes the final adjudication.

The tool is built for contested design decisions that require a clear audit trail. By linking disparate papers and half-formed ideas into a cohesive system, it transforms fragmented research into a defendable technical design.

WHO IT'S FOR
Technical leads / architects
documenting evidence for system design decisions
Research engineers
conducting literature reviews and due diligence
Product managers
performing competitive analysis and vendor selection
AI agent power users
managing knowledge via markdown-based canvases
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code plugin

Installs: Complete design-harness plugin bundle · Claude Code

Before you start
  • Claude Code with plugin marketplace support
  • Python 3 already installed for the skill's documented runtime commands
  1. Enter both commands, in order, in a Claude Code agent session rather than a terminal.

    /plugin marketplace add tigerless-labs/design-harness
    /plugin install design-harness@design-harness
plugins/design-harness/skills/design-harness/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

File papers as evidence cards

Uses design-harness

  • Design-harness workspace path
  • Paper file paths or URLs
Use the design-harness skill to file these papers onto the board in [workspace path]: [paper file paths or URLs]. For this first pass, create one source card per paper, grade it, and anchor its claims to the source. Do not assemble the final output yet.
plugins/design-harness/skills/design-harness/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Connect human judgments to evidence

Uses design-harness

  • Design-harness workspace path containing source cards
  • The user's judgments or rough ideas
Use the design-harness skill in [workspace path] to organize these judgments as idea cards: [your judgments]. Link each judgment to relevant existing evidence, cluster related ideas, and surface conflicts without deciding between them for me.
plugins/design-harness/skills/design-harness/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Build a visual workspace canvas

Uses design-harness

  • Path to an existing design-harness workspace
Use the design-harness skill to build the visual canvas for the existing workspace at [workspace path] and give me the local clickable result. Do not assemble or change the final output.
plugins/design-harness/skills/design-harness/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026