| Workflow |
md File |
Purpose |
| Small Tools |
pytools.md |
Quick utility scripts without restarting context each time |
| Spec-Driven Impl |
spec.md |
Lock in what before agreeing to how |
| Analysis |
analysis.md |
Understand existing code before changing it |
| Refactoring |
refactor.md |
Change structure without changing behavior |
| Code Smells |
codesmells.md |
Find structural problems before they cause failures |
| Vulnerabilities |
vulner.md |
Find security and correctness issues before they ship |
| Dependencies |
depend.md |
Map what your code relies on and what relies on it |
| Code Organization |
codeorg.md |
Restructure directories and files safely |
| Publish |
pub.md |
Readme generation, git workflow, and release prep |
| Text Editing |
managetext.md |
Edit documentation and prose without losing your voice |