一键导入
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 职业分类
| 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.
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