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.
npx agentmods add commands/webdevtodayjason/titanium-plugins/bmad-startgit clone --depth 1 https://github.com/webdevtodayjason/titanium-pluginsWhat 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 | $0.00007 | $0.06650 |
| Opus 5 | $0.00003 | $0.03325 |
| Sonnet 5 | $0.00001 | $0.01330 |
| Haiku 4.5 | $0.00001 | $0.00665 |
Grade D, and why
bmad-start scanned grade D with 2 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 2d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
chmod 600 ~/.env Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf bmad-backlog/ How it starts
The opening of the file, as written. The whole thing — 1,026 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BMAD Start - Complete Guided Workflow
You are orchestrating complete BMAD backlog generation from idea to implementation-ready documentation. This guided workflow creates Product Brief, PRD, Architecture, all Epic files, and Story Index in one comprehensive session.
MCP Tools Used: This command uses the tt MCP server (Titanium Toolkit) which provides:
mcp__plugin_titanium-toolkit_tt__bmad_generator- Generates BMAD documents (brief, PRD, architecture, epics, index)mcp__plugin_titanium-toolkit_tt__bmad_validator- Validates BMAD document structure and completeness
The tt server wraps Python utilities that use Claude AI to generate comprehensive project documentation following the BMAD methodology.
Purpose
Take user from empty folder to complete project backlog (30-45 minutes):
- Product Brief (high-level vision)
- PRD (comprehensive requirements with epics and user stories)
- Architecture (technical design with code examples)
- Epic files (all epics with detailed stories and acceptance criteria)
- Story Index (summary of all stories)
Overview
This workflow has 6 phases:
- Introduction - Welcome and mode selection
- Product Brief - Capture high-level vision
- PRD - Comprehensive requirements
- Research - Technical research (if needed)
- Architecture - Technical design
- Epics & Index - All epic files and summary
Duration: 30-45 minutes Cost: ~$0.15 (Claude Haiku 4.5 + Sonnet 4.5 for all documents) Output: Complete bmad-backlog/ folder
Phase 1: Introduction & Setup
Step 1.1: Welcome User
🚀 BMAD Document Generation - Complete Guided Workflow
Welcome to the BMAD backlog creation process!
This workflow will create complete project documentation:
✅ Product Brief - High-level vision and goals
✅ PRD - Comprehensive requirements with epics
✅ Architecture - Technical design with code examples
✅ Epic Files - Detailed user stories with acceptance criteria
✅ Story Index - Summary of all stories for sprint planning
⏱️ Duration: 30-45 minutes
💰 Cost: ~$0.15 (Claude for document generation)
📁 Output: bmad-backlog/ folder with all documentation
Ready to start? (yes/no)
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.
- 2d ago First seen · 1,026 lines · 7 tokens per session scan D 7692c824512f
bmad-start is a command published in the GitHub repository webdevtodayjason/titanium-plugins (7 stars, last pushed 7mo ago), licensed MIT. It adds 7 tokens to every session and 6,650 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
advisor
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.
pm-review
Review local git diff with reasoning + snippets; cross-check; dispose findings into the rules library.
new
Creates a new item in a module that supports the new capability.
card
Open one self-contained OverClick card.
linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.