| Quick Flow lightweight technical specification for small-scope work (1-15 stories). Replaces the full PRD + architecture pair when scope is small and requirements are clear. Produces bmad-output/tech-spec.md as the single planning artifact before story creation. "I need a tech spec for this feature", "quick spec", "small project spec", "we don't need a full PRD", "just a tech spec", "spec out this change", "document this feature". QUICK FLOW TRACK ONLY (1-15 stories). If scope grows beyond ~15 stories or involves multiple teams / external integrations at scale, stop and redirect to bmad-prd + bmad-architecture instead — those skills are built for that complexity. Validate (review a draft for completeness against BMAD criteria).
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill bmad-tech-spec
This skill produces a focused tech-spec.md for Quick Flow work: small, well-scoped
features or changes that sit in the 1-15 story range. It consolidates the product
rationale, technical approach, and story backlog into a single lightweight document,
skipping the separate PRD + architecture artifacts that larger tracks require.
> Track guidance
> - 1-15 stories, single team, clear requirements → Quick Flow (this skill)
> - 10-50+ stories, multiple concerns, or uncertain scope → use bmad-prd then bmad-architecture
> - 30+ stories, cross-org, security/compliance/DevOps dimensions → Enterprise track
Ask the user (or infer from context) which of three intents applies:
| Intent | When |
|--------|------|
| Create | No tech-spec.md exists yet |
| Update | Revising scope, requirements, or approach in an existing spec |
| Validate | Checking a draft spec for BMAD completeness before moving to stories |
For Create, collect (interactively or from existing project files):
bmad-output/decision-log.mdLoad bmad-output/project-context.md if present — it is the project constitution and must
not be contradicted without a recorded decision.
For Update, read the existing bmad-output/tech-spec.md first, then apply targeted
edits and log what changed in the decision log.
For Validate, read the existing spec and report against the checklist in the
Validation Checklist section below.
Render the template at:
${CLAUDE_PLUGIN_ROOT}/skills/bmad-tech-spec/templates/tech-spec.template.md
Fill every section. Omit sections that genuinely do not apply (e.g., no API design for a
pure-CLI tool) and note the omission inline. Do not leave unreplaced {{placeholders}}.
Testing strategy in the spec is planning only — describe what should be tested and
why. Do not write test code. Do not set coverage numbers as mandatory targets; frame them
as guidance for the dev team.
Write to bmad-output/tech-spec.md (respecting the outputFolder user config if set).
If decision-log entries were made, append them to bmad-output/decision-log.md
(create the file if it does not exist, using the format: ## [YYYY-MM-DD] <title> /
Decision: ... / Rationale: ...).
After writing, tell the user:
the BMad Method track (bmad-prd + bmad-architecture) before proceeding.
When intent is Validate, report pass/fail for each item:
{{placeholders}} remainThis skill is primarily single-threaded (one conversation, one document). Parallelism is
optional and limited to information gathering:
WebSearch/WebFetch agents in parallel and synthesize results before writing the spec.
be written atomically to avoid merge conflicts.
> ---
> Part of the BMAD Planning & Orchestrator plugin — a Claude Code harness for the BMAD Method by the BMAD Code Organization (https://github.com/bmad-code-org/BMAD-METHOD). Implements the spirit of bmad-tech-spec. All methodology credit belongs to the BMAD Code Organization.
Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When an agent needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs, clinical guidelines, regulatory submissions.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.
Document architecture decisions with ADR (Architecture Decision Records). Use when making significant technical decisions, choosing between alternatives, or when onboarding needs context on past decisions.
Plan-approval workflow patterns for user control over AI actions in Claude Code Waypoint Plugin. Use when planning complex changes, need user approval before execution, want to prevent mistakes, or need to document proposed changes. Covers plan creation, approval checkpoints, plan deviation tracking, revision management, and learning from approved/rejected plans.
Take aj-geddes/bmad-tech-spec from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.