377 B
377 B
BMAD-METHOD
Open source framework for structured, agent-assisted software delivery.
Rules
-
Use Conventional Commits for every commit.
-
Before pushing, run
npm ci && npm run qualityonHEADin the exact checkout you are about to push.qualitymirrors the checks in.github/workflows/quality.yaml. -
Skill validation rules are in
tools/skill-validator.md.