BMAD-METHOD/.agents/skills/bmad-story-automator
Magal 0149d3a209 feat(story-6.6): implement orchestrator and party mode context injection
- Party Mode: structural context injection via step 4.5 (get_codebase_briefing,
  find_central_symbols, list_communities) with graceful degradation
- Story Automator: MCP connection state propagation via section 1.5
  (available/stale/unavailable) carried through entire lifecycle
- Created customize.toml persistent facts for both skills
- Self-contained Memtrace context blocks in all modified files
- Review patches: repo path filtering, resume path check, tmux propagation
2026-05-21 16:19:25 -03:00
..
data feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
scripts feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
src/story_automator feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
steps-c feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
steps-e feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
steps-v feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
templates feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
LICENSE feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
README.md feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
SKILL.md feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
pyproject.toml feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00
workflow.md feat(story-6.6): implement orchestrator and party mode context injection 2026-05-21 16:19:25 -03:00

README.md

story-automator

Python implementation of BMAD story-automator.

This package is the Python port of bma-d/bmad-story-automator-go.

Status: works as the Python runtime bundled by this repository, but has been tested less than the Go implementation.