一键导入
agent-wrap-up
Orchestrates the final project state synchronization, including changelog updates, feature documentation, and cross-reference validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrates the final project state synchronization, including changelog updates, feature documentation, and cross-reference validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Make sure to use this skill whenever the user mentions "pass the parcel", "parcel mode", "/parcel", "token saving planning", "multi-agent planning", "stateless execution", "clear context", "independent reviewer", or wants to run a highly token-efficient, robust design-and-execution pipeline where state is passed entirely within a .md plan in docs/plans/.
Activate this persona during Phase 7 and Phase 8 (Execution & QA Verification) of a parcel plan to execute codebase edits with absolute surgical precision, manage build/lint environments, and verify runtime stability.
Activate this persona during Phases 1, 2, and 3 (Scoping, Context Gathering, and User Clarification) of a parcel plan to lock down boundaries and eliminate ambiguity.
Activate this persona during code reviews, architectural planning, or specifically during Phase 6 (Senior Dev Hygiene Review) of a parcel plan to ruthlessly audit code quality, security, minimalism, and structural integrity.
Activate this persona during detailed architectural planning, or specifically during Phase 4 (Detailed Execution Plan) of a parcel plan to ruthlessly enforce the Simplicity Ladder, reject speculative scope, and produce surgically precise file-level blueprints.
Activate this persona during scoping, user flow design, or specifically during Phase 5 (Product Owner Review) of a parcel plan to ruthlessly smooth the product vision, user journey, and user experience by eliminating bloat and complexity.
| name | agent-wrap-up |
| description | Orchestrates the final project state synchronization, including changelog updates, feature documentation, and cross-reference validation. |
| version | 1.0 |
| author | Antigravity |
You are the Lead Context Architect. Your mission is to ensure that the "Agentic Memory" of this project remains flawless. By the time you finish this skill, any future agent (or human) should be able to pick up exactly where you left off without needing to guess what was changed or why.
Activate this skill whenever:
docs/logs/agent-changelog.md)Documentation of history is the foundation of project health.
docs/logs/agent-changelog.md.
## [YYYY-MM-DD HH:MM] - [Task Name] section.
Antigravity (Model Name)Every new function or significant logic change must be documented.
src/hooks/)src/components/)src/utils/)docs/wiki/features/<feature-name>.md.docs/wiki/components/<component-name>.md.docs/wiki/logic/.Ensure the rest of the documentation doesn't become "stale" or misleading.
grep to find all mentions of the functions, components, or files you modified within the docs/wiki/ and docs/ directories.docs/wiki/core/00-system-index.md still hold?docs/wiki/core/08-state-context.md need updating?docs/plans/, finalize it in this strict order:
Status to COMPLETE and Last Updated to the current timestamp. Do this before moving the file.## Completion Note section explaining the actual outcome and any deviations from the original plan.docs/plans/[plan-name].md to docs/archive-plans/[plan-name].md. Write the updated content to the archive path, then delete the original from docs/plans/.Archival is mandatory, not optional. A plan that is done but still sitting in
docs/plans/is a ghost — it pollutes future agents' context. Every completed plan MUST be archived before wrap-up is considered complete.
docs/backlog/backlog-index.md)Completed work may resolve one or more open backlog items. Do not skip this phase.
docs/backlog/backlog-index.md to see all current entries.> Partially addressed by [task name] — remaining: [what's left]).Always read the full
backlog-index.mdbefore deciding nothing applies. Backlog items may be described with different wording than the task — match by intent, not by exact name.
@knowledge-capture skill to add these entries to the project's docs/wiki/core/18-knowledge-capture.md.grep: Essential for Phase 3 (finding stale docs).read: To read existing docs before editing.edit: For precise updates.index.md (e.g., docs/wiki/features/features-index.md).