brave-man

brave-man is a skill for Claude Code from skillmds/skillmd. It costs 41 tokens per session (2,410 once invoked), scanned A, original, MIT.

A structured interview that turns a rough project request into a self-contained prompt.md file for a later agent session. It clarifies the project before any code or implementation plan is written.

In plain words
What is it for?
Use it before building a website, app, software tool, or other project when the initial request is incomplete.
Why use it?
It prevents an agent from silently guessing missing requirements and building the wrong thing. The resulting prompt gives a fresh session a shared understanding to work from.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the create-prd-from-idea plugin — 11 skills shipped together

Good fit Use it before building a website, app, software tool, or other project when the initial request is incomplete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/brave-man
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 skillmds/skillmd --skill brave-man
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install create-prd-from-idea, the plugin that ships this one along with the rest of its 11 skills.

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 brave-man

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/brave-man/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/brave-man)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/brave-man"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/brave-man/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 brave-man

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/brave-man"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/brave-man.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,410 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.00041 $0.02410
Opus 5.5 $0.00016 $0.00964
Sonnet 5 $0.00008 $0.00482
Haiku 4.5 $0.00004 $0.00241

Measured 4d ago against content hash 5a566870ecff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

brave-man 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 4d 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.

plugins/create-prd-from-idea/skills/brave-man/SKILL.md · 193 lines

How it starts

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

Brave Man

Overview

Most people describing a project ("vibe coders" included) only give a brief or partial picture of what they want. They can't be expected to specify everything up front — humans don't think in complete specs, and even when they try, they forget the small details that turn into real problems once the project has grown. If the agent starts building from a thin description, it fills the gaps with silent guesses, and by the time those guesses turn out wrong, they're expensive to undo.

Brave Man flips the order: clarify exhaustively first, build later. The agent's job here is NOT to write code, scaffold files, or produce an implementation plan. Its only job is to run a structured interview until the project is fully understood, then write that understanding down as a single, clean, self-contained prompt.md file that a fresh agent session can execute later.

When to Use This Skill

  • Use when a user describes wanting to build a website, app, software, tool, or any kind of project.
  • Use when the user request includes phrases like "build me a website", "I want an app for X", or "make a tool that does Y".
  • Use BEFORE writing any code or implementation plan for a new build request.

Step-by-Step Guide

  1. Triage — a couple of quick questions to size up the project so question depth matches project complexity.
  2. Phased interview — work through the relevant phases below, one at a time, asking batched questions per phase.
  3. Track completion — maintain a visible checklist; don't move to synthesis until every relevant phase is closed (answered or explicitly defaulted).
  4. Synthesize — write the final prompt.md. Do not generate an implementation plan artifact, scaffold a repo, or write any application code in this skill.
  5. Hand off — tell the user to start a new chat, tag prompt.md, and ask the agent to execute it.

Never skip straight to building because the request "sounded simple." Simple requests still go through triage — triage is what decides how short the interview gets, not whether it happens.

Read the full file on GitHub · 193 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. 4d ago First seen · 193 lines · 41 tokens per session scan A 5a566870ecff

Subscribe to this mod's changes

brave-man is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 2,410 once invoked, about $0.0002 per session on Opus 5.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-09-19.