Restores Phase 3 (Solutioning) workflows that were accidentally deleted in commit 0135ed01.
These workflows are still referenced in module-help.csv (lines 20-25) and are critical for
the PRD → Epic/Story structure → Implementation workflow.
Restored workflows:
- Create Architecture (8 steps + decision template + data files)
- Create Epics and Stories (4 steps + epics template) - CRITICAL for sprint-status structure
- Check Implementation Readiness (6 steps + validation template)
Total: 27 files restored from commit 0135ed01^ (Jan 25, 2026)
The create-epics-and-stories workflow is essential for generating the epic/story STRUCTURE
in sprint-status.yaml before Phase 4 implementation begins. Story FILES are created just-in-time
during implementation, but the structure must exist first.
**Critical Fix:**
- src/bmm was out of sync with src/modules/bmm
- src/bmm had 1103-line old version
- src/modules/bmm had 1261-line new version
- Both now synced with correct workflow
**Ready for npm publish with correct files in both locations**
Replace ambiguous "execute" terminology with explicit "Read fully and follow:"
phrasing across all workflow files to prevent LLM goal-seeking behavior where
models attempt to "achieve the end result" rather than following step-by-step
instructions verbatim.
Changes:
- Update 5 handler templates with canonical phrasing
- Replace ~150 INSTRUCTIONAL patterns across 87 workflow files
- Add "[Workflow] complete." prefix to 7 workflow endpoints
- Preserve BEHAVIORAL/STRUCTURAL patterns (agent descriptions, XML tags)
- Fix gitignore and markdownlint to ignore all node_modules directories
Closes#1372
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>