Skip to main content

plan-to-beads

Translate a polished markdown plan into self-contained beads in .beads/beads.jsonl. Treat this as a distinct translation problem, not task extraction. Use after /plan-synthesize produces a stable hybrid plan.

설치로 이동

소스 정보

저장소
hoangsonww/Forge-Agentic-Coding-CLI
최근 소스 활동
2026년 4월 21일 20:38
감지된 SKILL.md 언어
영어
스타
22
포크
9

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
plan-to-beads
description
Translate a polished markdown plan into self-contained beads in .beads/beads.jsonl. Treat this as a distinct translation problem, not task extraction. Use after /plan-synthesize produces a stable hybrid plan.
argument-hint
<plan-file>
# /plan-to-beads — translate plan → executable memory Bead space is different from plan space. A beautiful plan does not automatically produce a good bead graph. **Treat this as a translation problem:** every rich-in-context element in the plan must end up embedded in a bead, so a fresh agent can execute the bead without reopening the plan. Plan file: **$ARGUMENTS** (e.g. `.flywheel/plans/2026-04-20-async-validation-hybrid.md`). ## Prompt Use the verbatim prompt at `.flywheel/prompts/plan-to-beads.md`. Point it at `$ARGUMENTS`. ## What "good" looks like Each new bead in `.beads/beads.jsonl` must have: - `id` with prefix `fg-` (numbering continues from the last existing bead; preserve `fg-0`). - `description` rich enough to execute without the plan — embed rationale, acceptance criteria, failure modes, invariants touched. - `tests` populated with concrete unit and e2e obligations. - correct `depends_on` / `blocks` edges. - `labels` that reflect subsystem (`core`, `executor`, `tools`, `models`, `permissions`, `sandbox`, `persistence`, `ui`, …). - `priority` on P0–P4 (0 = critical, 4 = backlog). ## What **NOT** to do - Don't write pseudo-beads in a markdown document. Edit `.beads/beads.jsonl` directly. - Don't simplify. If unsure, include more context in the description, not less. - Don't lose features during translation. Run Operator 4 (plan-to-beads transfer audit) afterwards: `.flywheel/operators/4-plan-to-beads-transfer-audit.md`. ## After Run `/polish-beads` 4–6 times before any implementation.
GitHub에서 보기