issue-tracking
// Track beads as git-backed issues with persistent attribution, supporting Gas Town's bead lifecycle and convoy progress monitoring.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameissue-tracking
descriptionTrack beads as git-backed issues with persistent attribution, supporting Gas Town's bead lifecycle and convoy progress monitoring.
allowed-toolsRead, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
Issue Tracking
Overview
Track work through Gas Town's bead system: git-backed atomic work units that carry persistent attribution. Each bead is an issue/task with full lifecycle tracking from creation through completion.
When to Use
- Creating new beads for a convoy
- Tracking bead progress and status
- Managing bead dependencies
- Collecting attribution data for agent evaluation
Bead Lifecycle
- Created: Bead defined with scope and acceptance criteria
- Assigned: Bead placed on agent's hook
- In Progress: Agent actively working (GUPP enforced)
- Review: Work complete, awaiting merge review
- Done: Merged and verified (
gt done) - Destroyed: Wisps only - cleaned up after landing
Attribution
All work carries persistent attribution:
- Which agent completed the bead
- Time taken and quality score
- Used for A/B testing agent configurations
- Feeds into agent evaluation and scoring
Tool Use
Used within convoy management and orchestrator processes.