ワンクリックで
dumplink
Turn a shaped project into vertical task groups, dependency-aware sequence, risk state, and variable-scope build plan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Turn a shaped project into vertical task groups, dependency-aware sequence, risk state, and variable-scope build plan.
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 | dumplink |
| description | Turn a shaped project into vertical task groups, dependency-aware sequence, risk state, and variable-scope build plan. |
Use this skill after a project has been framed, shaped, and selected for a fixed time budget. The job is to help a Small Launch Team decompose the shaped project without shredding its intent into disconnected tickets.
Dumplink is for deliberate build-cycle work, not reactive ticket intake. It keeps the project whole while helping the team discover vertical slices of work that can be finished, judged, and shipped within an appetite.
Produce a Dumplink plan that shows:
Dumplink uses three core moves:
The source tool and concept are from Dumplink: https://github.com/klausbreyer/dump.link and https://dump.link.
Use this when:
Do not use this when:
Ask for or infer from available artifacts:
If the source material is weak, still proceed, but label assumptions.
Create these sections:
Start by restating the shaped project in compact form:
Do not immediately turn everything into implementation tickets. First preserve the whole.
Create an unordered list of likely tasks. Include design, product, data, content, migration, technical, QA, and launch tasks when relevant.
Rules:
Use IDs such as T1, T2, T3.
Task table:
| ID | Task | Type | Known/Unknown | Notes |
|---|---|---|---|---|
| T1 | product / design / code / data / QA / launch | unknown |
Group tasks by what can be completed together and judged in isolation from the rest.
A good task group:
Use IDs such as TG1, TG2, TG3.
Task group table:
| ID | Name | Included tasks | User/system behavior produced | Risk state | Cuttable? | Notes |
|---|---|---|---|---|---|---|
| TG1 | T1, T4 | unknown / known / done | no |
Track state at the task-group level:
not-started — no meaningful learning or execution yetfiguring-it-out — unknowns remainexecuting-down — key unknowns are solved; work is being completeddone — produces the intended behavior and passes acceptance checkscut — intentionally removed to protect the appetiteThe state of a task group is the state of its riskiest important task. Do not let a pile of easy completed tasks hide one unresolved unknown.
Draw causal links between task groups. Ask:
Dependency table:
| From | To | Why this dependency exists | Risk if delayed |
|---|---|---|---|
| TG1 | TG3 |
Optional Mermaid:
flowchart LR
TG1["TG1: Name"] --> TG2["TG2: Name"]
Prefer this order:
Do not start with easy polish if a hidden unknown can sink the project later.
Build sequence table:
| Order | Task group | Why now | Demo/checkpoint | Exit condition |
|---|---|---|---|---|
| 1 | TG1 |
Variable scope is the point. If the appetite is fixed, define cuts before panic.
For each possible cut, state:
Scope cut table:
| Cut option | Remove/defer | Preserved behavior | Cost of cutting | Later decision |
|---|---|---|---|---|
| C1 |
Acceptance checks should judge behavior at the task-group and project level.
Use checks like:
End with a compact handoff packet:
Active slice:
Source artifacts:
Must preserve:
Do not build:
Task group to implement:
Relevant tasks:
Known unknowns:
Acceptance check:
Stop condition:
A good Dumplink output: