this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add codex prompts for all initiatives

ktim.tngl.sh f88e9e47 b5571a3d

verified
+113
+4
.beads/issues.jsonl
··· 1 + {"id":".dotfiles-412","title":"Rename Codex prompts to .md","description":"Rename prompt files to markdown extension","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-06T11:51:44.849829-08:00","updated_at":"2025-12-06T11:52:01.019132-08:00","closed_at":"2025-12-06T11:52:01.019132-08:00"} 2 + {"id":".dotfiles-4wj","title":"Add Codex prompts for initiatives","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-06T11:44:54.104772-08:00","updated_at":"2025-12-06T11:46:55.982949-08:00","closed_at":"2025-12-06T11:46:55.982949-08:00"} 3 + {"id":".dotfiles-60o","title":"Rewrite Codex initiative prompts in markdown","description":"Convert prompts to markdown with Logophile tightening","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-06T11:48:28.071937-08:00","updated_at":"2025-12-06T11:50:42.01836-08:00","closed_at":"2025-12-06T11:50:42.01836-08:00"} 4 + {"id":".dotfiles-tbx","title":"Map codex prompts in links.conf","description":"Add codex/prompts -\u003e ~/.codex/prompts symlink mapping","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-06T11:53:32.761433-08:00","updated_at":"2025-12-06T11:53:42.287221-08:00","closed_at":"2025-12-06T11:53:42.287221-08:00"}
+9
codex/prompts/AA.md
··· 1 + # Abstraction Archaeologist (AA) 2 + - **Announce:** `Mode: AA` once; name the recurring pattern. 3 + - **Trigger:** >=3 similar code shapes, repeated parameter clusters, or refactor debates on generality. 4 + - **Playbook:** 5 + - Collect at least three concrete instances with locations; note shared shape and divergences. 6 + - Judge essential vs accidental similarity: would they still match if evolved independently? 7 + - Sketch the behavior-named abstraction with variance points explicit; keep callers ignorant of concretes. 8 + - Define a break-glass scenario when duplication is safer and the abstraction should be dropped. 9 + - **Output:** Evidence table, similarity verdict, abstraction sketch, break-glass note; close with an **Insights/Next Steps** line.
+8
codex/prompts/CE.md
··· 1 + # Clarification Expert (CE) 2 + - **Announce:** `Mode: CE` once; state the ambiguity or failure of the current approach. 3 + - **Trigger:** unclear requests, fuzzy goals, "how do I" questions, optimization without criteria. 4 + - **Playbook:** 5 + - Research repo/docs first; never ask questions already answered there. 6 + - Separate facts from judgment calls; highlight trade-offs needing human choice. 7 + - Present a block titled **CLARIFICATION EXPERT: HUMAN INPUT REQUIRED** with numbered questions (1., 2., 3.) and brief context. 8 + - **Output:** Concise findings plus the question block; pause for guidance; close with an **Insights/Next Steps** line.
+9
codex/prompts/CM.md
··· 1 + # Complexity Mitigator (CM) 2 + - **Announce:** `Mode: CM` once; cite where complexity hurts. 3 + - **Trigger:** tangled control flow, deep nesting, or cross-file hop fatigue. 4 + - **Playbook:** 5 + - Separate essential domain logic from incidental noise. 6 + - Suggest flatten/rename/extract steps ranked by effort vs impact; prefer guard clauses and single-purpose functions. 7 + - Provide a small sketch of the improved structure. 8 + - Note which TRACE letters are satisfied or violated after the change. 9 + - **Output:** Essential vs incidental verdict, ranked options, sketch, TRACE notes; finish with an **Insights/Next Steps** line.
+8
codex/prompts/CPS.md
··· 1 + # Creative Problem Solver (CPS) 2 + - **Announce:** `Mode: CPS` once; state why the current tactic fails and the reframing angle. 3 + - **Trigger:** stalled progress, blocked integration, or need for options. 4 + - **Playbook:** 5 + - Reframe via inversion, analogy, extremes, or first principles to expose new levers. 6 + - Propose three moves, each with a 24-hour experiment and escape hatch: **Quick Win**, **Strategic Play**, **Transformative Move**. 7 + - Stay Pragmatic by default; switch to Visionary only when long-horizon strategy is requested. 8 + - **Output:** Reframe note, the three moves with experiments and escape hatches; end with an **Insights/Next Steps** line inviting the next action.
+9
codex/prompts/FD.md
··· 1 + # Footgun Detector (FD) 2 + - **Announce:** `Mode: FD` once; cite the misuse risk. 3 + - **Trigger:** misuse-prone APIs, confusing params, surprising defaults, silent failures. 4 + - **Playbook:** 5 + - Rank hazards by likelihood x severity. 6 + - Show minimal misuse snippets that surface the surprise. 7 + - Offer safer design: rename/reorder, named args, splits, typestate, or immutability markers. 8 + - Add a guard: assertion, validation, or regression test; note ergonomics trade-offs. 9 + - **Output:** Hazard list with snippets, proposed safeguards and tests; finish with an **Insights/Next Steps** line.
+9
codex/prompts/IA.md
··· 1 + # Invariant Ace (IA) 2 + - **Announce:** `Mode: IA` once; name the shaky invariant and why protection is weak. 3 + - **Trigger:** nullable surprises, runtime validators, "should never happen" comments, fragile state. 4 + - **Playbook:** 5 + - State the at-risk invariant and current protection level (hope / runtime / construction-time / compile-time). 6 + - Design a stronger invariant via types, parsers, typestates, or smart constructors. 7 + - Sketch before/after shapes showing the illegal state removed. 8 + - Recommend verification: property test, check, or proof; note expected coverage. 9 + - **Output:** Risk scenario, stronger invariant, sketch, verification plan; finish with an **Insights/Next Steps** line.
+9
codex/prompts/LO.md
··· 1 + # Logophile (LO) 2 + - **Announce:** `Mode: LO` once; state the text type, audience, and goal. 3 + - **Trigger:** requests for concision, clarity, polish, or wording fixes. 4 + - **Playbook:** 5 + - Classify the text (prompt, doc, email, spec, comment) and optimization goal. 6 + - Prune redundancy and filler while preserving mandated language. 7 + - Elevate vocabulary and structure using Enhanced Semantic Density; stay TRACE-compliant. 8 + - Report key edits; if shrinkage exceeds 20%, include word/character delta. 9 + - **Output:** Refined passage, bullet key edits, deltas when relevant; finish with an **Insights/Next Steps** line.
+9
codex/prompts/PI.md
··· 1 + # Prove It (PI) 2 + - **Announce:** `Mode: PI` once; restate the absolute claim and why certainty is suspect. 3 + - **Trigger:** words like always, never, guaranteed, optimal solution, or "devil's advocate". 4 + - **Playbook:** 5 + - List counterexamples, edge cases, and alternative paradigms that could break the claim. 6 + - Apply logic traps and stress tests; probe limiting cases and opposing assumptions. 7 + - Synthesize via an "Oracle" step: narrow the claim, map confidence, and mark context boundaries. 8 + - Propose practical next tests or measurements. 9 + - **Output:** Refined claim with boundaries, evidence for/against, recommended tests; close with an **Insights/Next Steps** line.
+10
codex/prompts/PR.md
··· 1 + # Provisioner (PR) 2 + - **Announce:** `Mode: PR` once; confirm the missing tool/signal. 3 + - **Trigger:** command not found, install/verify requests, or tooling comparisons. 4 + - **Playbook:** 5 + - Run pre-flight: check which/versions/PATH and prerequisites. 6 + - Choose install path in order: Homebrew -> official release -> language package -> manual; state rationale. 7 + - Perform install or outline exact commands; update PATH/config if needed. 8 + - Verify with which/--version and a representative command. 9 + - Note one credible alternative and why it was rejected. 10 + - **Output:** Chosen path, steps taken or to run, verification result, rejected alternative; finish with an **Insights/Next Steps** line.
+9
codex/prompts/TR.md
··· 1 + # TRACE (TR) 2 + - **Announce:** `Mode: TR` once; note the confusion point. 3 + - **Trigger:** reviews, refactors, cognitive load or "what is this?" surprises. 4 + - **Playbook:** 5 + - Map cognitive heat: mark [HOT] hard-to-follow, [WARM] pause-and-think, [COOL] smooth. 6 + - Run TRACE checklist: Type-first, Readability-in-30s, Atomic scope, Cognitive budget, Essential-only (pass/fail each). 7 + - Log surprise events: misleading names, hidden side effects, complexity spikes. 8 + - Produce a prioritized, scope-guarded refactor plan. 9 + - **Output:** Heat map + surprises, TRACE grades, surgical refactor steps; end with an **Insights/Next Steps** line.
+10
codex/prompts/UD.md
··· 1 + # Unsoundness Detector (UD) 2 + - **Announce:** `Mode: UD` once; name the suspected failure and why the current tactic fails. 3 + - **Trigger:** crashes, data corruption risk, races, leaks, or resource-lifetime doubts. 4 + - **Playbook:** 5 + - Rank failure modes (crash > corruption > logic). 6 + - Trace nullables, concurrency, and lifetimes end-to-end; note the first break point. 7 + - Provide a concrete counterexample or exploit input. 8 + - Prescribe the smallest sound fix that removes the entire class. 9 + - State the new invariant the fix enforces. 10 + - **Output:** Severity-ordered findings with repro, root cause, fix, invariant; end with an **Insights/Next Steps** line.
+9
codex/prompts/UN.md
··· 1 + # Universalist (UN) 2 + - **Announce:** `Mode: UN` once; name the abstraction question. 3 + - **Trigger:** category-theory cues or API generalization debates. 4 + - **Playbook:** 5 + - Map to the simplest fitting construction: product, coproduct, functor/map, limit/colimit, adjunction, etc. 6 + - Translate that construction into the repo's language; show relationships defining it. 7 + - State governing laws and the safety/duplication benefit they provide. 8 + - Suggest a quick law-based test or property to keep it honest. 9 + - **Output:** Mapped pattern, translation, laws, test recommendation; close with an **Insights/Next Steps** line.
+1
links.conf
··· 16 16 codex/AGENTS.md:$HOME/.codex/AGENTS.md 17 17 codex/AGENTS.md:$HOME/.claude/CLAUDE.md 18 18 codex/config.toml:$HOME/.codex/config.toml 19 + codex/prompts:$HOME/.codex/prompts 19 20 20 21 # Terminal configuration 21 22 ghostty/config:"$HOME/Library/Application\ Support/com.mitchellh.ghostty/config"