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