cmbrose/Task Planning GitHub Action
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 | Complexity score threshold for task breakdown (default: 40) | no | 40 |
| max-depth | Maximum depth for automatic task recursion (default: 3) | no | 3 |
| prd-path-glob | POSIX glob pattern for PRD file paths (default: docs/**.prd.md) | no | docs/**.prd.md |
| breakdown-max-depth | Maximum additional depth for manual breakdown commands (default: 2) | no | 2 |
| taskmaster-args | Additional arguments to pass to Taskmaster CLI | no | "" |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| dry-run | Run in dry-run mode (preview only, no issues created) | no | false |
Outputs
| name | description |
|---|---|
| task-count | Number of tasks generated |
| issues-created | Number of GitHub issues created |
| artifact-url | URL of the uploaded task graph artifact |