cmbrose/Taskmaster

Automated task planning and issue management from Product Requirements Documents (PRDs)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name (owner/repo) to checkout. Defaults to current repositoryno""
refThe branch, tag or SHA to checkout. Defaults to default branchno""
checkout-tokenGitHub token for repository checkout. Uses github-token if not specifiedno""
ssh-keySSH private key for repository accessno""
fetch-depthNumber of commits to fetch. 0 = all history, 1 = shallow cloneno1
checkout-pathRelative path where the repository will be placedno""
cleanWhether to execute git clean before fetchingnotrue
persist-credentialsWhether to persist credentials for later git operationsnotrue
skip-checkoutSkip repository checkout (assumes repository is already checked out)nofalse
complexity-thresholdMaximum complexity threshold for task breakdownno40
max-depthMaximum depth for automatic task recursionno3
prd-path-globPath glob pattern for PRD filesnodocs/**.prd.md
breakdown-max-depthMaximum depth for breakdown recursionno2
taskmaster-argsAdditional arguments to pass to Taskmaster CLIno""
github-tokenGitHub token for API accessyes
action-modeAction mode: generate, breakdown, watcher, or fullnofull
scan-modeScan mode for watcher: webhook (single issue) or full (all issues)nowebhook
namedescription
task-graphPath to generated task graph JSON file
issues-createdNumber of issues created or updated
sub-issues-createdNumber of sub-issues created during breakdown
parent-issue-updatedWhether parent issue was updated with sub-issue links
issues-updatedNumber of issues with updated blocked status
dependencies-resolvedNumber of dependency chains resolved