From lisa-loops-memory
Extract work items from project as Gastown Beads. Scans TODOs, issues, PRDs, and backlogs to create actionable work items.
How this command is triggered — by the user, by Claude, or both
Slash command
/lisa-loops-memory:beadsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Beads — lisa-loops-memory Extract work items from the project and structure them as Gastown Beads. ## What This Does 1. **Scans TODO comments** — Finds `TODO:`, `FIXME:`, `HACK:` in code 2. **Reads GitHub issues** — Imports open issues (if git repo) 3. **Parses PRD documents** — Extracts user stories with criteria 4. **Checks existing roadmaps** — Imports from `scopecraft/` if present 5. **Generates beads** — Outputs to `.gt/beads/` ## Execution 1. Follow the "Phase 2: Beads" section in `skills/gastown-migration/SKILL.md` 2. Create `.gt/beads/` directory if it doesn't exist 3. Genera...
Extract work items from the project and structure them as Gastown Beads.
TODO:, FIXME:, HACK: in codescopecraft/ if present.gt/beads/skills/gastown-migration/SKILL.md.gt/beads/ directory if it doesn't existgt-xxxxx format).gt/beads/gt-xxxxx.json/docsscopecraft/EPICS_AND_STORIES.md if existsBACKLOG.md, TODO.md filesCreates .gt/beads/gt-*.json files with:
gt-[a-z0-9]{5} pattern/lisa-loops-memory:beads
After running, list beads with: ls .gt/beads/
npx claudepluginhub auge2u/lisa-helps-ralph-loops --plugin lisa-loops-memory/beads-plannerDecomposes a GitHub issue (by number or URL) into structured Beads epics, tasks, and sub-tasks.
/workflowDisplays the Beads AI-supervised issue workflow guide — explains the cycle of claiming, working, discovering related tasks, and closing issues. Also supports subcommands like /beads:ready, /beads:create, and /beads:close.