OutlineDriven
- 621 skills
- 0 followers
- 1 week ago last updated
- ▌ Fixed View Visual Benchmark · outlinedriven-odin-claude-plugin bundleUse when a visual needs repeatable fixed-view rendering and independent rubric scoring. Not for free-form visual review or subjective critique.
- ▌ Workflow Evidence Mining · outlinedriven-odin-claude-plugin bundleUse when authorized workflow history may contain a repeated process worth extracting and replay-testing. Produces a contradiction-tested workflow mined from authorized history.
- ▌ Abi And Calling Conventions · outlinedriven-odin-claude-plugin bundleUse when explaining System V AMD64, ARM AAPCS, RISC-V psABI, stack frames, variadic calls, or FFI register rules. Not for the Rust FFI binding layer: use rust-ffi.
- ▌ Review Plugin Submission · outlinedriven-odin-claude-plugin bundleUse when asked to review a plugin for marketplace readiness via a read-only audit of published quality gates. Not for reviewing a PR or code diff: use review.
- ▌ Full Product Evaluation · outlinedriven-odin-claude-plugin bundleUse when a complete product needs production-like acceptance evidence against documented acceptance criteria. Not for single-component evaluation or evaluation without documented criteria.
- ▌ Property Test Authoring · outlinedriven-odin-claude-plugin bundleUse when authoring property tests, assessing PBT fit for a code path, reviewing existing property tests, or triaging a failing counterexample. Not for test-first features: use tdd.
- ▌ Strict Validation Setup · outlinedriven-odin-claude-plugin bundleUse when a user invokes a strict-mode validation or verifiable-goals loop setup. Not for remote, credential, publish, deploy, or irreversible changes.
- ▌ Test Suite Acceleration · outlinedriven-odin-claude-plugin bundleUse when a test suite is too slow and needs acceleration without weakening behavior or coverage, or CI parallelization must fix serial execution. Not for deleting tests: use tests-purge-unneeded.
- ▌ Validation First Driven · outlinedriven-odin-claude-plugin bundleUse when protocols, workflows, concurrency, or lifecycle state need states, transitions, and temporal properties. Not for domain models: use type-driven. Not for contracts: use contract-driven.
- ▌ Humanizer En Asd Ste100 · outlinedriven-odin-claude-plugin bundleUse when asked to rewrite technical English for STE compliance, stripping ambiguity and AI-style patterns. Not for French de-AI-ification: use humaniseur-fr.
- ▌ Decision Rationale Gaps · outlinedriven-odin-claude-plugin bundleUse when a current decision needs pressure-testing until the rationale is clear to a skeptic. Not for tasks requiring source or remote-system changes.
- ▌ From Career Perspective · outlinedriven-odin-claude-plugin bundleUse when a user wants an answer only from the career seat: effects on human trajectories. Not for any other from-* lens seat or multi-lens synthesis.
- ▌ From Impact Perspective · outlinedriven-odin-claude-plugin bundleUse when asked to answer only from the impact seat: who and what actually moves. Not for rebuilding from primitives: use from-first-principle.
- ▌ Design Gate Brainstorming · outlinedriven-odin-claude-plugin bundleUse when creative work is requested with no approved design, or a raw idea or repository must be developed into an approved design document. Not for work with an approved design in context.
- ▌ Frontend Fidelity Rebuild · outlinedriven-odin-claude-plugin bundleUse when an authorized reference surface needs a clean-room frontend reconstruction across static, motion, and responsive fidelity. Not for styling or component work without a reference surface.
- ▌ Environment Contract Audit · outlinedriven-odin-claude-plugin bundleUse when environment-dependent code, templates, or deployment configuration changes, or when runtime configuration is missing. Produces a bidirectionally reconciled environment-variable contract.
- ▌ Keep Why Retrospective · outlinedriven-odin-claude-plugin bundleUse when an existing repository needs its unexplained rationale recovered into topic files. Don't use for remote, credential, publish, deploy, or irreversible changes.
- ▌ Cpu Pipelines And Hazards · outlinedriven-odin-claude-plugin bundleUse when explaining pipeline stages, data or control hazards, forwarding, stalls, or superscalar basics behind a counter reading. Not for mispredict cost: use branch-prediction-and-speculation.
- ▌ Kernel Debugging Advanced · outlinedriven-odin-claude-plugin bundleUse when tracing kernel functions with ftrace or trace-cmd, profiling with perf, kprobes, or dyndbg, or analyzing a vmcore with crash. Not for QEMU GDB stubs: use qemu-for-kernel-development.
- ▌ Linux Kernel Architecture · outlinedriven-odin-claude-plugin bundleUse when navigating kernel source, understanding boot flow, initcall levels, or major subsystems (VFS, scheduler, MM) in linux.git. Not for driver-model depth: use platform-device-model.
- ▌ Mmio And Bit Manipulation · outlinedriven-odin-claude-plugin bundleUse when accessing memory-mapped peripherals with volatile, bit masks, read-modify-write, register alignment, or endianness in bare-metal firmware. Not for pin setup: use gpio-baremetal.