{
  "name": "taskchef",
  "version": "8.5.2",
  "description": "Dispatch work from a data-only workspace to visible Codex project tasks.",
  "author": {
    "name": "Favo Yang",
    "url": "https://github.com/favoyang"
  },
  "homepage": "https://github.com/favoyang/taskchef#readme",
  "repository": "https://github.com/favoyang/taskchef",
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "delegation",
    "dispatcher",
    "tasks"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "TaskChef",
    "shortDescription": "Dispatch work to the right Codex project task.",
    "longDescription": "Route work to visible Codex project tasks, monitor them in the dashboard, and get concise cached-first coordination briefs.",
    "developerName": "Favo Yang",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/favoyang/taskchef",
    "defaultPrompt": [
      "$taskchef-bootstrap Set up TaskChef and index my local Codex projects.",
      "$taskchef-delegate Do X in Y project.",
      "$taskchef-dashboard Ensure and open the TaskChef dashboard.",
      "$taskchef-copilot Summarize recent delegated work and tell me what needs attention."
    ],
    "brandColor": "#D97706",
    "composerIcon": "./assets/taskchef.svg",
    "logo": "./assets/taskchef.svg",
    "logoDark": "./assets/taskchef-dark.svg"
  }
}
