What problem does it solve?
This Skill simplifies the process of building and auditing harnesses for AI coding agents, ensuring they have the necessary instructions, state management, verification, and control mechanisms.
Core Features & Use Cases
- Harness Creation: Automatically generates a minimal harness for a repository, including necessary files like
AGENTS.md, feature_list.json, and progress.md.
- Harness Audit: Scores the five subsystems of a harness (instructions, state, verification, scope, lifecycle) to identify potential issues.
- Benchmarking: Runs a structural benchmark to assess the harness's overall quality and completeness.
- Use Case: Imagine you have a new project that requires an AI coding agent to work on. Use this Skill to create a harness that provides the agent with all the necessary information and tools to perform its tasks efficiently.
Quick Start
To create a harness for your project, run:
node skills/harness-creator/scripts/create-harness.mjs --target /path/to/project