ワンクリックで
graduate-research-code
Model-only playbook for promoting spike/research code into a typed, tested, maintained module.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Model-only playbook for promoting spike/research code into a typed, tested, maintained module.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Model-only playbook for adding a property-based test that pins a function's invariant.
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Resolve the Co-Authored-By trailer policy for the active repo.
Compress the session conversation when context approaches the limit.
| name | graduate-research-code |
| description | Model-only playbook for promoting spike/research code into a typed, tested, maintained module. |
| argument-hint | |
| user-invocable | false |
| disable-model-invocation | false |
A model-only playbook for promoting throwaway research/spike code into a maintained module. There is no slash command; the model invokes this when a notebook or scratch script has proven its idea and must now meet production conventions.
.ea/local/ (or a notebook) demonstrated a result that a real feature now depends on..ea/artifacts/ and its code needs to move out of scratch.from __future__ import annotations, full type hints, and module-level logger.pytest.approx / assert_allclose for any numerics..ea/local/research/ to .ea/artifacts/research/ in the same commit that lands the decision (spike-workflow rule).