ワンクリックで
dge-compound
Capture reusable learning from completed Delivery Graph nodes, tracks, or demands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Capture reusable learning from completed Delivery Graph nodes, tracks, or demands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Drive a raw demand all the way to done from a single command - design, plan, and evidence-gated execution - stopping only at two judgment gates and on genuine failure or ambiguity.
Design a structured demand from a raw request, including its gap register, requirements, and acceptance criteria for Delivery Graph Engineering.
Drive the ready queue end to end - implement each ready node, gate it on evidence, and stop on the first failure.
Convert DGE requirements into tracks, dependency nodes, and validation contracts.
Independently verify a Delivery Graph node against its validation contract and block completion until evidence and verifier independence exist.
Execute one ready Delivery Graph node while preserving its validation contract and dependency boundaries.
| name | dge-compound |
| description | Capture reusable learning from completed Delivery Graph nodes, tracks, or demands. |
| argument-hint | [optional NODE-###, track id, demand id, or brief context] |
Use this skill after a node, track, or demand is completed.
Convert execution knowledge into reusable learning for future DGE loops.
delivery-graph/learnings/.delivery-graph/learnings/<slug>.md.Add a small YAML frontmatter block so dge learnings --about "<topic>" can match
this learning by tag and related id (the read side of the compound loop that
/dge-design and /dge-plan-graph run before scoping new work). The frontmatter
is optional and legacy learnings without it still list — but new learnings should
carry it so future demands actually find them.
---
title: <Learning title>
tags: [<topic>, <area>, <keyword>]
related: [NODE-###, DEM-###, REQ-###]
---
# <Learning title>
## Applies when
## Context
## Guidance
## Evidence
## Avoid
## Related graph ids
After writing a learning, confirm it surfaces: dge learnings --about "<a tag>"
should list it. A learning no future demand can find is not compounding.
Follow the shared output convention (see skills/README.md): lead the final
reply with a bold one-line synthesis of what was captured (e.g. "Learning
captured: " or "Nothing new to compound"), then any schema/skill-instruction
suggestion from workflow step 5, then a ## Next block: /dge-design or
/dge-plan-graph for the next demand, or a single "nothing pending" line when
there is none.