From 215c1c71b112065bff4be14bfaab80f4809ae71a Mon Sep 17 00:00:00 2001 From: Santhi Prakash Date: Sat, 25 Jul 2026 05:44:28 +0000 Subject: [PATCH] docs(core): include deep-recon in core skill count references - Problem: docs/reference/core-tools.md and commands.md still describe the core module as 7/8 skills but omit bmad-deep-recon from the summary list, even though src/core-skills/bmad-deep-recon is a shipped core skill. - Fix: update both summaries to four thinking skills and include deep-recon. - Verification: re-read upstream/main, ran tools/validate-file-refs.js --strict (0 broken refs), preflight_ship.py (clear), node tools/validate-doc-links.js, node tools/validate-sidebar-order.js, node tools/build-docs.mjs, and node tools/validate-skills.js --strict. --- docs/reference/commands.md | 2 +- docs/reference/core-tools.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commands.md b/docs/reference/commands.md index 458a908d95..0a8d9b841d 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -122,7 +122,7 @@ bmad-help What are my options for UX design? **Other Core Tasks and Tools** -The core module includes 8 built-in tools — help, reviews, refinement, customization, and the thinking skills (brainstorming, forge idea, party mode). See [Core Tools](./core-tools.md) for the complete reference. +The core module includes 8 built-in tools — help, reviews, refinement, customization, and the thinking skills (brainstorming, deep-recon, forge idea, party mode). See [Core Tools](./core-tools.md) for the complete reference. ## Naming Convention diff --git a/docs/reference/core-tools.md b/docs/reference/core-tools.md index 45769cf7c3..77c598141c 100644 --- a/docs/reference/core-tools.md +++ b/docs/reference/core-tools.md @@ -5,7 +5,7 @@ sidebar: order: 3 --- -Every BMad installation includes the **core module** — a small set of skills that work across all projects, all modules, and all phases. This page covers those seven core skills: the four kernel tools plus the three **thinking skills** (brainstorming, forge idea, party mode). +Every BMad installation includes the **core module** — a small set of skills that work across all projects, all modules, and all phases. This page covers those eight core skills: the four kernel tools plus the four **thinking skills** (brainstorming, deep-recon, forge idea, party mode). :::tip[Quick Path] Run any tool by typing its skill name (e.g., `bmad-help`) in your IDE. No agent session required.