Install
npx skillscat add michaelvessia/nixos-config/bd-load Install via the SkillsCat registry.
SKILL.md
Load Issues from Context
Parse the conversation context and create beads issues from discovered work.
Process
Review conversation for:
- TODOs mentioned
- Bugs discovered
- Features discussed
- Technical debt identified
- Follow-up tasks needed
Check existing issues to avoid duplicates:
bd list --status=openCreate issues for each discovered item:
bd create --title="<title>" --type=<task|bug|feature> --priority=<0-4>Add dependencies if work items are related:
bd dep add <issue> <depends-on>
Priority Guide
- P0: Critical/blocking
- P1: High priority
- P2: Medium (default)
- P3: Low priority
- P4: Backlog
After creating all issues, sync:
bd syncReport created issues with IDs.