project-setup

Convert plan files into beads epics, tasks, prompts, and worktree scaffolds.

28|5|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonletto/thrum --skill project-setup-leonletto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/leonletto/thrum/tree/main/opencode-plugin/assets/skills/project-setup
Command: npx skills add https://github.com/leonletto/thrum --skill project-setup-leonletto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert plan files into beads epics and tasks, along with implementation prompts and worktrees, to jumpstart execution before coding begins.

Core Features & Use Cases

  • Decompose a design plan into beads epics and tasks with acceptance criteria to guide autonomous agents
  • Generate implementation prompts and scaffold ready worktrees to accelerate delivery
  • Enforce prerequisites and provide a structured handoff from planning to implementation

Quick Start

Provide a plan file path to begin decomposition into beads epics, tasks, prompts, and worktrees.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I convert a planning document into epics and tasks for coding?

To convert a planning document into epics and tasks, provide the plan file path to decompose it into structured work items with acceptance criteria. This process reads the plan, validates prerequisites, and outputs organized epics and tasks to guide implementation.

Can I generate git worktrees from a project plan file?

Yes, you can scaffold ready worktrees from a project plan file alongside generated implementation prompts. This creates isolated branch environments to accelerate delivery before autonomous agents begin coding.

What is the best way to organize project work items before starting implementation?

The best way to organize project work items before implementation is decomposing a design plan into beads epics and tasks with acceptance criteria. This enforces prerequisites and provides a structured handoff from planning to coding.

Do I need a beads environment to automate project setup from a plan?

Yes, a beads environment is required to automate project setup from a plan. The process validates prerequisites and outputs beads-backed epics and tasks to ensure the generated work items integrate properly with your existing workflow.

What limitations exist when translating design plans into work items?

Translating design plans into work items requires a valid plan file path and passing prerequisite validation. If the plan file is missing or prerequisites are unmet, the decomposition into epics, tasks, and worktree scaffolds cannot proceed.