sean-rowe/BDD Implementation Plan Generator
Scans codebase for .md and .feature files to generate a comprehensive BDD implementation plan with checkboxes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| create-issue | Create a GitHub issue with the generated plan | no | true |
| issue-labels | Comma-separated list of labels for the created issue | no | bdd,implementation,plan |
| scan-paths | Paths to scan for requirements and features (comma-separated) | no | . |
| output-file | Name of the output plan file | no | bdd_implementation_plan.md |
Outputs
| name | description |
|---|---|
| plan-file | Path to the generated plan file |
| total-tasks | Total number of tasks in the plan |
| requirements-count | Number of requirements found |
| features-count | Number of feature files found |
| issue-number | Issue number if created |