Commit 80473da
committed
Add Cleanup Extension to catalog
**Repository**: https://github.com/dsrednicki/spec-kit-cleanup
**Version**: 1.0.0
**License**: MIT
**Author**: @dsrednicki
### What it does
Post-implementation quality gate that reviews changes and handles issues by severity:
| Severity | Action |
|----------|--------|
| SMALL | Fix immediately (Scout Rule) - debug statements, unused imports |
| MEDIUM | Create follow-up tasks in tasks.md |
| LARGE | Generate tech-debt-report.md with analysis and options |
| CRITICAL | Halt and alert (security issues) |
### Command
| Command | Description |
|---------|-------------|
| `/speckit.cleanup.run` | Review implementation, fix small issues, identify tech debt |
| `/speckit.cleanup` | Alias for above |
### Hook
- `after_implement` - Prompts to run cleanup after `/speckit.implement`
### Installation (once merged)
```bash
specify extension add cleanup
```1 parent c78f842 commit 80473da
1 file changed
+34
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
6 | 38 | | |
0 commit comments