bmad-technical-research

Conducts web-verified technical research and generates structured research reports with citations.

Updated Aug 25, 2024
One-click install
npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-technical-research-legerycheese
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-technical-research
Source: https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot/tree/main/bmad/src/bmm-skills/1-analysis/research/bmad-technical-research
Command: npx skills add https://github.com/LeGeRyChEeSe/LanPlay-DiscordBot --skill bmad-technical-research-legerycheese

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Producing a credible technical research report requires gathering current web data, verifying sources, and organizing findings across architecture, technology stacks, and implementation practices, which is slow and error-prone when done manually. ## Core Features & Use Cases - Guided Six-Step Workflow: Walks through scope confirmation, technology stack analysis, integration patterns, architectural patterns, implementation research, and final synthesis with user confirmation at each stage. - Web-Verified Research: Requires live web searches with multi-source validation and URL citations for every technical claim. - Structured Report Generation: Produces a complete research document with executive summary, table of contents, recommendations, and source documentation saved to the project's planning artifacts folder. - Use Case: Ask the agent to research "GraphQL vs REST API architectures" and receive a step-by-step collaborative research session ending in a fully cited technical report. ## Quick Start Tell the agent you would like to produce a technical research report on your chosen technology topic.

Frequently Asked Questions about bmad-technical-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a technical research report with this workflow?▼

Tell the agent you want to produce a technical research report and state your topic, such as a framework comparison or architecture question. The workflow then guides you through scope confirmation, analysis steps, and a final synthesis, asking for confirmation at each stage.

What topics can the technical research workflow cover?▼

It covers any technology or architecture topic, including programming languages, frameworks, databases, cloud platforms, API design, integration patterns, and implementation practices. The scope is confirmed with you in the first step before research begins.

Does the technical research workflow require web search?▼

Yes, web search is a mandatory prerequisite. The workflow aborts if web search is unavailable, because every technical claim must be verified against current live sources with URL citations rather than relying on training data.

Where is the finished research report saved?▼

The report is saved as a Markdown file under the planning artifacts directory in a research subfolder, named with the topic slug and date. It starts from a template and is appended to progressively through each workflow step.

Can I customize the research workflow behavior?▼

Yes, a customize.toml file supports activation step overrides, persistent facts loaded from project files, and an on-complete hook. Team and user-level TOML overrides merge with the defaults using structural merge rules.

What are the limitations of this research workflow?▼

It depends entirely on web search availability and source quality, so niche topics with little public documentation may yield lower-confidence findings. It also requires interactive confirmation at each step, so it cannot run fully unattended.