{
  "name": "@barlevalon/plannotator-setup-goal-skill",
  "version": "0.1.0",
  "description": "Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barlevalon/skills.git",
    "directory": "skills/review/plannotator-setup-goal"
  },
  "bugs": {
    "url": "https://github.com/barlevalon/skills/issues"
  },
  "homepage": "https://github.com/barlevalon/skills/tree/main/skills/review/plannotator-setup-goal#readme",
  "keywords": [
    "agent-skill",
    "agent-skills",
    "ai-agent",
    "pi",
    "pi-package",
    "plannotator-setup-goal",
    "review",
    "skills"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "SKILL.md",
    "SKILL.test.ts",
    "agents/openai.yaml"
  ],
  "scripts": {
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "skills": [
      "./SKILL.md"
    ]
  },
  "curator": "Alon Hearter"
}
