一键导入
eisenhower-ops
Decision OS operator playbook. Use Eisenhower strict lifecycle plus tool-routing decision trees across coding, planning, research, and validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Decision OS operator playbook. Use Eisenhower strict lifecycle plus tool-routing decision trees across coding, planning, research, and validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | eisenhower-ops |
| description | Decision OS operator playbook. Use Eisenhower strict lifecycle plus tool-routing decision trees across coding, planning, research, and validation. |
Use this skill when you need high-accountability decisions and a repeatable way to route across the full tool surface (code, tasks, subagents, research, and runtime verification).
Is this decision reversible and low impact?
├─ Yes → Skip strict run; use direct execution + short note.
└─ No → Run eisenhower_run_strict.
Is there disagreement or uncertain evidence?
├─ Yes → Run strict with explicit assumptions and conflict acknowledgement.
└─ No → Still run strict if this affects architecture, reliability, or user trust.
What is the primary need right now?
├─ Clarify requirements → questionnaire
├─ Inspect local code → bash (rg/find/ls) + read
├─ Edit implementation → edit (surgical) / write (new or rewrite)
├─ Plan and dependency graph → task_create/task_batch/task_graph/feature_plan
├─ Parallel deep work → subagent (specialist agents)
├─ Library API truth → effect-docs, context7
├─ Canonical repo patterns → deepwiki (Effect-TS/effect)
├─ Web/current research → exa / firecrawl / nia research
├─ TUI or long-running agent → interactive_shell
└─ Decision ratification → eisenhower_* lifecycle tools
Use when stakes are medium/high:
eisenhower_run_strict
actor, context, hypothesisAStatement, hypothesisBStatementacknowledgeConflict=true, dualRunConsistent=true, humanSignoff=trueeisenhower_status with includeAuditTaileisenhower_override_finalize with explicit confirm phraseeisenhower_replaytask_note) with runId/winner/driftquestionnaire (constraints, ownership, rollout risk).deepwiki_get-deepwiki-index owner=Effect-TS repo=effectdeepwiki_get-deepwiki-page on relevant pageseffect-docs_effect_docs_search + effect-docs_get_effect_doceisenhower_run_strict.task_note).bash + read).task_create / task_batch).subagent.edit/write; validate with bash test/typecheck.eisenhower_run_strict.eisenhower_status + task_update done.questionnaireread, bashdeepwiki_*, effect-docs_*, context7_*exa_*, firecrawl_*, nia_*task_create, task_batch, task_graph, feature_plancomponent_breakdown_templates (UI/system decomposition)schema_drift (schema/model/DDL alignment)edit, write, bashsubagentinteractive_shell for supervised long-running sessionseisenhower_status, eisenhower_replay, eisenhower_run_stricteisenhower_override_finalize (exception path)task_note, task_update.pi/extensions/eisenhower/index.ts.pi/extensions/hypothesis-lab/index.ts (compat)src/lib/hypothesis-lab/v1/atoms/ops.tssrc/lib/hypothesis-lab/v1/services/DecisionMatrixService.tssrc/lib/hypothesis-lab/v1/services/ReplayService.tssrc/lib/hypothesis-lab/v1/services/ReplayDriftClassifier.ts.pi/extensions/shared/logging/service.ts.pi/extensions/log-viewer/index.tssrc/lib/streams/playground/EmissionEngine.tssrc/components/playground/streams/StreamsPlayground.tsxsrc/components/playground/streams/panels/TopologyPanel.tsxEffect-TS/effectquestionnaire.eisenhower_run_strict with A/B + assumptions.eisenhower_status and eisenhower_replay.eisenhower_override_finalize explicitly.task_note with runId, winner, replay, drift, and next actions.Meta-skill for @tmnl/effect-sui development: Effect v4/effect-smol patterns, Sui ontology, PTB/Flow/Query/package modules, localnet testing, Move publishing, diagnostics, and Nix mission-control tooling.
Effect v4 Atom patterns — reactive state management with effect-atom. Atom.make, Atom.family, Registry, runtime atoms, and React integration via useAtomValue.
Effect v4 Schema patterns — defining, validating, transforming, and serializing data with Schema. Covers v4 API, v3→v4 migration, classes, structs, unions, collections, transformations.
Effect v4 Service patterns — Context.Service, Layer composition, ManagedRuntime, dependency injection, and service testing with @effect/vitest.
GetByShell desktop shell — niri WM integration, panel system, calendar widget, popover components, modal patterns, and Nix-based configuration.
Skill governance codemod — create, inspect, update, delete, adopt, and dogfood skills. The meta-skill that governs all skills with CRUD protocols, verification utils, and self-referential governance.