원클릭으로
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.