codex/skills/operationalizing-expertise/SKILL.md
Operationalize expert methods into corpus, quote bank, triangulated kernel, operator library, and validators. Use when distilling a methodology or mining session history into executable rules.
npx skillsauth add tkersey/dotfiles operationalizing-expertiseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Goal: turn tacit method into executable, auditable artifacts.
Use when you only need a stable, parseable methodology (Lemelson-style).
Summary: corpus + quote bank + triangulated kernel + operator library + validators.
Full steps: references/WORKFLOWS.md.
Use when you want multi-agent sessions that compile into structured artifacts (Brenner-style).
Summary: kickoff -> deltas -> deterministic merge + lint -> artifacts.
Full steps: references/WORKFLOWS.md and references/ARTIFACTS.md.
Use when operationalizing your own repeated behaviors into a reusable skill.
If unsure, start with Track A then add Track B only if you need orchestration.
corpus/primary_sources/ with source transcripts or paperscorpus/quote_bank/quote_bank.md with stable anchors + tagscorpus/distillations/{gpt,opus,gemini}/...corpus/specs/triangulated_kernel.md with START/END markerscorpus/specs/operator_library.md with operator cards + prompt modulescorpus/specs/session_kickoff*.md (role prompts or kickoff templates)scripts/validate-corpus.py, scripts/validate-operators.py, scripts/extract-kernel.pyartifacts/ for compiled outputs (if Track B)See references/FORMATS.md (kernel markers, quote bank entries, operator cards, delta blocks).
See references/WORKFLOWS.md for detailed steps.
See references/VALIDATION.md (includes the minimum gate list verbatim).
See references/ANTI-PATTERNS.md (includes the minimum list verbatim).
See references/OUTPUT.md.
references/CORPUS.mdreferences/DISTILLATION.mdreferences/TRIANGULATION.mdreferences/OPERATORS.mdreferences/KICKOFF.mdreferences/ARTIFACTS.mdreferences/VALIDATION.mdreferences/JARGON.mdreferences/ANTI-PATTERNS.mdreferences/CASE-STUDY.mdtools
Convert markdown plans into beads with dependencies using br CLI. Use when creating task graphs, polishing beads before implementation, or bridging planning to agent swarm execution.
development
Orchestrate Codex skill optimization during active sessions through $cas goal control, $shadow single-session evidence, $tune diagnosis/refinement briefs, and the skill-optimizer custom subagent. Trigger for $opt, skill optimization loops, session-driven skill tuning, meta-skill audits, or explicit validated skill edits. Do not use for general code optimization, product optimization, or performance tuning.
development
Run a targeted fresh-eyes blunder pass over code, specs, plans, adjudications, closure gates, skill edits, or negative-evidence ledgers. Trigger when asked to reread with fresh eyes, find obvious bugs, catch mistakes/oversights/omissions, check for embarrassing misses, or perform a second independent blunder pass before closure. Do not use as a substitute for implementation, adjudication, or verification; use it as the final falsification/check pass for those workflows.
development
Explicitly shadow, tail, watch, follow, monitor, supervise, or companion exactly one Codex session id/path through `$seq`, then apply a named target skill as an interpretation/reporting/proposal/action lens until the watched session stops.