midas-harness: Skill for Claude Code

.agents/skills/business-plan/SKILL.md

business-plan is a skill for Claude Code, Codex from okuzpe/midas-harness. It costs 100 tokens per session (1,745 once invoked), scanned A, original, Apache-2.0.

A planning skill for turning a validated business opportunity into a go/no-go business case. It defines the value proposition, minimum viable product scope, business model, measurable success targets, and required human approval.

In plain words
What is it for?
Use it to document what will be built, what is out of scope, how it may make money, how success will be measured, and whether to proceed.
Why use it?
It keeps product planning separate from implementation and makes the decision to build explicit and reviewable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool; mentions Claude Code; installed under .agents/ (shared by several agents).

This is okuzpe/midas-harness's own configuration. It tells Claude Code and Codex how to work on midas-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything midas-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to okuzpe/midas-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/okuzpe/midas-harness/main/.agents/skills/business-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/okuzpe/midas-harness

Made for: Claude Code, Codex.

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 business-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/okuzpe/midas-harness/business-plan/github.svg)](https://agentmods.dev/skills/okuzpe/midas-harness/business-plan)
Your own site
<a href="https://agentmods.dev/skills/okuzpe/midas-harness/business-plan"><img src="https://agentmods.dev/badge/skills/okuzpe/midas-harness/business-plan/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 business-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/okuzpe/midas-harness/business-plan"><img src="https://agentmods.dev/badge/skills/okuzpe/midas-harness/business-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,745 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.
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.00100 $0.01745
Opus 5 $0.00050 $0.00873
Sonnet 5 $0.00020 $0.00349
Haiku 4.5 $0.00010 $0.00175

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

Security

Grade A, and why

business-plan 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 6d 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.

.agents/skills/business-plan/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

business-plan — Phase 3

Guard + state: <paths.engine>/templates/skill-state-ritual.md (+ AGENTS.md § Safety / Path resolution). Prompt tool: AskQuestion. On Claude Code, fall back to AskUserQuestion if AskQuestion is not wired. Precondition: market_research passed unless track: lite (then {product}/idea.md + optional {product}/market.md; write/update the thin stub). Hard human checkpoint on full track — no engineering until go/no-go sign-off. On lite, Idea+Plan already GO-assumes the stub. Optional: /midas-tribunal (pre-go/no-go) — high-leverage, never forced. Playbook: <paths.engine>/pipeline/3-business-case.md

Turn the validated opportunity into a decision. The orchestrator owns the go/no-go judgment and the gate; the builder drafts the document.

Does / Does not

Does Does not
Draft go/no-go case with MVP scope, metrics, monetization, validation status Start engineering or self-advance past Phase 3 without human sign-off
Require human go/no-go via AskQuestion (name + date recorded) Invent a hard “interview N customers or no product” wall for resource-constrained founders
Log deferred field validation as an explicit assumption Rubber-stamp go/no-go without the human

When NOT

  • track: lite: missing {product}/market.md is OK — do not send the user to /market-research. If invoked, write/update the thin stub from {product}/idea.md, then /midas-status (overlay → /plan-sprints). See <paths.engine>/pipeline/lite.md.
  • Market research gate not passed / blockers remain (track: full) → /market-research or /contextualize.
  • Human already signed no-go → stop; do not reopen without an explicit ask.
  • User only wants a decision debate → optional /midas-tribunal (never required).

Steps

  1. Value proposition — for the target segment from {product}/idea.md + {product}/market.md (omit market.md when track: lite and the file is missing).
  2. MVP scope vs non-goals — the minimum surface that validates the core hypothesis, and an explicit list of what is out of scope for the MVP. (The Phase-8 audit checks the build against this scope; vague scope here weakens every later audit.)
  3. Business / monetization model — even if v1 is free, state the intended model and what v1 must prove for it to work.
  4. Measurable success metrics — each with a target, a measurement method, and a window. These become the acceptance signals the per-sprint audit (/close-sprint) and /midas-tribunal grade against, so make them concrete and queryable.
  5. Cost/effort envelope — a rough build estimate (sprints, dependencies).
  6. Validation status — desk vs field (do NOT hard-wall a resource-constrained founder). State both:
    • Desk validation (done in Phase 2): the demand signals + competitive landscape — the part the AI can prove. Carry over the demand verdict (strong/mixed/weak).
    • Field validation (strongest evidence — recommend, don't mandate): customer interviews, a real preorder / letter-of-intent, or a small paid-ad demand test. This is the only thing that proves these customers pay. If the founder can do it, strongly recommend it before building.
    • If field validation is not feasible now (e.g. solo / AI-only founder, no audience yet): you MAY still proceed — record an explicit assumption ("real-customer demand is unproven; field validation deferred") as a top risk, re-surfaced before launch/scale and in /midas-tribunal. Do NOT invent a hard "no product until you interview N people" gate that walls the founder. The go/no-go is the human's informed risk call, not a lock.
  7. Go / no-go — render an explicit recommendation with rationale, then obtain human sign-off via AskQuestion. A valid verdict is GO with field validation deferred (assumption logged) when desk demand is at least mixed and the human accepts the unproven-demand risk. Record name + date under ## Human sign-off in {product}/business-plan.md. Do not invent a human_approved state key (not in the schema). Gate pass is the state record. On "no-go", stop and log why.
  8. Write {product}/business-plan.md from <paths.engine>/templates/business-plan.md — keep those headings (## MVP scope, ## MVP non-goals (explicit exclusions), ## Success metrics, ## Revenue / cost model, ## Validation status, ## Go / no-go recommendation, ## Human sign-off). Update paths.state (gate verdict by the orchestrator).

Read the full file on GitHub · 95 lines

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. 6d ago Changed · +7 lines c25db95e3344
  2. 11d ago First seen · 88 lines · 100 tokens per session scan A b4ac2778ddf4

Subscribe to this mod's changes

business-plan is a skill published in the GitHub repository okuzpe/midas-harness (2 stars, last pushed 6d ago), licensed Apache-2.0. It adds 100 tokens to every session and 1,745 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens