원클릭으로
phira-baseline-parity
Checklist for proving baseline behavior is unchanged (or changes are intentional) via controlled A/B runs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Checklist for proving baseline behavior is unchanged (or changes are intentional) via controlled A/B runs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Fast, compute-aware verification checklist for implementation changes (imports, configs, tiny runs).
Workflow for conference/venue paper search and short reading lists.
Procedural checklist to infer and state the repo's effective runtime environment and dependency policy.
SOC 직업 분류 기준
| name | phira-baseline-parity |
| description | Checklist for proving baseline behavior is unchanged (or changes are intentional) via controlled A/B runs. |
Use this skill when implementing a feature that should be opt-in, when defaults must remain identical, or when reviewers ask "did you change baseline behavior?".
This skill is intended to be lazy-loaded on demand: only run parity A/B commands if the researcher approved running them.
Goal: demonstrate parity between baseline and modified code under the same configuration.
If the acceptance criteria does not explicitly change defaults, your implementation should preserve baseline behavior by default.
Baseline parity
- Default behavior preserved: <yes/no/unknown>
- Evidence:
- A/B commands: <commands>
- Compared: <what you compared>
- Outcome: <match/tolerance/diff>
- If not preserved: <why + where documented + migration notes>