movebrickschi/harness-engineering-mcp

harness-engineering-mcp

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

ai-efficiency

01

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use whenever an AI agent executes a multi-step task to save tokens, parallelize tool calls, cache prompts, and keep replies under 2000 chars.

2 3mo ago A 34 tokens original MIT

brainstorming

02

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes.

2 3mo ago A 46 tokens copy · 88% MIT

bugfix-flow

03

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A step-by-step process for fixing software bugs, including errors, failed requests, and features that used to work. It requires investigating the underlying cause, writing a test that first fails, then applying and checking the fix.

2 3mo ago A 99 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses.

2 3mo ago A 43 tokens copy · 100% MIT

defense-in-depth

05

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible.

2 3mo ago A 35 tokens copy · 89% MIT

dev-flow-doc-be

06

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A backend development workflow driven by a product requirements document, with the frontend or a test substitute consuming the result. It defines the API contract before implementation and covers authentication, database changes, transactions, regression checks, and security review.

2 3mo ago A 126 tokens original MIT

dev-flow-doc-fe

07

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A structured workflow for building frontend features from a product requirements document (PRD), while the backend API is already available or being built by someone else. It covers clarification, project review, implementation, testing, release, and follow-up.

2 3mo ago A 125 tokens original MIT

dev-flow-doc-full

08

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A full-stack development workflow for building both the front end and back end from a PRD, a document describing product requirements. It defines the API contract first, proves one real end-to-end path, then expands the implementation and tests.

2 3mo ago A 115 tokens original MIT

dev-flow-full

09

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A complete workflow for implementing a requirement when a product manager provides a prototype project and development happens in a separate target project. It covers exploration, design, coding, testing, release, and review with human approval points.

2 3mo ago A 110 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A small workflow for turning a one-line backend request into a mini plan, an API contract, and an impact analysis. It is intended for changes that do not alter the database and should take no more than eight hours.

2 3mo ago A 102 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A lightweight workflow for small frontend requests described in one sentence, such as adding a filter or changing button text. It expands the request into a short plan and checks whether the work is still small enough for this process.

2 3mo ago A 127 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A lightweight workflow for a small, one-sentence request that changes both the front end and back end. It writes a short requirements document and interface contract, then checks the complete request-to-database path before expanding the work.

2 3mo ago A 103 tokens original MIT

dev-flow-proto-be

13

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A workflow for building only the backend of one project from a working reference project. It studies the reference project's real browser requests and backend structure, then applies the needed behavior to the target project.

2 3mo ago A 120 tokens original MIT

dev-flow-proto-fe

14

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A front-end workflow for implementing a feature in a target project by studying a working reference project first. The reference project is treated as read-only, and its visible behaviour and interface expectations are documented before coding.

2 3mo ago A 119 tokens original MIT

dev-flow

15

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A routing workflow for development tasks. It asks what kind of work was requested, whether requirements or a prototype exist, and whether the work covers the front end, back end, or both, then selects a more specific workflow.

2 3mo ago A 219 tokens original MIT

dev-implement

16

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A development workflow for implementing documented requirements in a target project. It surveys the project, checks for reusable code, designs the change, validates one complete slice, then coordinates the remaining implementation and self-checks.

2 3mo ago A 118 tokens original MIT

dev-ship-retro

17

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A release-and-review workflow for a completed feature. It prepares material for product-manager acceptance, guides deployment, checks the feature after release, and records lessons for future work.

2 3mo ago A 104 tokens original MIT

dev-understand

18

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A requirements-discovery workflow for examining a working prototype and turning its behaviour into plain business documents. It keeps the prototype read-only and uses back-and-forth questions to clarify unclear points.

2 3mo ago A 109 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently.

2 3mo ago A 37 tokens copy · 88% MIT

executing-plans

20

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches.

2 3mo ago A 38 tokens copy · 88% MIT

find-skills

21

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2 3mo ago A 67 tokens copy · 81% MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

2 3mo ago A 44 tokens copy · 86% MIT

perf-flow

23

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

A measured workflow for improving software performance: establish a benchmark, profile the system to find bottlenecks, change one variable, and benchmark again. A bottleneck is the part limiting speed, throughput, memory use, or another target measure.

2 3mo ago A 80 tokens original MIT

movebrickschi/harness-engineering-mcp

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

2 3mo ago A 38 tokens copy · 91% MIT