Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Superstack Incident

ASecurity

A live incident — production down or degraded, users affected, data at risk, a deploy gone wrong — however phrased ("why is this broken" included); mitigation outranks diagnosis while harm is ongoing. Skip for dev-time bugs with nothing live behind them (superstack-debug).

2 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgoterraformgit

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add debabsah/superstack --skill superstack-incident --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Superstack Incident?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Superstack Incident
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/debabsah-superstack-incident/badge)](https://www.skillsdirectory.com/skills/debabsah-superstack-incident)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: superstack-incident
description: A live incident — production down or degraded, users affected, data at risk, a deploy gone wrong — however phrased ("why is this broken" included); mitigation outranks diagnosis while harm is ongoing. Skip for dev-time bugs with nothing live behind them (superstack-debug).
---

# superstack-incident

Mid-incident, priorities invert: **mitigate first, diagnose later** — and the timeline you don't keep now cannot be reconstructed honestly afterward. Every normal gate stays visible; the human gate stands (its one narrow exception is in step 4).

## The response

1. **Mitigate.** Rollback, feature-flag off, failover, rate-limit — the cheapest action that stops user harm, preferring reversible mitigations. A rollback is a tourniquet, not an admission. Expect the outward gate on mitigations that publish — `kubectl apply`, `terraform apply`, `git push` (the gate's actual list, not a class: `kubectl rollout undo` and most rollback verbs pass ungated). For `git push` it bounces once; retry the identical command (the documented once-ungated path — superstack-outward logs the override automatically). The applies and registry publishes sit in the destructive tier, where a retry alone never passes: write the owner's one-shot grant — one line, `grant: kubectl apply`, into `.superstack/outward-grant` — or have the owner write it, then retry; the gate consumes the grant and logs the use. Either way, note the skipped sweep in the timeline and run **superstack-outward** at stability, scoped to what shipped.
2. **Open the incident file in the same breath:** `.superstack/tasks/00-incident-<slug>.md` — and `mkdir -p .superstack/tasks` silently if it doesn't exist; the overlay's offer-and-interview waits for stability, an outage is not the moment. The `00-` prefix sorts the file first, so the session-start task list reaches it before ordinary tasks. First lines:

   ```
   <!-- task: 00-incident-<slug> — goal: stop <the user harm> — next: mitigate -->
   impact: <who/what is affected, since when>
   severity: <your on-call process's scale if one exists; else plain words — "all checkouts failing">
   started: <HH:MM> · mitigated: <HH:MM or open>
   ```

   **If an ACTIVE plan is mid-step** — check `.superstack/plans/` directly, one ls — camp its frontier with execute's own line: `frontier: <step-id> camped @ <time> <commit> <model>`. Skipping that is a *chosen* loss: an unstamped frontier reads as torn and the next session discards to the last kill-point — if you choose it, say so in the timeline, which is durable.
3. **Timeline as you go.** Timestamped one-liners in the incident file — `HH:MM — observed / did / decided` — written in the turn they happen, not recalled later. **Capture evidence before it rotates:** logs, metrics, screenshots, NOW; they are the postmortem's raw material.
4. **Gates relax auditably, never silently — and the human gate stands.** In most incidents the human is present (they reported it): one-way doors still route to them, stated as exact commands. Self-relaxation is only for an unreachable human with harm ongoing — and each skipped *human* gate gets the full entry, autonomy's grammar verbatim, appended to `.superstack/skipped-gates.md` at the moment of the skip:

   ```
   - G<n> (<date>) <what was skipped> — close: <exact instruction for the human>
   ```

   Mechanical bounces are not human gates: the step-1 outward override lives in the timeline and outward's own log, never as a G-entry.
5. **Comms in plain language.** One forwardable status line for the human: impact, mitigation state, next update time. No unverified cause claims — "cause unknown, mitigated" is calibrated and legal; a guessed cause in a status line is a wrong claim at its loudest.

## After stability: the postmortem

Hand off to **superstack-debug** for root cause — the timeline is its evidence, its procedure runs from the reproduce. The postmortem is debug's "root-cause the escape" written for a reader:

- Timeline (from the file, verbatim), impact, root cause, **why existing checks missed it**.
- Prevention items → superstack-queue entries with revisit triggers; the minted runnable rule → the suite or an overlay oracle row; the working-habit trap → a gotcha.
- **A mitigation that sticks is a decision.** "The write-through cache stays off" is an architecture choice made under the worst deliberation conditions in the method — route it through superstack-decide before the incident file retires; a timeline one-liner is not its record.
- If the broken behavior was vouched for earlier, mark the claim `FALSIFIED` in the claims-log (debug's step 8 — the incident is calibration data).

**Close:** the incident file retires like any task file — ship's ordering rule, durable writes first; prevention items must land somewhere durable before the file dies. Blameless is the tone: the record indicts checks and systems, not people.

## The boundary

This is the solo-with-a-model shape. Severity ladders, paging, incident-commander roles, and status pages belong to your real on-call process, which **wins wherever they conflict**. What this skill owns is the discipline the model itself contributes: mitigate-first ordering, the live timeline, auditable gate relaxation, and the postmortem's route back into checks.

Attribution

debabsahdebabsah
View sourceMore from debabsah →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →