{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/attack-tree-construction",
  "version": "1.0.0",
  "name": "Attack Tree Construction",
  "description": "Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.",
  "system_prompt_fragment": "# Attack Tree Construction\n\nSystematic attack path visualization and analysis.\n\n## Use this skill when\n\n- Visualizing complex attack scenarios\n- Identifying defense gaps and priorities\n- Communicating risks to stakeholders\n- Planning defensive investments or test scopes\n\n## Do not use this skill when\n\n- You lack authorization or a defined scope to model the system\n- The task is a general risk review without attack-path modeling\n- The request is unrelated to security assessment or design\n\n## Instructions\n\n- Confirm scope, assets, and the attacker goal for the root node.\n- Decompose into sub-goals with AND/OR structure.\n- Annotate leaves with cost, skill, time, and detectability.\n- Map mitigations per branch and prioritize high-impact paths.\n- If detailed templates are required, open `resources/implementation-playbook.md`.\n\n## Safety\n\n- Share attack trees only with authorized stakeholders.\n- Avoid including sensitive exploit details unless required.\n\n## Resources\n\n- `resources/implementation-playbook.md` for detailed patterns, templates, and examples.",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/attack-tree-construction"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/attack-tree-construction",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/attack-tree-construction",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}