addit-digital/addit-harness

Config harness for AI coding agents (Claude Code, Cursor, Kiro, Codex CLI) — subagents, language conventions, an engineering-loop process, ADRs, and a one-line auto-detecting install

3Stars on the repository
31Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr

01

addit-digital/addit-harness

Command

Use when the user makes or records a significant architectural or technical decision — choosing a framework, database, protocol, pattern, or trade-off ("we decided to use X instead of Y because..."), or explicitly asks to write an ADR. Captures the decision as a structured MADR-format Architecture Decision Record in…

3 9d ago A 65 tokens original MIT

design-conventions

02

addit-digital/addit-harness

Command

Scan the current TS/React project's existing UI layer and write .claude/design-conventions.md — a project-specific visual design convention file that rules/typescript.md loads before UI work. Use when starting UI work in an existing project, when design conventions have drifted, or when --refresh is passed to merge in…

3 9d ago A 66 tokens original MIT

dev-flow

03

addit-digital/addit-harness

Command

Use to drive a software feature or fix through the full engineering loop — investigate, design (with an architect-reviewer gate), get your explicit approval on the plan, then implement, verify with qa-engineer, and drive the code-review fix loop to a clean state. Deterministic multi-agent orchestration for the…

3 9d ago A 117 tokens original MIT

go-conventions

04

addit-digital/addit-harness

Command

Scan the current Go repo and write .claude/go-conventions.md — a project-specific convention file that rules/go.md loads on every session instead of re-scanning the codebase from scratch. Use when starting work in a new Go repo, when conventions have drifted, or when --refresh is passed to merge in new patterns.

3 9d ago A 67 tokens original MIT

save-plan

05

addit-digital/addit-harness

Command

Use when the user wants to save, export, or persist a plan (or any diagram-rich design doc shown in the CLI) to a markdown file so it can be opened and viewed with rendered mermaid diagrams. The terminal can't render mermaid; this writes the plan to docs/work/ /plans/ (or a temp scratch file) for viewing in an IDE…

3 9d ago A 80 tokens original MIT

setup

06

addit-digital/addit-harness

Command

Use once, right after installing the addit-harness Claude Code plugin, to place the parts a plugin can't carry natively (CLAUDE.md, AGENTS.md, path-scoped rules/, references/, settings.json) into /.claude or the current project. Also use to re-sync after a plugin update, or to switch between global and project scope.

3 9d ago A 73 tokens original MIT