Commit Graph

4 Commits

Author SHA1 Message Date
Jonah Schulte fad8a5d555 fix: restore accidentally deleted 3-solutioning phase workflows
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.
2026-01-28 10:38:57 -05:00
Jonah Schulte 0135ed0188 chore: sync src/bmm with src/modules/bmm and finalize v6.3.3-alpha.23
**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**
2026-01-25 23:52:27 -05:00
Alex Verkhovsky def8da0acb
refactor: replace 'execute' with 'Read fully and follow:' in workflow prompts (#1387)
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>
2026-01-23 22:25:19 -06:00
Brian Madison 6f8f0871cf Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00