archive-milestone
技能:里程碑归档(Archive Milestone)
目的 (Purpose)
将已完成里程碑的历史执行细节从活跃路径移出,生成精简快照摘要,防止历史文档持续污染 AI 对当前项目状态的判断。
核心目标(Core Objective)
首要目标:为已完成里程碑生成快照摘要,折叠路线图历史段落,并将原始任务目录移至 _archive/。
成功标准(apply=true 时必须全部满足):
- ✅ 已在
milestones/_archive/{slug}-summary.md生成快照摘要 - ✅ 摘要含:完成日期 / 关键交付物(≤5 条)/ 遗留缺口(指向后续里程碑)/ 关键 ADR 引用
- ✅
roadmap.md中对应阶段已折叠为 ≤ 3 行引用 - ✅ 全仓 grep 旧 tasks.md 路径已重定向到摘要
- ✅
milestones/{slug}/目录已移除(内容已在摘要中保留关键信息)
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74