Inspectable Stack
Table of Contents
Pick tools you can inspect, move, and get help on - open license alone is not enough.
Key Concept
- If I cannot inspect it, move it, and find help when stuck, it does not get a serious look.
- Level 1: Three checks before the stack earns trust - can I read the source, leave with my files, and find a fix at ten at night without a ticket queue.
- Level 2: Inspectable stack is like a car with the hood unlatched - you can see why it stalled, tow your stuff to another garage, and find a mechanic who has seen that engine before.
- Level 3: Because open license does not mean maintained, Open Not Maintained and Say No to Nulled fail the inspectable test even when view source is technically true.
- Level 4: Hugo partial threw a blank route - I opened the theme file, found a nil check someone forgot, fixed it in ten minutes; closed black boxes would still be waiting on support.
- Level 5: Community Depth supplies the help lane; Future-Proofing Knowledge is the move test for notes.
- Say no to tools that only let you work inside their garden unless the garden is genuinely worth the rent.
- Git is how I touch open code without breaking everyone else - clone, branch, revert.
Examples
- WordPress plugin fatal on a client site - commented out one bad line until a maintained fork showed up; closed SaaS would have been a support form and a prayer.
- Hugo build failed on a theme path case mismatch - Linux wanted hugoplate, folder said HugoPlate; fixable in ten minutes because the whole stack is files I can read.
Note Relationships
| Relationship | Wikilink | Reason |
|---|---|---|
| contradicts | There Is No Perfect Solution | when I defer the inspect-move-help test until launch week |
| extends | Community Depth | Help when stuck is the third leg of the filter |
| extends | Cross-Platform Software | Move test includes the OS on the next machine |
| extends | Future-Proofing Knowledge | Move test for notes - export before you need it |
| extends | Open Not Maintained | Legal open still fails when nobody ships fixes |
| extends | Rollback Principle | Git revert is inspect-and-undo on the same files the world runs |





