Borrowing it
Nothing to install: this file belongs to reinhardhq/claude-code-spec-boilerplate. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/reinhardhq/claude-code-spec-boilerplate/main/.claude/commands/biz:help.mdgit clone --depth 1 https://github.com/reinhardhq/claude-code-spec-boilerplateWrote 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.
[](https://agentmods.dev/commands/reinhardhq/claude-code-spec-boilerplate/biz-help)<a href="https://agentmods.dev/commands/reinhardhq/claude-code-spec-boilerplate/biz-help"><img src="https://agentmods.dev/badge/commands/reinhardhq/claude-code-spec-boilerplate/biz-help/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.
<a href="https://agentmods.dev/commands/reinhardhq/claude-code-spec-boilerplate/biz-help"><img src="https://agentmods.dev/badge/commands/reinhardhq/claude-code-spec-boilerplate/biz-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.02369 |
| Opus 5 | $0.00010 | $0.01184 |
| Sonnet 5 | $0.00004 | $0.00474 |
| Haiku 4.5 | $0.00002 | $0.00237 |
Grade A, and why
biz:help 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Business Development Commands Help
ビジネス開発の各フェーズで使用できるコマンド群の詳細な使い方とワークフローガイドです。
🚀 Quick Start
基本的なワークフロー
1. アイデア分解 → 2. 仕様作成 → 3. レビュー → 4. タスク化 → 5. 実装
📚 コマンド一覧
🆘 biz-* コマンド概要
| Command | Purpose | Stage | Output |
|---|---|---|---|
/biz-idea |
アイデアを検証可能な仮説群に分解 | 💡 構想 | 仮説リスト |
/biz-spec |
事業仕様書の作成と弱点分析 | 📋 企画 | 詳細仕様 |
/biz-review |
多角的視点でのレビュー | 🔍 検証 | 改善提案 |
/biz-validate |
検証プランの作成 | 🧪 実験 | 検証計画 |
/biz-tasklist |
実装タスクへの分解 | 🔨 開発 | タスク表 |
/biz-wall |
壁打ちセッション | 💭 相談 | フィードバック |
/biz-interview |
顧客インタビューシミュレーション | 🎤 調査 | インサイト |
/biz-compete |
複数案の比較評価 | ⚖️ 選定 | スコアリング |
/biz-github-sync |
GitHub連携 | 🔗 管理 | Issue化 |
📖 詳細な使い方
1. /biz-idea - アイデア分解
目的: 漠然としたアイデアを構造化し、検証可能な仮説に変換
使用例:
/biz-idea "AIを使って中小企業の在庫管理を自動化するサービス"
出力内容:
- 問題仮説(3-5個)
- 価値仮説(3-5個)
- 既存代替手段と差別化
- Why now(なぜ今なのか)
次のステップ:
- 仕様化:
/biz-spec - 顧客理解:
/biz-interview
2. /biz-spec - 事業仕様作成
目的: アイデアを実行可能な事業仕様に落とし込む
使用例:
/biz-spec "中小企業向けAI在庫管理サービスで、需要予測と自動発注を実現"
出力内容:
- ターゲット顧客(ペルソナ)
- 解決する課題
- コアソリューション
- 収益モデル
- KPIと成功基準
- Go-to-Market戦略
評価スコア: 5段階評価で弱点を可視化
3. /biz-review - 多角的レビュー
目的: 仕様やタスクを専門家視点でレビュー
パラメータ:
context: spec(仕様)/ tasklist(タスク)perspective: PM / 投資家 / 顧客 / エンジニア / デザイナー / 法務previous: レビュー対象の内容
使用例:
/biz-review context=spec perspective=投資家 previous="[仕様書の内容]"
出力: 良い点、課題、具体的な改善提案
4. /biz-validate - 検証計画
目的: 仮説を検証するための実行計画を作成
使用例:
/biz-validate user_pain="在庫の過不足で年間売上の10%を損失" solution="AI需要予測"
出力内容:
- MVPアプローチの選定
- 検証ステップ(週単位)
- 成功指標(定量・定性)
- リスクと対策
5. /biz-tasklist - タスク分解
目的: 仕様を開発タスクに分解
パラメータ:
stage: PoC / MVP / Launchspec: 仕様内容
使用例:
/biz-tasklist stage=MVP spec="AI在庫管理の基本機能実装"
出力: カテゴリ別タスク表、工数見積、依存関係
6. /biz-wall - 壁打ちセッション
目的: 特定の役割になりきって建設的な議論
パラメータ:
role: PM / 投資家 / エンジニア / デザイナー / 法務 / 営業 / 顧客tone: critical(批判的)/ friendly(友好的)/ constructive(建設的)target: 議論対象
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.
- 10d ago First seen · 276 lines · 21 tokens per session scan A fd462cf22fbb
biz:help is a command published in the GitHub repository reinhardhq/claude-code-spec-boilerplate (2 stars, last pushed 1y ago), licensed MIT. It adds 21 tokens to every session and 2,369 once invoked, about $0.0001 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.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.