cmbrose/Taskmaster Issues Generator
Automatically generate GitHub Issues from PRD files using Taskmaster CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| complexity-threshold | Maximum complexity threshold for tasks (default: 40) | no | 40 |
| max-depth | Maximum depth for task hierarchy (default: 3) | no | 3 |
| prd-path-glob | Glob pattern for PRD files to process (default: docs/**.prd.md) | no | docs/**.prd.md |
| breakdown-max-depth | Maximum depth for task breakdown (default: 2) | no | 2 |
| taskmaster-args | Additional arguments to pass to Taskmaster CLI | no | "" |
| replay-artifact-id | ID of artifact to replay (for recovery workflows) | no | "" |
| cleanup-artifacts | Whether to cleanup expired artifacts | no | false |
| dry-run | Enable dry-run mode (preview only, no issues created) | no | false |
Outputs
| name | description |
|---|---|
| task-count | Number of tasks generated |
| artifact-url | URL to the generated task graph artifact |