원클릭으로
kmg-stuck-work-escalation
Escalate stuck work using the Plan Protocol thresholds before switching tactics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Escalate stuck work using the Plan Protocol thresholds before switching tactics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Provide orientation to the Knowledge Graph system architecture and guidance for knowledge capture
Fires on pre-ship signals to check issue/enhancement status accuracy and session-summary currency before push
Enforce zero-deviation plan execution when user invokes plan implementation
Auto-surface ADR creation when user makes architectural decisions or chooses between technical approaches
Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems
Ensure the knowledge graph is consulted before any recommendation is made
| name | kmg-stuck-work-escalation |
| description | Escalate stuck work using the Plan Protocol thresholds before switching tactics |
Before starting, read ~/.kmgraph/rules.md — Plan Protocol § Stuck-Work Escalation for thresholds, scope rules, and exit paths.
Trigger when work has a definable success criterion and has resisted resolution. Applies to:
Does not apply to exploratory or iterative work (prompt tuning, CSS iteration, prototype spiking).
Tier note: This skill declares
required_tier: powerful-tier. It does not collapse to a lower tier — if powerful-tier is unavailable, the skill halts with an explicit error rather than running on a lower-capability model.
Create meta-issue (if not already open):
/kmgraph:kmg-meta-issue "[Problem Title]"
Compile attempt log — read all prior attempts from meta-issue or conversation. For each attempt, confirm a distinct hypothesis was tested (not a retry of the same fix).
powerful-tier diagnosis — provide powerful-tier with:
root-cause-evolution.md if meta-issue exists
powerful-tier reviews and provides fresh diagnosis and next hypothesis.Log next attempt with powerful-tier-recommended hypothesis:
/kmgraph:kmg-meta-issue --log-attempt NNN "[hypothesis]"
powerful-tier involvement continues — powerful-tier reviews each subsequent attempt result before the next attempt begins. Maximum 3 powerful-tier rounds before forcing exit-path analysis (step below).
Present the following to the user and require a decision:
| Question | Answer |
|---|---|
| Would a brainstorming session reframe this? | Yes / No |
| Is there a known workaround? | [describe or No] |
| Is this required functionality or nice-to-have? | Required / Nice-to-have |
| Will the system break without it? | Yes / No / Partially |
| Will users be impacted? | Yes / No / [describe] |
| Can this be deferred to a future release? | Yes / No |
Then select a mandatory exit path:
Present the exit-path analysis and selected path following plan approval rules. Wait for explicit approval before proceeding.
If root cause genuinely shifts (new diagnosis invalidates prior attempts), reset the attempt counter. Log the reset in analysis/root-cause-evolution.md with reasoning.