align-work-item-manifest
技能:对齐工作项清单(Align Work-Item Manifest)
用途:当项目使用中央清单文件(如
docs/process-management/now/<slug>.md)登记相关制品时,检测清单文件与物理制品的漂移。
目的 (Purpose)
中央清单风格的项目为每个主题或 Now tier 条目维护一份清单文件(如 docs/process-management/now/<slug>.md)登记关联的 requirement / design / tasks / PR。清单容易漂移:文件新增未登记、文件删除未清除、清单列了但物理文件不存在。本技能只读检测这些漂移并输出对齐报告;维护由用户或下游工具完成。
v1.0.0 advisory-only:不自动写清单、不移动文件、不修改 frontmatter。
核心目标(Core Objective)
首要目标:准确检测清单-物理漂移并输出可操作的差异清单。
成功标准(必须全部满足):
- ✅ 已扫描项目中所有符合清单 glob(默认
docs/process-management/now/*.md,可由 ARTIFACT_NORMS.md 覆盖)的文件;若无清单文件存在,明示项目未采用中央清单风格,停止并返回诊断
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