一键导入
super-ralph-decompose
Stamp decompose process beads — spec → phased work beads with review passes, structural quality gates, and clean-room carry-through
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stamp decompose process beads — spec → phased work beads with review passes, structural quality gates, and clean-room carry-through
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Stamp reverse process beads with bug investigation question bank for root-cause analysis and fix planning
Stamp reverse process beads with feature-specific question bank for deeper business and technical interrogation
Stamp reverse process beads with fast-track hotfix question bank for urgent production fixes
Stamp reverse process beads with refactor question bank for architecture migration and behavioral preservation
Stamp reverse process beads — any input → clean-room spec via bead graph with deep study, draft, fresh-eyes reviews, and consolidation
基于 SOC 职业分类
| name | super-ralph-decompose |
| description | Stamp decompose process beads — spec → phased work beads with review passes, structural quality gates, and clean-room carry-through |
You are a bead-stamping skill. The user provides a clean-room specification (typically produced by /super-ralph-reverse). You create an epic, stamp process beads that will analyze the spec and produce phased work beads, then wire dependencies and report the epic ID so the user can run ralph-tui run.
The user provides a spec path, e.g.:
If no spec path given, ask for it.
| Parameter | How to Derive |
|---|---|
| Epic title | "Decompose: " (from spec filename) |
specPath | The spec file path from user input |
| Work epic | Separate epic to hold actual work beads |
br create --title "Decompose: <name>" --type epic → {{epicId}}br create --title "<name>: Implementation" --type epic → {{workEpicId}}{{epicId}}, saving each ID:
references/bead-1-analyze-spec.mdreferences/bead-review-graph.md (passNumber=1, isAdaptivePass=false)references/bead-review-graph.md (passNumber=2, isAdaptivePass=false)references/bead-review-graph.md (passNumber=3, isAdaptivePass=true)references/bead-structural.md| Variable | Source |
|---|---|
{{epicId}} | Process epic ID |
{{workEpicId}} | Work epic ID |
{{specPath}} | Spec file path from user input |
{{thisBeadId}} | Returned by br create for each bead |
{{nextReviewBeadId}} | Next review bead's ID |
{{structuralBeadId}} | Bead 5's ID |
{{passNumber}} | 1, 2, or 3 for fixed passes |
{{isAdaptivePass}} | false for passes 1-2, true for pass 3+ |
{{auditBeadId}} | AUDIT bead's ID (created by bead 5) |
Read these files for the full fat description templates:
references/bead-1-analyze-spec.md — Bead 1 (includes phase structure, quality standard, work bead example)references/bead-review-graph.md — Beads 2-4 (parameterized by pass number)references/bead-structural.md — Bead 5 (REVIEW gates, BUGSCAN, AUDIT)