harness-capstone-audit

Scores harness maturity from 0-10 across nine dimensions using file and command evidence.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/MaiconGambini/opencode-harness-guide --skill harness-capstone-audit-maicongambini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-capstone-audit
Source: https://github.com/MaiconGambini/opencode-harness-guide/tree/main/skills/harness-capstone-audit
Command: npx skills add https://github.com/MaiconGambini/opencode-harness-guide --skill harness-capstone-audit-maicongambini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Evaluating the maturity of an agent harness setup is subjective and inconsistent without a structured rubric. This Skill provides a repeatable scoring framework that grades harness readiness across nine dimensions and identifies the single next best improvement based on concrete evidence. ## Core Features & Use Cases - Nine-Dimension Scoring: Grades entry, context, state, feedback, evaluation, runtime observability, benchmark, cleanup, and plugin readiness on a 0-10 scale. - Evidence-Based Rules: Applies hard caps (e.g., missing startup path caps at 6, missing state or Judge caps at 7, unsafe auto-mutating plugins cap at 8) so scores reflect real gaps rather than optimism. - Structured Audit Output: Produces a markdown report with overall score, per-dimension scores, minimal harness gaps, capstone maturity gaps, and the next best improvement. - Use Case: After setting up an OpenCode harness configuration, run this audit to verify whether baseline readiness is met and which gap to close first before claiming capstone maturity. ## Quick Start Audit my current harness setup and score its maturity across all dimensions with evidence for each score.

Frequently Asked Questions about harness-capstone-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate the maturity of an agent harness setup?

Run a structured audit that scores nine dimensions: entry, context, state, feedback, evaluation, runtime observability, benchmark, cleanup, and plugin readiness. Each dimension is graded from file and command evidence, producing an overall 0-10 score and the next best improvement.

What dimensions does a harness maturity audit check?

The audit checks entry (root instructions, command routing), context docs, state management (WIP=1, progress), feedback (startup path, verification command), Judge evaluation profiles, runtime observability, benchmarks, cleanup protocol, and plugin readiness.

Why is my harness score capped below 8?

Scores are capped by missing fundamentals: a missing startup path caps the score at 6, missing state or Judge evaluation caps it at 7, and unsafe auto-mutating plugins cap it at 8. Fix the flagged gap to raise the ceiling.

What is the difference between baseline readiness and capstone maturity?

Baseline readiness means the minimal harness elements exist, such as entry instructions, state tracking, and a verification path. Capstone maturity (9+) requires benchmarks, runtime observability, cleanup protocols, and safe plugin behavior on top of that baseline.

Can the audit score be based on planned features instead of existing files?

No. The audit rules require scoring from file and command evidence, not optimism or planned capabilities. Configured but unverified features must not be treated as accepted without corresponding evidence.