1.2 KiB
1.2 KiB
Phase 4 Implementation: Native Skills Lean PoC
Date: 2026-03-07
Branch: feature/native-skills-lean-shard-doc-prototype
Story
As BMAD installer maintainers, we need one duplicated native-skill prototype for shard-doc so we can validate intermediary migration behavior without changing existing task/help surfaces.
Tasks
- Add prototype ID metadata for
shard-doc.xml. - Extend skill-manifest helper to expose prototype IDs.
- Update config-driven installer to emit duplicate skill directories for
skill_formattargets only. - Add install-component tests:
- Codex (skill-format) writes canonical + prototype shard-doc skills
- Gemini (non-skill) does not write prototype duplicate output
- Run installer component tests.
Verification Plan
node test/test-installation-components.js- Confirm no edits to legacy
shard-doc.xmlbehavior content. - Confirm no edits to
src/core/module-help.csvcommand/help entries.
Done Criteria
- Four-phase artifacts exist in docs.
- Prototype skill duplication works on supported skill-format install path.
- Legacy shard-doc command/help behavior remains unchanged.
- Test suite passes with new assertions.