{
  "repo": "pogohoper__Plugins-for-Claude",
  "total": 3,
  "priorities": {
    "P0": 0,
    "P1": 0,
    "P2": 3,
    "P3": 0
  },
  "prompts": [
    {
      "id": "license-missing",
      "title": "Add a LICENSE file",
      "priority": "P2",
      "category": "legal",
      "prompt": "Repository 'pogohoper__Plugins-for-Claude' has no detectable license. Add a LICENSE file. For open-source projects, MIT is recommended unless dependencies require a specific license. Create the full file.",
      "files": [],
      "expected_outcome": "LICENSE file added",
      "effort": "quick-fix",
      "tags": [
        "license",
        "legal"
      ]
    },
    {
      "id": "scorecard-fail",
      "title": "Fix 6 scorecard failures (40%)",
      "priority": "P2",
      "category": "compliance",
      "prompt": "Repository 'pogohoper__Plugins-for-Claude' fails 6 scorecard checks (score: 40%):\n\n- Has README: Repository has a README file\n- Has LICENSE: Repository has a LICENSE file\n- Has CI/CD: Repository has CI/CD configuration\n- Has Tests: Repository has test files\n- Has Docker: Repository has Dockerfile\n- Grade C or Above: Overall quality grade is C or better\n\nFix each failing check.",
      "files": [],
      "expected_outcome": "Scorecard score improved from 40% to 80%+",
      "effort": "moderate",
      "tags": [
        "scorecard",
        "compliance"
      ]
    },
    {
      "id": "complexity",
      "title": "Simplify 1 high-complexity files",
      "priority": "P2",
      "category": "quality",
      "prompt": "These files in 'pogohoper__Plugins-for-Claude' have high cyclomatic complexity:\n\n- **plugins/tts/scripts/speak.py**: complexity=16, max nesting=5, longest function=40 lines\n\nFor each file:\n1. Break large functions into smaller, focused functions\n2. Reduce nesting depth (extract early returns, use guard clauses)\n3. Simplify conditional logic\n4. Extract complex expressions into named variables",
      "files": [
        "plugins/tts/scripts/speak.py"
      ],
      "expected_outcome": "All listed files reduced to medium or low complexity",
      "effort": "significant",
      "tags": [
        "complexity",
        "refactoring",
        "quality"
      ]
    }
  ]
}