Summary
Audit utility scripts in slop/ and the repository root scripts/
directory. Give each script a proper home, document it, or deprecate it.
Motivation
Scripts accumulate in slop/ and scripts/ without documentation or clear ownership. Some may be obsolete, some may duplicate skill functionality, and some may be useful but undiscoverable. Cleaning this up makes the tooling legible.
Steps
- List all scripts in
slop/andscripts/. - For each script: determine if it is active, what it does, and whether a skill or spec already covers its function.
- Active, useful scripts: move to the appropriate specification directory (e.g., semiotic-markdown/skills/ or agential-semioverse-repository/plans/skills/).
- Obsolete or duplicate scripts: delete with a commit message explaining why.
- Remaining scripts: document with a comment header or README.
Done when
- All scripts in slop/ audited
- All scripts in scripts/ audited
- Useful scripts have proper homes and documentation
- Obsolete scripts removed
Dependencies
None.
Log
2026-03-07 — Created from TODO.md unplanned item.