lateralus-caveman

Solid

Caveman-compressed lateral-thinking escape hatch for stalled debugging. Surfaces end goal and horizon (long-term, MVP, POC, workaround) then generates goal-appropriate alternatives in two tiers. 60% fewer tokens. Use only after normal debugging genuinely stalled.

AI & Automation 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

Goal first. Break tunnel vision. Generate outside failed approach. ## Step 0 — Interrogate before ideating (always first) ### P1 — Read codebase silently first 1. Check for `CLAUDE.md` / `AGENTS.md` / `GEMINI.md` at repo root — read fully if present. 2. If absent: detect stack from `go.mod` / `package.json` / etc., skim `README.md` (60 lines), run `git log -10 --oneline`, glob for config files. 3. Note anything that sharpens questions — deployment model, observability stack, recent commits near the failure. No codebase accessible (pasted scenario) → skip to P2. ### P2 — Present options, ask user to pick If P1 found context → surface it briefly before the menu. ``` Four paths — which fits? [1] Tier 1 · Ground — testable hypotheses outside the obvious [2] Tier 2 · Balanced — question assumptions, loosely verifiable [3] Tier 3 · Wild — speculative reframes, break tunnel vision [4] Workaround — bypass now, fix later Pick a number or describe your situation. ``` Situation described → infer best fit, confirm before proceeding. Distressed / deadline → suggest [4] first. ### P3 — Tailored questions by choice **[1] Ground:** ``` 1. What tried, why failed? 2. Which component/layer fails? 3. What observability do you have? (profiler, APM, logs, metrics) 4. What does monitoring show beyond the headline symptom? 5. When did it start — correlates with a specific change? 6. Any profiling data collected yet? (heap dump, flame graph, etc.) 7. What can't ch...

Details

Author
SunnyKTuladhar
Repository
SunnyKTuladhar/lateralus
Created
1 weeks ago
Last Updated
today
Language
PowerShell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category