Beads Plan Tracking

Converts plan documents into beads epics, features, and tasks with explicit dependencies.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jcteague/wheelbase --skill beads-plan-tracking
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: Beads Plan Tracking
Source: https://github.com/jcteague/wheelbase/tree/main/.claude/skills/beads-plan
Command: npx skills add https://github.com/jcteague/wheelbase --skill beads-plan-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Beads Plan Tracking converts plan documents into a verified beads issue hierarchy (epic โ†’ feature โ†’ tasks), preserving actionable context and wiring dependencies so work can progress across sessions.

Core Features & Use Cases

  • Transform a plan file into a beads issue hierarchy (epic, feature, tasks) with a TDD-oriented structure.
  • Preserve contextual links by embedding plan metadata and referencing the original plan with --spec-id.
  • Enforce correct dependency wiring for downstream planning, to guide team execution and progress tracking.

Quick Start

Provide a plan file to Beads Plan Tracking to generate beads epics, features, and tasks with required dependencies.

Frequently Asked Questions about Beads Plan Tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a plan document into a task hierarchy with dependencies?โ–ผ

You can convert a plan document into a task hierarchy by transforming plan items into epics, features, and tasks with explicit dependencies. This enforces the correct order of work and preserves actionable context across sessions using frontmatter mapping.

How do I track feature dependencies across multiple work sessions?โ–ผ

To track feature dependencies across sessions, you can wire explicit dependencies between generated epics, features, and tasks. Embedding plan metadata and referencing the original plan with a spec-id ensures a reproducible workflow that survives context loss.

What is the best way to structure epics, features, and tasks from a plan file?โ–ผ

The best way to structure epics, features, and tasks from a plan file is to apply a TDD-oriented hierarchy conversion. This process maps frontmatter and plan references to produce a verified issue hierarchy that guides team execution.

Does Beads Plan Tracking require a specific format for plan files?โ–ผ

Beads Plan Tracking requires plan files that support frontmatter mapping and plan references. Providing a compatible plan file allows the tool to generate beads epics, features, and tasks with the required dependency wiring.

Can I preserve the original plan context when converting items into tasks?โ–ผ

You can preserve original context when converting plan items by embedding plan metadata and referencing the source document with a spec-id. This ensures the generated task hierarchy retains actionable links back to the initial plan.

Why are dependencies not wiring correctly when converting my plan items?โ–ผ

Dependencies may fail to wire correctly if the plan file lacks proper frontmatter mapping or explicit plan references. Beads Plan Tracking requires these elements to enforce correct dependency wiring for downstream planning and execution.