mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-08-28 19:20:41 +08:00
cf54f4d76d
* refactor(bmm): move sprint-planning and sprint-status to plan/ They sit at the plan/ship boundary and their outputs are planning artifacts of the dev cycle; next commit makes sprint-planning the readiness gate, which is plan-side work. * refactor(bmm): fold readiness gate into sprint-planning, retire check-implementation-readiness The old skill was 1,154 lines of legacy numbered-step ceremony whose document discovery hardcoded filename globs (*prd*, *ux*, *epic*) that miss what current skills produce (SPEC.md, DESIGN.md) and still treated retired sharded docs as first-class. Sprint-planning now opens with a lean readiness gate: generic artifact discovery by content, forward/back traceability, PASS/CONCERNS/FAIL, stop on FAIL with findings. The IR trigger on John's and Winston's menus dispatches sprint-planning, so 'check implementation readiness' still works everywhere it used to. * refactor(bmm): modernize sprint-planning with deterministic script core SKILL.md drops the legacy XML step dialect for the product-brief style (~100 lines, uv run, headless contract). New scripts/sprint_plan.py owns the mechanical work — epic parsing, key derivation, ordering, preserve- never-downgrade merge, story-file detection, action_items carry-over, atomic writes, drift checks — with 11 tests wired in as test:sprint-planning. Judgment stays with the LLM: epic discovery, the readiness gate, and reconciling script-reported orphans and unparsed headings. checklist.md retired (the script performs that checklist); sprint-status-template.yaml is the single source for the status vocabulary. Output stays byte-compatible with build's sprint sync and retrospective's tooling. * refactor(bmm): fold sprint-status into sprint-planning's status view sprint_plan.py gains a status subcommand: counts (legacy values mapped), risk flags, open action items, and a priority-ordered next-action recommendation — the old skill's inference-driven summary, computed deterministically and covered by 9 new tests. bmad-sprint-status becomes a v6-shims husk that forwards with status-view intent and a deprecation notice; its dead data/validate modes had zero callers and are gone. If a hand-edited status file defeats the script, the skill falls back to reading it directly and summarizing by best judgment. New explanation page docs/explanation/sprint-planning.md covers the consolidated skill; workflow maps and references updated across all languages. * docs: changelog entries for skill reorg and sprint consolidation * fix(bmm): harden sprint_plan.py per review; add validate/fix intents with full progressive disclosure Review fixes (PR #2659 findings, bot + internal review): - Normalize legacy v6 statuses (drafted/contexted) on every read — merged by meaning and reported, never treated as illegal or reset - dropped_orphans carry their old status; transplant renames via --set - project_key/tracking_system/story_location preserved from the existing file unless overridden; refresh round-trips custom keys and user comments - Hardened write path: dump-to-bytes, fsync, permission-preserving atomic write inside the guarded block, explicit checks (no asserts), atomic restore - JSON-only argparse (errors and -h emit JSON); unicode-aware slugs with hash fallback; fenced code blocks ignored when parsing epics - Odd retro keys, date-typed stamps, and non-mapping YAML report cleanly instead of crashing; unparseable timestamps warn instead of silently disabling the staleness check; malformed action items flagged, not dropped - Dead check subcommand removed; generate --dry-run reports drift/in_sync - test:sprint-planning wired into quality and CI (was test-only) - Retro tests use a vendored template fixture (PATH-05); repo-level test-template-sync.js keeps it byte-identical to the source; template example timestamps and story_location fixed; header block pinned to the template by test New capability: - validate subcommand + reference: structural validation, never writes - fix flow: evidence-gathering subagents -> user-confirmed state table -> generate --fresh --set writes a pristine file (the one path allowed to downgrade); universal script-failure fallback to inference for every intent - SKILL.md is now a lean router: gate, tracking, status, fix, and validate each load as progressive-disclosure references Docs: explanation page gains Repair section; workflow-map and getting-started across all five languages mention the status view; headless payload nests under 'report' to avoid the status key collision; changelog updated. Test suite grows 20 -> 37; retro suite 91/91; docs build and validators green. * docs: mention repair in sprint-planning explanation description
88 lines
2.8 KiB
Plaintext
88 lines
2.8 KiB
Plaintext
# BMad Method - Skill Removal List
|
|
# Entries listed here will be removed from IDE skill directories during install/update.
|
|
# One entry per line. Lines starting with # are comments.
|
|
# Each entry is a skill directory name (canonicalId) that was removed or renamed.
|
|
|
|
# Removed agents (v6.2.0 - v6.2.2)
|
|
bmad-agent-sm
|
|
bmad-agent-qa
|
|
bmad-agent-quick-flow-solo-dev
|
|
|
|
# Removed skills (v6.2.0 - v6.2.2)
|
|
bmad-create-product-brief
|
|
bmad-product-brief-preview
|
|
bmad-quick-spec
|
|
bmad-quick-flow
|
|
bmad-quick-dev-new-preview
|
|
bmad-init
|
|
|
|
# Pre-v6.2.0 wrapper skills (module-prefixed naming, dropped in v6.2.0).
|
|
# Users upgrading from v6.0.x / v6.1.x had these installed and the cleanup
|
|
# never knew to remove them; they remained alongside the new self-contained
|
|
# skills causing duplicates and broken-file errors. See issue #2309.
|
|
bmad-agent-bmm-analyst
|
|
bmad-agent-bmm-architect
|
|
bmad-agent-bmm-dev
|
|
bmad-agent-bmm-pm
|
|
bmad-agent-bmm-qa
|
|
bmad-agent-bmm-quick-flow-solo-dev
|
|
bmad-agent-bmm-sm
|
|
bmad-agent-bmm-tech-writer
|
|
bmad-agent-bmm-ux-designer
|
|
bmad-bmm-check-implementation-readiness
|
|
bmad-bmm-code-review
|
|
bmad-bmm-correct-course
|
|
bmad-bmm-create-architecture
|
|
bmad-bmm-create-epics-and-stories
|
|
bmad-bmm-create-prd
|
|
bmad-bmm-create-product-brief
|
|
bmad-bmm-create-story
|
|
bmad-bmm-create-ux-design
|
|
bmad-bmm-dev-story
|
|
bmad-bmm-document-project
|
|
bmad-bmm-domain-research
|
|
bmad-bmm-edit-prd
|
|
bmad-bmm-generate-project-context
|
|
bmad-bmm-market-research
|
|
bmad-bmm-qa-generate-e2e-tests
|
|
bmad-bmm-quick-dev
|
|
bmad-bmm-quick-spec
|
|
bmad-bmm-retrospective
|
|
bmad-bmm-sprint-planning
|
|
bmad-bmm-sprint-status
|
|
bmad-bmm-technical-research
|
|
bmad-bmm-validate-prd
|
|
|
|
# Removed skills (post-v6.7.x)
|
|
# bmad-distillator: superseded by bmad-spec (universal intent distiller with
|
|
# preservation-validated contract for downstream skills).
|
|
bmad-distillator
|
|
# bmad-create-ux-design: renamed to bmad-ux (spine-based skill with separate
|
|
# DESIGN.md and EXPERIENCE.md outputs).
|
|
bmad-create-ux-design
|
|
# bmad-investigate: retired. Plain investigation reaches the same conclusions at
|
|
# lower cost.
|
|
bmad-investigate
|
|
|
|
# Removed skills (v6.10.0)
|
|
# bmad-auto-setup: renamed to bmad-loop-setup as part of the bmad-auto ->
|
|
# bmad-loop module rename (BMad Automator's replacement).
|
|
bmad-auto-setup
|
|
|
|
# Removed skills (core streamline, post-v6.10.0)
|
|
# bmad-index-docs, bmad-shard-doc: retired outright.
|
|
bmad-index-docs
|
|
bmad-shard-doc
|
|
|
|
# Removed agents (bmm reorg)
|
|
# bmad-agent-tech-writer (Paige): retired — capabilities were generic LLM
|
|
# defaults; document-project remains directly invocable. Paige is on hiatus
|
|
# and will return in the future far more capable.
|
|
bmad-agent-tech-writer
|
|
|
|
# Removed skills (skill consolidation)
|
|
# bmad-check-implementation-readiness: folded into bmad-sprint-planning,
|
|
# which now opens with a readiness gate (PASS/CONCERNS/FAIL) before
|
|
# generating tracking. The IR agent menu trigger dispatches sprint-planning.
|
|
bmad-check-implementation-readiness
|