harness-mini

38 mods across 1 repository, 2 stars between them.

five-step

25

harness-mini/harness-mini

Cursor rule Cursor

Apply Elon Musk's Five-Step Algorithm to any requirement or plan before building. Use in the intake/plan stages to question, delete, simplify, accelerate, and automate — in that order. Prevents the expensive mistake of optimizing or automating something that should have been deleted.

2 20d ago A 55 tokens original MIT

founder-check

26

harness-mini/harness-mini

Cursor rule Cursor

Greenfield-only intake gate. Apply founder/startup best-practice (from the Founder's Playbook) before any PRD on a NEW project — who is the user, the smallest valuable slice, the riskiest assumption, the build-measure-learn loop. Skip for existing projects.

2 20d ago A 59 tokens original MIT

garden

27

harness-mini/harness-mini

Cursor rule Cursor

Entropy garbage-collection. Periodically scan for drift — stale docs, dead "always-loaded" context, smells, mismatched conventions — and open small targeted fixes. Use to keep the smart zone smart and the repo coherent for future agent runs. Runs orthogonally to the main lifecycle.

2 20d ago A 58 tokens original MIT

grill-me

28

harness-mini/harness-mini

Cursor rule Cursor

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 20d ago A 45 tokens original MIT

harness-mini

29

harness-mini/harness-mini

Cursor rule Cursor

This project runs on harness-mini. For non-trivial work — a feature, a multi-step or ambiguous change, anything cross-cutting — route it through the stage-viewer skill first and prefer harness-mini's lifecycle, skills, and sub-agents (read .claude/skills/ /SKILL.md) over ad-hoc tools or other installed plugins. When a…

2 20d ago A 194 tokens original MIT

parallel-slices

30

harness-mini/harness-mini

Cursor rule Cursor

Fan out the horizontal expansion of the implement stage to parallel generators. Use AFTER the vertical walking skeleton passes evaluate, to build independent features concurrently. The main agent dispatches one generator per issue; parallelism is gated on disjoint file footprints. Vertically related, horizontally…

2 20d ago A 55 tokens original MIT

ralph-loop

31

harness-mini/harness-mini

Cursor rule Cursor

Drive a long-running "work → check → repeat" loop until an exit condition is met, max iterations hit, or a human-judgment flag is raised. Use for autonomous long tasks where an agent does work and an evaluator decides whether it passes (e.g. "keep fixing until all reviewers pass"). Backed by bin/ralph.sh.

2 20d ago A 71 tokens original MIT

refactor

32

harness-mini/harness-mini

Cursor rule Cursor

The recovery code-quality constraint (Refactoring). Use to improve code structure without changing behavior — smell → named refactoring, always under green tests, one move at a time. Used by the generator (in the tdd refactor step) and the gardener (entropy cleanup).

2 20d ago A 55 tokens original MIT

release

33

harness-mini/harness-mini

Cursor rule Cursor

Cut a versioned release of harness-mini — bump VERSION, roll the CHANGELOG, tag, and publish a GitHub release. Use when shipping a new version. Wraps bin/harness.sh release; covers the human-judgment steps (semver choice, changelog curation) the script can't make.

2 20d ago A 64 tokens original MIT

slice-coding

34

harness-mini/harness-mini

Cursor rule Cursor

The horizontal+vertical coding constraint. Use in the implement stage to decide build order and enforce layering. Vertical = one feature end-to-end as a thin walking skeleton first; Horizontal = forward-only dependencies through a fixed layer stack. Read before writing code.

2 20d ago A 50 tokens original MIT

stage-viewer

35

harness-mini/harness-mini

Cursor rule Cursor

View and advance the lifecycle stage of every requirement. Main-agent only — the single authority that moves a plan through intake→prd→issues→implement⇄evaluate→checkpoint→done. Use to see what stage work is in, route simple vs complex requests, and promote a plan (no sub-agent may self-promote).

2 20d ago A 65 tokens original MIT

tdd

36

harness-mini/harness-mini

Cursor rule Cursor

Implement code test-first via the red→green→refactor loop. Use in the implement stage for every issue. Never write implementation before a failing test; never refactor on red. The generator's core working rhythm.

2 20d ago A 44 tokens original MIT

to-issues

37

harness-mini/harness-mini

Cursor rule Cursor

Decompose a PRD into atomic, testable issues — the executable work units the generator implements one at a time. Use in the issues stage. Each issue is independently verifiable and maps to one vertical slice or a step within one.

2 20d ago A 48 tokens original MIT

to-prd

38

harness-mini/harness-mini

Cursor rule Cursor

Turn a raw idea or requirement into an executable PRD document — a versioned artifact the harness treats as a first-class source of truth. Use in the prd stage after founder-check/five-step. Output is agent-readable, testable, and committed.

2 20d ago A 52 tokens original MIT