一键导入
kickoff-doc
Turn kickoff notes or transcripts into a builder-facing reference document organized by system area.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn kickoff notes or transcripts into a builder-facing reference document organized by system area.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prepare relevant planning artifacts, including optional statechart and Dumplink context, for agent implementation work without overloading context.
Collaboratively shape a problem and compare solution directions before implementation.
Create a framing document from notes, messages, or conversation transcripts.
Map a chosen solution into places, affordances, consequences, stores, and wiring.
Reconcile an attached image, screenshot, wireframe, mockup, whiteboard, or hand-drawn sketch with existing frame, shaping, and breadboard artifacts. Use when a user drops in a visual, says "see this sketch" or "we are missing something," asks what the visual changes, or wants visual evidence incorporated without silently changing requirements, scope, or the selected shape.
Turn a selected stateful portion of a breadboard into a transition table and Mermaid statechart without changing the breadboard's authority.
| name | kickoff-doc |
| description | Turn kickoff notes or transcripts into a builder-facing reference document organized by system area. |
Use this skill when a project has already been discussed and shaped enough that builders need a durable reference doc.
Create a kickoff document that is organized by the product or system being built, not by the order people happened to talk.
If the source is a kickoff transcript, clarify:
The transcript is the source material. The document is not a summary of the call. It is a map of the shaped territory.
A kickoff transcript is chronological. A useful kickoff document is structural.
The reader should be able to jump to one part of the system and understand:
Organize by the thing being built, not by the order people talked.
Do not organize by build sequence. If the team identified slices or phased delivery, that belongs in slices or plans, not in this reference document.
Capture the short version of:
Break the rest of the document into sections based on the shaped territory.
Each section should represent a meaningful area of the product, workflow, or system.
For each area, capture:
Use the team’s real language where it helps recognition.
Do:
Do not:
Design Decisions.---
planning: true
shaping: true
artifact_type: kickoff
status: draft
source_of_truth: true
feeds:
- implementation-packet
- context-packet
---
# [Project] — Kickoff
# Context Card
## Use this when
An agent needs the builder-facing reference after the team has already converged.
## Must preserve
- frame constraints
- shaped territory sections
- decisions attached to the system area they affect
- explicit exclusions or unresolved questions
## Ignore unless asked
- transcript order
- side conversations that did not become shaped territory
## Frame
### Problem
- ...
### Outcome
- ...
### Constraints
- ...
## Shape
### [Area 1]
- what this area is
- what belongs here
- important decisions
- constraints or open questions
### [Area 2]
- what this area is
- what belongs here
- important decisions
- constraints or open questions
If a builder would need to reread the original transcript to understand one part of the system, the kickoff doc is not finished.