cmbrose/Task Planning GitHub Action

Automatically generate GitHub Issues from PRD files using Taskmaster CLI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
complexity-thresholdComplexity score threshold for task breakdown (default: 40)no40
max-depthMaximum depth for automatic task recursion (default: 3)no3
prd-path-globPOSIX glob pattern for PRD file paths (default: docs/**.prd.md)nodocs/**.prd.md
breakdown-max-depthMaximum additional depth for manual breakdown commands (default: 2)no2
taskmaster-argsAdditional arguments to pass to Taskmaster CLIno""
github-tokenGitHub token for API accessyes${{ github.token }}
dry-runRun in dry-run mode (preview only, no issues created)nofalse
namedescription
task-countNumber of tasks generated
issues-createdNumber of GitHub issues created
artifact-urlURL of the uploaded task graph artifact