nahisaho/MUSUBI SDD Action
Run MUSUBI Specification-Driven Development validation and analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | MUSUBI command to run (validate, analyze, trace, gaps) | no | validate |
| feature | Feature name to analyze (optional) | no | "" |
| node-version | Node.js version to use | no | 18 |
| working-directory | Working directory for MUSUBI commands | no | . |
| fail-on-gaps | Fail the workflow if traceability gaps are found | no | false |
| constitution-check | Run constitutional governance validation | no | true |
| output-format | Output format (text, json, markdown) | no | markdown |
Outputs
| name | description |
|---|---|
| validation-result | Validation result (passed/failed) |
| coverage | Requirements coverage percentage |
| gaps-count | Number of traceability gaps found |
| report-path | Path to generated report file |