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.