project-setup

分类: 工具与效率 | 上传者: leonlettoleonletto | 下载: 0 | 版本: v1.0(最新)

Use when converting a plan file (from writing-plans skill) into beads epics, tasks, implementation prompts, and worktrees — before any coding begins --- # Project Setup Convert a plan file into beads epics and tasks with TDD-quality descriptions, filled implementation prompts, and ready-to-use worktrees. **Core principle:** Task descriptions are the source of truth. Each task is a self-contained implementation guide — detailed enough for an agent to work autonomously. **Announce at start:** "I'm using the project-setup skill to decompose this plan into epics and tasks." ## When to Use ```dot digraph when_to_use { "Have a design doc?" [shape=diamond]; "Have a plan file?" [shape=diamond]; "Need epics & tasks?" [shape=diamond]; "Use brainstorming skill first" [shape=box]; "Use writing-plans skill first" [shape=box]; "Already have tasks in beads" [shape=box]; "Run project-setup" [shape=doublecircle]; "Have a design doc?" -> "Use brainstorming skill first" [label="no"]; "Have a design doc?" -> "Have a plan file?" [label="yes"]; "Have a plan file?" -> "Use writing-plans skill first" [label="no"]; "Have a plan file?" -> "Need epics & tasks?" [label="yes"]; "Need epics & tasks?" -> "Already have tasks in beads" [label="no"]; "Need epics & tasks?" -> "Run project-setup" [label="yes"]; } ``` **Don't use when:** - No design doc exists yet — use brainstorming skill first - No plan file exists yet — use writing-plans skill first - Tasks already exist in beads — go straight to creating the implementation prompt closely following the template (implementation-agent.md) ## Prerequisites Before starting, verify beads is installed: ```bash bd version ``` If `bd` is not found, stop and tell the user: > project-setup requires beads (`bd`) for task tracking with dependencies. > Install it: > > ```bash > brew install dolt # required dependency > brew install steveyegge/beads/bd # beads CLI > bd init # initialize in your repo > ``` > > Se

更新日志: Source: GitHub https://github.com/leonletto/thrum

目录结构

当前层级: .claude/skills/project-setup/

SKILL.md

登录后下载/点赞/收藏 ❤ 7 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。