Best for
- "why did this work stop", "why did this stall", "why did this just stop"
- "infinite loop", "looping", "spinning", "going too deep", "recovery went too deep"
- "liveness — what happened here", "this tree stopped working", "stuck"
paperclipai/paperclip/.agents/skills/diagnose-why-work-stopped/SKILL.md
Diagnose stalled, looping, or over-recovered Paperclip issue trees and propose a no-code product-rule plan. Use when asked why work stopped, why it looped, or how to prevent a tree from going too deep.
Decision brief
A repeatable procedure for the recurring class of issues where the user (or a manager) points at a stalled / looping / over-recovered issue tree and asks "why did this stop / why is this looping / how do we make sure this doesn't happen again?"
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/paperclipai/paperclip --skill ".agents/skills/diagnose-why-work-stopped"Inspect the Agent Skill "diagnose-why-work-stopped" from https://github.com/paperclipai/paperclip/blob/77979950381a99271e4690c581a7440b73807b11/.agents/skills/diagnose-why-work-stopped/SKILL.md at commit 77979950381a99271e4690c581a7440b73807b11. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Before walking the tree, read doc/execution-semantics.md and keep its terms intact:
Phase 0 cleans up the live tree without papering over evidence:
[ ] The exact stop point in the named tree is identified with run ids / comment ids.
Trigger on an assignment whose title or body matches any of:
The assignment asks you to ship a code change directly. Use normal engineering flow.
Permission review
The documentation asks the agent to run terminal commands or scripts.
post-run disposition: terminal, explicitly live, explicitly waiting, invalidEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 74,938 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
A repeatable procedure for the recurring class of issues where the user (or a manager) points at a stalled / looping / over-recovered issue tree and asks "why did this stop / why is this looping / how do we make sure this doesn't happen again?"
This skill is diagnostic + product-design, not engineering. The output is a written root cause and an approved plan. No code changes leave this skill.
Canonical execution model: read doc/execution-semantics.md before diagnosing or proposing a new liveness/recovery rule. Use that document as the source of truth for status, action-path, post-run disposition, bounded continuation, productivity review, pause-hold, watchdog, and explicit recovery semantics. If the investigation finds a true product-rule gap, the plan should say whether doc/execution-semantics.md needs a matching update.
Trigger on an assignment whose title or body matches any of:
Also use when the user asks for forensics, root cause, or a write-up before any product change.
Every diagnosis and every proposed rule must hold these three invariants together. The user has restated them on at least four issues; treat them as load-bearing:
If a proposed rule violates any of the three, drop it or rework it. State explicitly in the plan how each invariant is held.
Before walking the tree, read doc/execution-semantics.md and keep its terms intact:
run_liveness_continuationDo not invent a new rule until you can state how it differs from the current execution semantics document.
Do this in the same heartbeat. Do not propose a rule until you have a concrete stop point.
in_review with no typed execution participant, no active run, no pending interaction, no recovery issue (PAP-2335, PAP-2674).in_progress after a successful run with no future action path queued (PAP-2674).cancelled / malformed / cross-company-inaccessible (PAP-2602).issue.continuation_recovery waking the same issue >N times after successful runs (PAP-2602).Respect the API boundary. If the linked issue is in another company and your agent token returns 403, do not bypass scoping. Either request a board-approved diagnostic path or proceed from inferred PAP-side evidence and label it.
Before proposing a new product rule, read what already shipped this week in the same area. The user has explicitly called this out: (PAP-2602) "review our recent work on liveness that we shipped in the last couple of days." A new rule that contradicts code merged 48 hours ago is rework, not improvement.
Quick survey:
State in the forensics: "I reviewed X, Y, Z. The new gap is …"
For every issue in the affected tree that is not done / cancelled / actively running, decide:
This is the table the user has asked for repeatedly (PAP-2335). Without it the plan is abstract.
The user does not want a one-off patch on the named tree. They want the rule. Two checks:
doc/execution-semantics.md. Prefer citing and applying the existing contract; propose a document change only when the current doc is incomplete or contradicted by accepted/implemented behavior.If the rule would have blocked a recent productive run from succeeding, drop or narrow it.
Write the plan into the issue's plan document. Cover:
doc/execution-semantics.md contract already covers the case, or what exact documentation update is needed.Phase 0 resolves the named live tree (carefully, not destructively), Phase 1 codifies the contract in docs, then implementation phases for detection, recovery, UI surfacing, security review, QA, and CTO review.blockedByIssueIds, parallel branches identified.Do not create the child issues yet. Do not push code.
request_confirmation interaction targeting the latest plan revision. Idempotency key confirmation:{issueId}:plan:{revisionId}.Phase 0 cleans up the live tree without papering over evidence:
in_review leaves with no participant to todo with a precise next action and named owner (PAP-2335).done to clear backlog.When the phase chain is complete, post a board-level summary comment on the parent issue: what changed, what the new contract is, what the rollout step is (e.g. "restart the control-plane to pick up the new response shape"), and the live state of the originally-named tree. Then close the parent.
request_confirmation against the latest plan revision is open.blockedByIssueIds dependencies.Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
event4u-app/agent-config
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.
event4u-app/agent-config
Use BEFORE writing or editing any non-trivial UI — inventories components, design tokens, shadcn primitives, and reusable patterns into state.ui_audit. Hard gate for the ui directive set.
event4u-app/agent-config
Use BEFORE writing/changing tests, adding mocks, or test-only methods on production classes — vs mocking-the-mock, production pollution, partial mocks, and overfit/tautological assertions