corygabrielsen
- 17 skills
- 0 followers
- 1 week ago last updated
- ▌ Perspectives Algebras Solve · corygabrielsenWiden, model, then prove. Runs /perspectives → /algebras → /solve in sequence, each stage feeding the next — multi-stakeholder framing, then a survey of candidate algebras that could model the problem, then a proof against the chosen algebra's invariants.
- ▌ Socratic · corygabrielsenReveal user intent through narrowing questions, increasingly specific, with opinionated defaults when asked.
- ▌ Denarrate · corygabrielsenStrip narrative mode from descriptive artifacts. Comments describe state and intent — they don't tell stories.
- ▌ Postmortem · corygabrielsenWrite a structured postmortem for an incident. Thorough root cause analysis, not a dismissive summary.
- ▌ Pr Fitness · corygabrielsen bundleLive PR merge readiness assessment. Queries GitHub APIs in parallel, computes blockers, and returns a structured report with action plan.
- ▌ Precompact · corygabrielsenPersist current session knowledge to durable storage. Update memory files, clean stale state, ensure what you know is written down.
- ▌ Postcompact · corygabrielsenRecover nuance lost during conversation compaction by reading the full transcript via a subagent.
- ▌ Migrate Memory · corygabrielsen bundlePush the current session's accumulated memory to a target project dir before spawning a fresh claude session there. One-shot snapshot; no live sync; no symlink.
- ▌ Loop Codex Review · corygabrielsenAutomated code review loop with progressive reasoning levels. Runs n parallel Codex reviews (configurable via -n), Claude addresses issues, climbs from low→xhigh reasoning until fixed point (all n clean). Human approval at each iteration.
- ▌ Ooda Pr Codex Review · corygabrielsen bundleDrive a PR through observe → orient → decide → act, optionally with local codex review running on the same OODA tick. Each invocation produces exactly one Outcome the caller dispatches on. 1:1 variant-to-exit-code; dispatch on `$?` alone.
- ▌ Prove · corygabrielsenProduce a formal symbolic proof that something is correct, optimal, or complete. Traces all paths, names all invariants, ends with QED or a counterexample.
- ▌ Solve · corygabrielsenThink deeply about a problem, find the right solution, then prove it correct. Rigor over speed.
- ▌ Distill · corygabrielsenStrip overspecified instructions from an artifact. Trust the model's intuition — prescribe intent, not format.
- ▌ Ooda Pr · corygabrielsen bundleDrive a PR through observe → orient → decide → act. Each invocation produces exactly one Outcome the caller dispatches on. 1:1 variant-to-exit-code; dispatch on `$?` alone.
- ▌ Tighten · corygabrielsenStrip an artifact to its load-bearing words. Specification voice, not explanation voice.
- ▌ Converge · corygabrielsen bundleObserve→decide→act loop. Halts on target, stall, cap, or human/agent delegation.
- ▌ Ooda Prs · corygabrielsen bundleDrive N PRs through observe → orient → decide → act in parallel. Each invocation produces one MultiOutcome the caller dispatches on. Aggregate priority projection on `$?`; per-PR records on stdout (JSONL); per-PR variant blocks on stderr.