repo-harness-product

repo-harness-product is a skill for Claude Code from Ancienttwo/repo-harness. It costs 30 tokens per session (358 once invoked), scanned A, original, MIT.

A planning skill for writing product requirements, organising sprint work, and preparing bounded goal sessions from planning documents.

In plain words
What is it for?
Use it to turn an idea into a product requirements document, create an ordered sprint backlog, run or report on sprint tasks, or prepare a focused goal session.
Why use it?
It keeps product ideas, approved requirements, implementation tasks, and goal sessions in separate stages with explicit approval points.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Good fit Use it to turn an idea into a product requirements document, create an ordered sprint backlog, run or report on sprint tasks, or prepare a focused goal session.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ancienttwo/repo-harness/repo-harness-product
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Ancienttwo/repo-harness --skill repo-harness-product
Clone the repo
git clone --depth 1 https://github.com/Ancienttwo/repo-harness

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for repo-harness-product

README.md
[![agentmods](https://agentmods.dev/badge/skills/ancienttwo/repo-harness/repo-harness-product/github.svg)](https://agentmods.dev/skills/ancienttwo/repo-harness/repo-harness-product)
Your own site
<a href="https://agentmods.dev/skills/ancienttwo/repo-harness/repo-harness-product"><img src="https://agentmods.dev/badge/skills/ancienttwo/repo-harness/repo-harness-product/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repo-harness-product

Your own site · 80×15
<a href="https://agentmods.dev/skills/ancienttwo/repo-harness/repo-harness-product"><img src="https://agentmods.dev/badge/skills/ancienttwo/repo-harness/repo-harness-product.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00358
Opus 5 $0.00015 $0.00179
Sonnet 5 $0.00006 $0.00072
Haiku 4.5 $0.00003 $0.00036

Measured 13d ago against content hash af93f55a4470, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

repo-harness-product scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/skills/repo-harness-product/SKILL.md · 30 lines

What it actually says

repo-harness-product

Canonical rule owner for PRD, Sprint, and Goal. Router-only: shared preflight, mode selection, and cross-mode boundaries. Mode protocol lives under references/.

Shared Preflight

  1. Confirm the working repo with git rev-parse --show-toplevel.
  2. Read docs/spec.md and .ai/harness/policy.json when present.

Mode Selection

  • A product idea needs an upper-layer PRD -> references/prd.md.
  • A PRD or spec needs an ordered Sprint backlog, or a Sprint task needs to run or report status -> references/sprint.md.
  • A detailed PRD/Sprint needs a bounded native /goal session -> references/goal.md.

Boundaries

  • Approval gating: no mode sets > **Status**: Approved, or bypasses $think, repo-harness run capture-plan, task contracts, /check, or external acceptance on the user's behalf; explicit human approval always precedes implementation.
  • tasks/todos.md is the deferred-goal ledger only; no mode treats it as an active backlog or goal queue.
  • Product planning does not install or imply ChatGPT; ChatGPT surfaces are discovered only through their own explicit setup.
  • None of these modes implements backlog tasks itself; work flows through the existing plan -> contract -> worktree -> verify gates.
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 30 lines · 30 tokens per session scan A af93f55a4470

Subscribe to this mod's changes

repo-harness-product is a skill published in the GitHub repository Ancienttwo/repo-harness (431 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 358 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

triage

Triage a GitHub repository's open issues by finding exact duplicates, rejecting evidenceably off-base requests, requesting concrete clarification, applying only existing labels, and opening a linked root-cause issue when multiple reports share one underlying invariant failure. Use when a maintainer asks to triage…

arcee-ai/nac · 65 tokens

mastermind-project-history

Retrieve and reason from durable project decisions, failed approaches, audits, reports, and lessons without treating provenance, search rank, or user approval as technical proof. Use when asking why a design exists, whether an approach was tried, what supersedes an older decision, what prior evidence should constrain…

xcrft/mastermind · 79 tokens

mastermind-task-executor

Execute an approved Mastermind task contract within Scope, prove its Acceptance Criteria, and write the canonical file-backed executor report. Use when the user hands off a .mastermind/tasks/ - /spec.md or explicitly asks to execute an approved Mastermind task.

xcrft/mastermind · 62 tokens

aidex-backlog

Use when the user wants to capture or defer something for later without acting on it now, or to work the existing backlog as a board. Fires on "add to the backlog", "add to the backlog the idea of X", "park this for later", "defer this one", "shelve the X idea", "queue this for later", "track this for later", "we'll…

yacb2/aidex · 214 tokens

aidex-request

Use when the user relays an incoming stakeholder, client, or product request that should be captured as a written .context/requests/ item before anyone acts on it — a feature ask, a requirement from a meeting, user feedback to formalize. Fires on "the client asked for X", "the stakeholder wants X", "capture this as a…

yacb2/aidex · 160 tokens

aidex-plan-exec

Use when the user asks to execute, implement, or continue a written multi-phase plan — typically a .context/plans/ document or any plan with checkboxes/phases. Fires on "implement the plan", "execute plan X", "let's execute the plan", "continue with phase Y", "resume the plan", "run the plan phase by phase". Enforces…

yacb2/aidex · 133 tokens