beads-seed

Seed epics, stories, and tasks from architecture documents into a beads issue graph.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/justin-delano/Claude-Config --skill beads-seed
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: beads-seed
Source: https://github.com/justin-delano/Claude-Config/tree/main/skills/conditional/beads/seed
Command: npx skills add https://github.com/justin-delano/Claude-Config --skill beads-seed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge architecture planning documents and implementation tracking by seeding the beads issue graph from architecture documentation.

Core Features & Use Cases

  • Seeds epics, stories, and tasks from architecture artifacts to form a connected beads graph
  • Wires dependencies to reflect architectural constraints and sequencing
  • Serves as a bridge between WHAT/WAY decisions and HOW they are implemented

Quick Start

Seed beads from architecture docs to initialize the initial graph based on the latest planning artifacts.

Frequently Asked Questions about beads-seed

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

FAQPage Schema
How do I generate epics and stories from architecture docs?▼

To generate epics and stories from architecture docs, use a deterministic seeding workflow that maps architecture artifacts to a structured beads graph, automatically creating the connected items and wiring their dependencies.

What is a beads graph for issue tracking?▼

A beads graph is a versioned issue structure that connects epics, stories, and tasks. It bridges architecture planning documents describing what to build with the implementation tracking of how it is built.

How do I wire dependencies between tasks seeded from architecture artifacts?▼

Wiring dependencies between tasks seeded from architecture artifacts happens automatically during the graph initialization process, reflecting architectural constraints and sequencing directly within the versioned beads structure.

When do I need to seed an issue graph from architecture documentation?▼

You need to seed an issue graph from architecture documentation when your planning artifacts describe what to build and why, requiring a structured breakdown of epics, stories, tasks, and dependencies to track implementation.

Can I initialize a versioned beads graph from existing planning artifacts?▼

Yes, you can initialize a versioned beads graph from existing planning artifacts by applying a deterministic seeding workflow that parses the architecture documents to form the initial connected structure.