generate
Automatically create individual task files in the tasks/ directory by processing tasks.json. Specify project root, output directory, and optional tag for task management in AI-driven development workflows.
Instructions
Generates individual task files in tasks/ directory based on tasks.json
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Absolute path to the tasks file | |
output | No | Output directory (default: same directory as tasks file) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |