원클릭으로
source-command-distill-sessions
L5 — analyze recent sessions and propose refinements to AGENTS.md (writes a proposal, applies nothing).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
L5 — analyze recent sessions and propose refinements to AGENTS.md (writes a proposal, applies nothing).
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-distill-sessions |
| description | L5 — analyze recent sessions and propose refinements to AGENTS.md (writes a proposal, applies nothing). |
Use this skill when the user asks to run the migrated source command distill-sessions.
Analyze the recent session history and propose improvements to AGENTS.md — but
apply nothing. This is the review step; /distill-apply materializes it.
node contextkit/tools/scripts/session-digest.mjs --last N
(N from contextkit/config.json → l5.distill.observeWindow, default 10),
newest first. Reason over the digests; open a full file in
contextkit/memory/sessions/ only when a digest flags a pattern you must
inspect verbatim.AGENTS.md (and note any ADRs worth creating).
Prefer small, high-signal additions over bloat — AGENTS.md must stay short..distillation-proposal.md (gitignored) with: the
evidence (which sessions, what pattern, occurrence count), the proposed
AGENTS.md edits as a clear before/after, a separate Observations list for
sub-threshold patterns, and any suggested ADRs./distill-apply to
commit the change. Do not edit AGENTS.md in this command.