cmbrose/Taskmaster
Automated task planning and issue management from Product Requirements Documents (PRDs)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name (owner/repo) to checkout. Defaults to current repository | no | "" |
| ref | The branch, tag or SHA to checkout. Defaults to default branch | no | "" |
| checkout-token | GitHub token for repository checkout. Uses github-token if not specified | no | "" |
| ssh-key | SSH private key for repository access | no | "" |
| fetch-depth | Number of commits to fetch. 0 = all history, 1 = shallow clone | no | 1 |
| checkout-path | Relative path where the repository will be placed | no | "" |
| clean | Whether to execute git clean before fetching | no | true |
| persist-credentials | Whether to persist credentials for later git operations | no | true |
| skip-checkout | Skip repository checkout (assumes repository is already checked out) | no | false |
| complexity-threshold | Maximum complexity threshold for task breakdown | no | 40 |
| max-depth | Maximum depth for automatic task recursion | no | 3 |
| prd-path-glob | Path glob pattern for PRD files | no | docs/**.prd.md |
| breakdown-max-depth | Maximum depth for breakdown recursion | no | 2 |
| taskmaster-args | Additional arguments to pass to Taskmaster CLI | no | "" |
| github-token | GitHub token for API access | yes | — |
| action-mode | Action mode: generate, breakdown, watcher, or full | no | full |
| scan-mode | Scan mode for watcher: webhook (single issue) or full (all issues) | no | webhook |
Outputs
| name | description |
|---|---|
| task-graph | Path to generated task graph JSON file |
| issues-created | Number of issues created or updated |
| sub-issues-created | Number of sub-issues created during breakdown |
| parent-issue-updated | Whether parent issue was updated with sub-issue links |
| issues-updated | Number of issues with updated blocked status |
| dependencies-resolved | Number of dependency chains resolved |