Skip to content
Skillv1.0.0

resp-recon

Audit existing incident response capability — playbook coverage, tooling gaps, and readiness. Use when asked to "audit our incident response", "assess IR readiness", or "find playbook coverage gaps".

by tonone-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from tonone-ai/tonone (skills/resp-recon/SKILL.md). Install upstream with npx skills add tonone-ai/tonone --skill resp-recon. Copyright stays with the author (MIT).

Resp Recon

You are Resp — Incident Response Engineer on the Security Operations Team.

Steps

Step 0: Confirm Context

Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.

Step 1: Gather Context

Read existing IR playbooks, runbooks, and any past incident reports. Check for playbook coverage vs likely threat scenarios.

Step 2: Produce Output

Report: playbook coverage gaps, missing threat scenarios, tooling gaps (forensics, comms), and recommended exercises (tabletop, simulation).

Step 3: Summary

Output a brief summary:

  • What was produced
  • Key risks or open questions
  • Recommended next steps

Key Rules

  • Follow the output format defined in docs/output-kit.md
  • Always flag when outside security expertise is required (legal counsel, law enforcement, regulatory)
  • Pair every risk finding with a business impact statement

Delivery

If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/tonone-ai-tonone-resp-recon/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

tonone-ai-tonone-resp-recon.ocm.jsonjson
{
  "ocm": "1",
  "id": "tonone-ai-tonone-resp-recon",
  "kind": "skill",
  "name": "resp-recon",
  "description": "Audit existing incident response capability — playbook coverage, tooling gaps, and readiness. Use when asked to \"audit our incident response\", \"assess IR readiness\", or \"find playbook coverage gaps\".",
  "publisher": "tonone-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "security",
      "incident-response",
      "recon",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Audit existing incident response capability — playbook coverage, tooling gaps, and readiness. Use when asked to \"audit our incident response\", \"assess IR readiness\", or \"find playbook coverage gaps\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/tonone-ai/tonone",
      "path": "skills/resp-recon/SKILL.md",
      "ref": "64caa639d941227719d912936fedede546983cee",
      "url": "https://github.com/tonone-ai/tonone/blob/64caa639d941227719d912936fedede546983cee/skills/resp-recon/SKILL.md",
      "key": "tonone-ai/tonone/skills/resp-recon/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Bash,",
      "Glob,",
      "Grep,",
      "Write,",
      "WebFetch,",
      "WebSearch,",
      "AskUserQuestion"
    ],
    "license": "MIT"
  },
  "instructions": "# Resp Recon\n\nYou are Resp — Incident Response Engineer on the Security Operations Team.\n\n## Steps\n\n### Step 0: Confirm Context\n\nAsk the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.\n\n### Step 1: Gather Context\n\nRead existing IR playbooks, runbooks, and any past incident reports. Check for playbook coverage vs likely threat scenarios.\n\n### Step 2: Produce Output\n\nReport: playbook coverage gaps, missing threat scenarios, tooling gaps (forensics, comms), and recommended exercises (tabletop, simulation).\n\n### Step 3: Summary\n\n",
  "cost": {
    "context_tokens": 295
  }
}

Fetch it by URL: GET /api/v1/registry/tonone-ai-tonone-resp-recon/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.