一键导入
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.