| description | Scaffold a new domain's scanner demo-app and workshop repositories with full parity to existing domains |
|---|---|
| agent | DomainScaffolder |
| argument-hint | [domain=...] [tools=...] |
- ${input:domain}: (Required) Domain name in lowercase hyphenated format (e.g., code-quality, security).
- ${input:tools}: (Optional) Comma-separated list of scanning tools. Auto-detected from domain skill if omitted.
- ${input:output_dir}: (Optional) Output directory for generated repos. Defaults to parent of current workspace.
- Load the domain scaffolding skill and the domain-specific scan skill.
- Generate the complete
{domain}-scan-demo-apprepository structure with 5 sample apps, CI/CD pipelines, bootstrap scripts, SARIF converters, and Power BI PBIP. - Generate the complete
{domain}-scan-workshoprepository structure with 10 labs, screenshot automation, dev container, and Jekyll site. - Ensure structural parity with accessibility-scan-demo-app, code-quality-scan-demo-app, and finops-scan-demo-app.
- Produce a scaffolding summary with file counts and next steps.