.codex/skills/adws-convert-stories-to-beads/SKILL.md
Convert BMAD stories to Beads issues with bidirectional tracking.
npx skillsauth add thewoolleyman/tab-groups-windows-list adws-convert-stories-to-beadsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert BMAD stories to Beads issues with bidirectional tracking.
Invoke this command to convert all stories in a BMAD epics markdown file into Beads issues. Each issue gets a workflow tag embedded, and the beads_id is written back to the source file.
bd create with the story content and embedded workflow tag (FR25, FR26)This command delegates to the ADWS Python module:
uv run python -m adws.adw_modules.commands.dispatch convert_stories_to_beads
The dispatch routes to run_convert_stories_command in
adws.adw_modules.commands.convert_stories, which loads and
executes the convert_stories_to_beads workflow via io_ops.
All testable logic lives in adws/adw_modules/commands/convert_stories.py --
the .md file is the natural language entry point only (FR23).
tools
Land the plane: commit all changes, push, and confirm clean state
testing
Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)
testing
Review test quality using comprehensive knowledge base and best practices validation
testing
Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.