Back to list
ReinaMacCredy

tracking

by ReinaMacCredy

Agent Skills (compatible with Claude Code, Codex, and more—for details visit: https://agentskills.io/home) with Conductor planning, Beads tracking, and TDD for AI-assisted development

23🍴 3📅 Jan 17, 2026

SKILL.md


name: tracking description: > Tracks complex, multi-session work using the Beads issue tracker and dependency graphs, and provides persistent memory that survives conversation compaction. Use when work spans multiple sessions, has complex dependencies, or needs persistent context across compaction cycles. Trigger with phrases like "create task for", "what's ready to work on", "show task", "track this work", "what's blocking", or "update status". MUST load maestro-core skill first for routing. metadata: version: "2.2.0"

Prerequisites

  • Load maestro-core first - maestro-core for routing table and fallback policies
  • Routing and fallback policies are defined in AGENTS.md.

Tracking - Persistent Memory for AI Agents

Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies.

Entry Points

TriggerReferenceAction
bd, beadsreferences/workflow.mdCore CLI operations
fb, file-beadsreferences/FILE_BEADS.mdFile beads from plan → auto-orchestration
rb, review-beadsreferences/REVIEW_BEADS.mdReview filed beads

Quick Decision

bd vs TodoWrite:

  • "Will I need this in 2 weeks?" → YES = bd
  • "Could history get compacted?" → YES = bd
  • "Has blockers/dependencies?" → YES = bd
  • "Done this session?" → YES = TodoWrite

Rule: If resuming in 2 weeks would be hard without bd, use bd.

Essential Commands

CommandPurpose
bd readyShow tasks ready to work on
bd create "Title" -p 1Create new task
bd show <id>View task details
bd update <id> --status in_progressStart working
bd update <id> --notes "Progress"Add progress notes
bd close <id> --reason completedComplete task
bd dep add <child> <parent>Add dependency
bd syncSync with git remote

Session Protocol

  1. Start: bd ready → pick highest priority → bd show <id> → update to in_progress
  2. Work: Add notes frequently (critical for compaction survival)
  3. End: Close finished work → bd syncgit push

Reference Files

CategoryFiles
Workflowsworkflow.md, WORKFLOWS.md, FILE_BEADS.md, REVIEW_BEADS.md
CLICLI_REFERENCE.md, DEPENDENCIES.md, LABELS.md
Integrationconductor-integration.md, VILLAGE.md, GIT_INTEGRATION.md
OperationsAGENTS.md, RESUMABILITY.md, TROUBLESHOOTING.md

Anti-Patterns

  • ❌ Using TodoWrite for multi-session work
  • ❌ Forgetting to add notes (loses context on compaction)
  • ❌ Not running bd sync before ending session
  • ❌ Creating beads for trivial single-session tasks

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon