{
  "name": "AI Task Decomposition",
  "commands": [
    "decompose",
    "d"
  ],
  "args": {
    "boolean": [
      "interactive",
      "with-refs"
    ],
    "string": [
      "task",
      "description"
    ],
    "alias": {
      "interactive": ["i"],
      "task": ["t"],
      "description": ["d"],
      "with-refs": ["include-refs", "references"]
    }
  },
  "controller": "./src/controller/decompose",
  "help": "./docs/commands/decompose.txt"
}
