mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-08-29 03:44:18 +08:00
5a1f356e2c
Add tools/validate-skills.js — a Node CLI that checks 13 deterministic rules (SKILL-01–06, WF-01–02, PATH-02, STEP-01/06/07, SEQ-02) across all skill directories. Runs in under a second, exits non-zero on HIGH+ findings in strict mode, and outputs JSON for the inference validator. - Add validate:skills npm script to quality chain - Update skill-validator.md with first-pass integration instructions - Update AGENTS.md push gate documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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).