BMAD-METHOD/src
Alex Verkhovsky b0d70766f5 feat(quick-dev): stdout-dispatch SKILL.md shim + TPL-01 validator rule
SKILL.md becomes a two-line shim: run render.py, follow the instruction
it prints to stdout. render.py emits the read-and-follow line on
success, HALT-and-report on failure. Progress chatter moves to stderr.

This removes the skill-dir and project-root tokens from SKILL.md — per
Anthropic skills spec, script output is the defined channel for agent
communication, and no public skill in the reference set uses template
tokens for path resolution.

Adds TPL-01 to the deterministic validator: files whose name contains
template must not contain compile-time double-curly substitutions.
Template files seed durable, version-controlled artifacts (spec files)
that execute on other machines; baking a value at render time would
freeze a machine-local path into every downstream artifact.
2026-04-18 14:24:06 -07:00
..
bmm-skills feat(quick-dev): stdout-dispatch SKILL.md shim + TPL-01 validator rule 2026-04-18 14:24:06 -07:00
core-skills fix(installer): source built-in modules locally instead of from registry 2026-04-12 22:41:40 -05:00