{
  "name": "@blackbelt-technology/pi-dashboard-eng-disciplines",
  "version": "0.7.0",
  "description": "Cross-cutting engineering-discipline skills for pi sessions — interview-me, doubt-driven-review, code-simplification, security-hardening, performance-optimization, observability-instrumentation, systematic-debugging, node-inspect-debugger, scenario-design (ISTQB test-scenario design). Orthogonal to the openspec pipeline; triggers retargeted to avoid spec/plan/build/ship/review collisions. Adapted from Addy Osmani's agent-skills and NousResearch's hermes-agent (both MIT).",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/BlackBeltTechnology/pi-agent-dashboard",
    "directory": "packages/eng-disciplines"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-skill",
    "pi-dashboard",
    "engineering-discipline",
    "security",
    "performance",
    "observability",
    "code-review",
    "refactoring",
    "debugging",
    "root-cause",
    "node-inspect",
    "test-design",
    "scenario-design"
  ],
  "pi": {
    "skills": [
      ".pi/skills/interview-me",
      ".pi/skills/doubt-driven-review",
      ".pi/skills/review-code",
      ".pi/skills/code-simplification",
      ".pi/skills/security-hardening",
      ".pi/skills/performance-optimization",
      ".pi/skills/observability-instrumentation",
      ".pi/skills/systematic-debugging",
      ".pi/skills/node-inspect-debugger",
      ".pi/skills/scenario-design"
    ]
  },
  "files": [
    ".pi/skills/",
    "README.md",
    "NOTICE"
  ]
}
