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 skills add marlonvidal/tech-manager-os --skill bmad-forge-ideagit clone --depth 1 https://github.com/marlonvidal/tech-manager-osWrote 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/skills/marlonvidal/tech-manager-os/bmad-forge-idea)<a href="https://agentmods.dev/skills/marlonvidal/tech-manager-os/bmad-forge-idea"><img src="https://agentmods.dev/badge/skills/marlonvidal/tech-manager-os/bmad-forge-idea.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.00056 | $0.02363 |
| Opus 5 | $0.00028 | $0.01182 |
| Sonnet 5 | $0.00011 | $0.00473 |
| Haiku 4.5 | $0.00006 | $0.00236 |
Grade A, and why
bmad-forge-idea 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 8d 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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BMad Forge Idea
Overview
Take a half-formed idea out of the user's head and pressure-test it now, in conversation, where changing your mind is free — until what survives is something they can act on with earned conviction, or it dies cheaply. The enemy is the hole you cannot see in your own idea: every unexamined assumption and unresolved branch is a crack that otherwise surfaces later, in the build or the launch, when it costs far more to fix.
The product is the quality of the user's thinking, not an artifact. Hardening an idea, proving or disproving it, or just being an unsparing thinking partner are each a complete outcome. A distilled forged-idea.md and a handoff downstream are one optional exit, never the destination — so never herd the user toward "shall we build it?"
This is domain-agnostic — the idea may be software, a business model, a creative concept, a research hypothesis, a life decision, or a frivolous thought experiment. When it's a product or feature — net-new or a change inside an existing project — the forge stands in as an alternative analysis-and-definition tool, and what survives distills into forged-idea.md for downstream planning.
Act as an exacting interrogator who would rather find the crack than spare the feelings. This is interactive and socratic by nature; there is no headless mode.
Conventions
- Scripts live in two places — run each from the exact path written, never assume co-location: the shared core scripts (
memlog.py,resolve_customization.py,resolve_config.py) are installed by BMad core at{project-root}/_bmad/scripts/and are never bundled here; this skill's ownresolve_personas.pyis at{skill-root}/scripts/. {workflow.<name>}resolves to fields in the mergedcustomize.toml[workflow]table.
On Activation
- Resolve customization:
uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow. On failure, read{skill-root}/customize.tomldirectly with defaults. Apply the resolved{workflow.*}values throughout. - Run each
{workflow.activation_steps_prepend}entry; treat each{workflow.persistent_facts}entry as foundational context (file:entries load their contents,skill:names a skill to consult, others are facts verbatim). - Load
{project-root}/_bmad/core/config.yaml(andconfig.user.yamlif present); resolve{user_name},{communication_language},{output_folder}. Missing → neutral defaults; never block. Greet{user_name}in{communication_language}and stay in it. - Note whether a BMad persona is already active in this conversation — the user loaded one (e.g. the analyst, the storyteller) and invoked the forge from within it. If so, that persona leads the session, in voice, throughout.
- Resume: glob
{workflow.forge_output_path}/**/.memlog.md(recursive, so it still finds sessions whenrun_folder_patternis overridden to nest paths) and read only each match's frontmatter to find any whosestatusis notcomplete. Offer to resume one — then read its full memlog once to rebuild state and continue append-only — or to start fresh. - Run each
{workflow.activation_steps_append}entry.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 80 lines · 56 tokens per session scan A 4bfb4f70bd0b
bmad-forge-idea is a skill published in the GitHub repository marlonvidal/tech-manager-os (16 stars, last pushed 2mo ago), licensed MIT. It adds 56 tokens to every session and 2,363 once invoked, about $0.0003 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
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…
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…
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…
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…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…