원클릭으로
up-apply
Apply a follow-up conversation to patch or steer existing docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply a follow-up conversation to patch or steer existing docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Initialize a new project from the Unpack template
Scan an existing project and create docs + alignment phases
Show project progress, phases, blockers, and the next runnable phase
Initialize a new project from the Unpack template
Check consistency between specs, phases, decisions, and traceability markers
Process a research conversation into structured docs, specs, and phases
| name | up-apply |
| description | Apply a follow-up conversation to patch or steer existing docs |
Patch existing docs based on a new research conversation. This is NOT a full bootstrap — it updates what changed and leaves the rest alone.
$ARGUMENTS can be a path to a conversation file. If empty, check for conversation.md at the repo root. If that doesn't exist, ask the user.
The conversation can be anything — a ChatGPT/Claude export, raw copy-paste, meeting notes, a markdown brain dump. If it wasn't started with the snapshot context prompt, work harder to map changes to existing docs and flag anything ambiguous.
Read the conversation, read the current project state (index, specs, phases, memory, workflow), and figure out what changed.
For long, complex conversations (2000+ lines with multiple pivots), use the Large Conversation Protocol from /up-bootstrap — scan and index first, confirm with the user, then extract from confirmed sections only.
kind: steering phase (per AGENTS.md). New features get new delivery phases. Never modify completed phases..unpack/docs/index.md with any new or changed phases.Ask for a conversation name (e.g., "auth-iteration"), move the file to .unpack/conversations/NNN-name.md, and report what changed — specs updated, phases added, decisions captured, contradictions found, and what's next.
If the conversation contradicts existing specs, flag it and ask the user — don't silently overwrite.