addit-digital

31 mods across 1 repository, 3 stars between them.

addit

01

addit-digital/addit-harness

Plugin Claude Code

Self-hosted marketplace for addit-harness — a full digital product development kit for Claude Code.

3 9d ago A tokens not measured original MIT

addit-harness

02

addit-digital/addit-harness

Plugin Claude Code

Turns Claude Code into a full product-development toolkit: an opinionated plan → verify → commit engineering workflow, specialized subagents for legal compliance, UX design, backend/frontend/cloud architecture, Go/Java/TypeScript implementation, DevOps/infrastructure (Terraform, Kubernetes, Docker, AWS/Azure/GCP), and.

3 9d ago A tokens not measured original MIT

addit-digital/addit-harness

Instructions file CodexOpenCode

Instructions for addit-digital/addit-harness, covering global engineering memory, operating model, hard rules and working style i prefer.

3 9d ago A 575 tokens original MIT

addit-digital/addit-harness

Instructions file

Instructions for addit-digital/addit-harness, a project described as: 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.

3 9d ago A 12 tokens original MIT

architect-reviewer

05

addit-digital/addit-harness

Agent

Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level.

3 9d ago A 27 tokens original MIT

backend-architect

06

addit-digital/addit-harness

Agent

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and…

3 9d ago A 106 tokens copy · 95% MIT

backend-developer

07

addit-digital/addit-harness

Agent

Use this agent to IMPLEMENT backend features and fixes in code once the design/approach is clear. A senior backend engineer and software craftsman that writes, structures, tests, and verifies code in Go, Java/Spring, and TypeScript/Bun, following this setup's vendored conventions. Use PROACTIVELY for backend…

3 9d ago A 101 tokens original MIT

cloud-architect

08

addit-digital/addit-harness

Agent

Expert cloud architect specializing in AWS/Azure/GCP/OCI/DigitalOcean multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, Kubernetes, edge/network security (Cloudflare WAF/DDoS/Zero Trust and…

3 9d ago A 162 tokens original MIT

code-reviewer

09

addit-digital/addit-harness

Agent

Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices.

3 9d ago A 27 tokens copy · 88% MIT

debugger

10

addit-digital/addit-harness

Agent

Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues.

3 9d ago A 32 tokens original MIT

devops-engineer

11

addit-digital/addit-harness

Agent

Use this agent to IMPLEMENT infrastructure automation, CI/CD pipelines, containerization, and deployment workflows once the design/approach is clear. Writes and verifies actual Terraform/OpenTofu, Kubernetes manifests, Dockerfiles, and pipeline config across AWS/Azure/GCP/DigitalOcean, configures edge security…

3 9d ago A 157 tokens original MIT

addit-digital/addit-harness

Agent

Use when investigating a new feature or product request BEFORE building — to clarify and elicit requirements and scope, explore the existing codebase and stakeholders, surface edge cases and constraints, define acceptance criteria, and flag risks/unknowns, producing a concise spec/PRD-lite to hand to implementation.

3 9d ago A 63 tokens original MIT

figma-designer

13

addit-digital/addit-harness

Agent

Figma execution agent that creates, edits, and updates design files in Figma via the official Figma MCP server. Materializes UX specs and design-system conventions into Figma frames, components, auto-layout, variables, and tokens. Use AFTER @ux-designer has produced a spec (docs/work/ /solutions/) and…

3 9d ago A 141 tokens original MIT

frontend-architect

14

addit-digital/addit-harness

Agent

Expert frontend architect specializing in scalable component architecture, rendering strategies, and state management design. Masters React/Next.js application structure, micro-frontend patterns, performance budgets, and design systems. Handles component boundary definition, data-fetching strategy, bundle…

3 9d ago A 108 tokens original MIT

frontend-developer

15

addit-digital/addit-harness

Agent

Use this agent to IMPLEMENT frontend features and fixes in code once the design/approach is clear. A senior frontend engineer and software craftsman that writes, structures, tests, and verifies code in TypeScript/React/Next.js/React Native, following this setup's vendored conventions. Use PROACTIVELY for frontend/UI…

3 9d ago A 91 tokens original MIT

qa-engineer

16

addit-digital/addit-harness

Agent

Use this agent to VERIFY an implemented feature or fix via e2e and regression testing — writes test scenarios, implements them as executable test code (Playwright, Maestro, or whatever fits the target's existing stack), runs them, and reports pass/fail with mandatory evidence per claim. Does NOT own unit or…

3 9d ago A 121 tokens original MIT

saas-legal-advisor

17

addit-digital/addit-harness

Agent

SaaS legal advisor covering international and jurisdiction-specific regulations. Assesses the legal impact of product changes, drafts and reviews privacy policies, terms of service, cookie policies, DPAs, and other compliance documents. Use PROACTIVELY when a feature touches user data, payments, third-party…

3 9d ago A 100 tokens original MIT

ux-designer

18

addit-digital/addit-harness

Agent

Expert UX designer specializing in user flows, journey mapping, information architecture, wireframes, and interaction design. Masters usability heuristic evaluation, flow-level accessibility, and UI-pattern advisory — bridging UX intent to component-level implementation. Use for UX flow design, interaction specs, IA…

3 9d ago A 143 tokens original MIT

adr

19

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

20

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

21

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

22

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

23

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

24

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