465 B
465 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. -
Deterministic skill checks run via
npm run validate:skills(included inquality).