원클릭으로
source-command-predictions-review
Close the predicted-vs-actual loop — fill each prediction's Actual section from the ledger.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Close the predicted-vs-actual loop — fill each prediction's Actual section from the ledger.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Domain Engineering diagnostic — shows what the classifier decides for an objective (CMIS/DAS/profile/skills/mode). Observation-only; never mutates or blocks.
Business-driven methodology entry point — classify (intake), create/advance an Operation or Business work context, and drive the intake → operation → nested-workflow flow. Host-neutral; dry-run by default.
Workflow Navigator — shows the current phase, deliverables, and next commands for an ADR-0057 workflow. Read-only; never mutates state.
Start a focused session on one objective — locks scope, blocks opportunistic refactors.
Deterministic QA gate (ADR-0055) — run the project suite; green + complete acceptance criteria ⇒ qa-approve testing cards into conclusion; red ⇒ report (and qa-reject only attributable failures).
L6 — autonomous feature pipeline. Drives the full squad: design → implement → review → test → log. Checkpoints can be manual or automatic.
| name | source-command-predictions-review |
| description | Close the predicted-vs-actual loop — fill each prediction's Actual section from the ledger. |
Use this skill when the user asks to run the migrated source command predictions-review.
Close the loop on /simulate-impact predictions for the current session.
Run:
node contextkit/tools/scripts/predictions-review.mjs
This reads the session ledger and, for every /simulate-impact recorded this session, fills the
Actual section of its prediction file in contextkit/memory/predictions/: the paths actually
changed vs what was predicted, with the delta in both directions (predicted-but-not-changed,
changed-but-not-predicted).
Then:
.agents/skills/source-command-simulate-impact/SKILL.md, or open /new-adr if it's architectural.Also invoked automatically by /log-session at the end of a session, so the loop closes without a
separate step in the normal flow.