issue-tracking
Installation
SKILL.md
Issue Tracking
What I Do
Provide universal patterns for issue tracking and task management that can be applied across different projects and domains.
Universal Issue Tracking Patterns
Core Workflow
# Universal issue tracking workflow
bd ready --json # Find unblocked work
bd create "Task" -t bug|feature|task -p 0-4 --json # Create issue
bd update <id> --status in_progress --json # Claim task
bd close <id> --reason "Completed" --json # Complete task