Skill Claude CodeCodex
A guide to planning how a software system is organized, including its major parts, layers, folders, data, and API interfaces.
34 tagged bmad workflow, measured the same way as everything else here.
Browse within: bmad 34skill 28bmad-method 6github 6
Skill Claude CodeCodex
A guide to planning how a software system is organized, including its major parts, layers, folders, data, and API interfaces.
Skill Claude CodeCodex
A guide for writing backend tests: small unit tests, tests that check connected parts such as an API and database, and end-to-end tests that follow a complete user flow.
Skill Claude CodeCodex
A method for writing Playwright end-to-end tests, which automate a browser to verify complete user journeys. It covers setup, reusable page objects, login reuse, API mocking, visual checks, multiple browsers and screen sizes, CI, and debugging.
Skill Claude CodeCodex
Sync GitHub state then plan the next story end-to-end via the BMAD create-story flow. Detects blocking dependencies via GitHub labels and updates the GitHub issue label to ready. Use when the user invokes the SC menu code in bmad help, or asks to plan/create the next story, or asks to start the next BMAD story.
Skill Claude CodeCodex
Set up a git worktree/branch (or reuse the current one) and run BMAD dev-story end-to-end: auto-commits per task, PR creation, label updates. Use when the user invokes the SD menu code in bmad help, or asks to start implementing the next ready story, or asks to begin dev on a story.
Skill Claude CodeCodex
Reconcile GitHub state with BMAD files — detect merged PRs, mark stories done in sprint-status.yaml and story files, sync GitHub labels, and clean up worktrees and branches. Use when the user invokes the SS menu code in bmad help, or asks to sync BMAD with GitHub, or just merged a PR and wants BMAD updated.