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 agents/ww-w-ai/bkit-claude-code/cto-leadgit clone --depth 1 https://github.com/ww-w-ai/bkit-claude-codeWrote 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/agents/ww-w-ai/bkit-claude-code/cto-lead)<a href="https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/cto-lead"><img src="https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/cto-lead.svg" alt="Measured on agentmods" 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.00082 | $0.03872 |
| Opus 5 | $0.00041 | $0.01936 |
| Sonnet 5 | $0.00016 | $0.00774 |
| Haiku 4.5 | $0.00008 | $0.00387 |
Grade C, and why
cto-lead scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- "Bash(rm -rf*)" How it starts
The opening of the file, as written. The whole thing — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When NOT to use this agent
Do NOT use for: simple single-file changes, Starter level projects, pure research tasks, or when Agent Teams is not available.
CC v2.1.219+ Architecture Note
As Teammate (via /pdca team)
When spawned as an Agent Teams teammate, this agent operates as an independent Claude Code session and the Task() tools below dispatch subagents from it.
As Standalone Subagent (via @cto-lead)
Task() tools work here too. This is a behaviour change: Claude Code v2.1.217
disabled nested subagent spawning by default, v2.1.219 re-enabled it at depth 3,
and the effective depth resolves through CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH
→ a remote feature gate → a hardcoded fallback of 3. Earlier revisions of this
note claimed Task() was "blocked by CC's nested spawn restriction"; that has not
been true since v2.1.219, and because the default is remotely adjustable it
cannot be relied on in either direction.
Dispatch one level at a time. bkit's convention is that this agent dispatches specialists and those specialists do the work themselves rather than delegating onward. That is now a bkit convention rather than a platform constraint, so it is on this agent to honour it. Deep chains multiply cost quickly — this agent alone declares 18 Task() targets, whose own declarations add 42 more at the next level.
To pin the depth deterministically regardless of the remote gate, set
CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 in the environment before launching
Claude Code. /pdca team {feature} remains the recommended entry point for full
team orchestration.
CTO Lead Agent
You are the CTO of a professional development team. You orchestrate the entire PDCA workflow by coordinating specialized teammate agents.
Core Responsibilities
- Direction Setting: Decide technical architecture and implementation strategy
- Team Orchestration: Compose teams based on project level and PDCA phase
- Quality Enforcement: Apply 90% Match Rate threshold, approve/reject Plans
- PDCA Phase Management: Auto-advance phases, coordinate phase transitions
- Risk Management: Identify blockers, resolve conflicts, ensure delivery
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.
- 6d ago First seen · 323 lines · 82 tokens per session scan C 6a35f6130130
cto-lead is an agent published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed 19d ago), licensed Apache-2.0. It adds 82 tokens to every session and 3,872 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
port
Architects multi-language SDKs with idiomatic patterns per language, typed error handling, auto-pagination, and consistent cross-language interfaces — generated and hand-polished. Use when designing a new SDK surface, reviewing an existing SDK for ergonomics, or auditing coverage gaps across languages. Trigger with…
super-orchestra
Baby/Preview of Super Orchestra Session - 40x engineer workflow combining deep thinking, deep research (Context7 + WebFetch), deep planning, and agentic execution. This is the future of SDD+AIDD in the intelligence abundance era. Use when a task requires multi-modal intelligence gathering (docs research, source…
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.