ワンクリックで
phira-implement-from-pseudocode
Realize embedded `phira_pseudocode` placeholders into runtime code, then delete implemented scaffolding.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Realize embedded `phira_pseudocode` placeholders into runtime code, then delete implemented scaffolding.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | phira-implement-from-pseudocode |
| description | Realize embedded `phira_pseudocode` placeholders into runtime code, then delete implemented scaffolding. |
Use this skill when operating phira-implementer in implement from pseudocode mode.
Goal: turn pseudocode placeholders (design intent) into correct runtime implementation with minimal pipeline disruption, then delete the implemented placeholder scaffolding.
@phira_pseudocode(...).if TYPE_CHECKING: that indicate intended wiring points.phira_pseudocode and collect for each block:
id, target, title, meta (if any)target so you implement end-to-end wiring, not isolated helpers.phira-env-contract.For each target, resolve what the placeholder is really asking you to do in this repository:
If a missing choice materially changes behavior and is not inferable from repo conventions, stop and ask one targeted question.
phira-cheap-checks and run the minimal smoke checks (import, config parse, 1-10 step run, shape asserts).Once the runtime behavior is implemented and verified:
_phira_pseudo_* definitions under if TYPE_CHECKING:if TYPE_CHECKING: that referenced themTYPE_CHECKING / phira_helpers.pseudocode importsfrom phira_helpers.pseudocode import phira_pseudocode under TYPE_CHECKING.
phira_helpers/ package (or it exists in a non-importable location), resolve it as part of implementation in an environment-compatible way.id as a transient identifier: record realized ids in your final report before deletion.Deterministic Graphviz/DOT derivation + validation for archive records.
Canonical per-record archive format (YAML front matter + Markdown body).
Pointer semantics for "since last record" and detected-change bookkeeping.
Checklist for proving baseline behavior is unchanged (or changes are intentional) via controlled A/B runs.
Fast, compute-aware verification checklist for implementation changes (imports, configs, tiny runs).
Workflow for conference/venue paper search and short reading lists.