一键导入
bolt-roadmap
Create a comprehensive strategic roadmap and diagram for the project by decomposing high-level goals into atomic, sequential/parallel bolts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a comprehensive strategic roadmap and diagram for the project by decomposing high-level goals into atomic, sequential/parallel bolts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute the technical plan for a feature using bounded, task-by-task execution. Acts as the "Goldfish", relying on strict constraints from the "Elephant" (spec.md).
Define requirements, specifications, architecture, and step-by-step task plans for a new feature or modification. Orchestrates the creation of the Elephant (spec.md) and Goldfish Checklist (plan.md).
Establish a project governance document (constitution.md) with immutable architectural articles that all Bolts inherit. Run once per project before bolt-roadmap.
Investigate and document technology choices before architecture is locked. Invoked from bolt-intent Phase 2 when new technology decisions are required. Produces research.md. Optional — skip with documented reason when Bolt extends an established pattern.
Structured post-Bolt retrospective that captures process improvements, proposes constitution amendments, and updates bolt-* skills. Targets the development process — not the project. Distinct from bolt-synthesis.
The Warden. Run the two-phase Pre-Flight Check (Deterministic Verify + Semantic Audit) against the completed implementation to ensure no architectural drift occurred.
| name | bolt-roadmap |
| description | Create a comprehensive strategic roadmap and diagram for the project by decomposing high-level goals into atomic, sequential/parallel bolts. |
This workflow guides the user and agent from a high-level project objective to a fully decomposed execution plan (strategy-map.md). It ensures all dependencies are identified, architectural patterns are selected, and the path forward is visually clear. Roadmaps can be created initially or incrementally over time.
Check for docs/design/constitution.md:
bolt-constitution before the roadmap, especially for multi-Bolt initiatives. Proceed without it only if the user explicitly chooses to.Start by understanding what the user wants to build. Do not proceed to planning until you have a crystal-clear understanding of the scope.
brainstorming skill.
constitution.md first — these may already be answered.)Break the objective down using the Bolt Architecture:
plan.md.Determine the execution order of the Bolts.
Create the specific deliverables.
strategy-map.mdGenerate a markdown file (e.g., docs/design/strategy-map.md or a phase-specific roadmap like docs/design/roadmap-phase2.md):
constitution.md articles where applicable).setup, api-auth), grouped by Stream.[SEQUENTIAL] or [PARALLELABLE].Append a Mermaid chart to the roadmap file.
graph TD.--> to show dependencies between Bolts.bolt-intent for the first prioritized Bolt.