align-planning
#技能(Skill):协调规划
目的 (Purpose)
通过运行任务后调整循环,使项目执行与更高级别的规划保持一致:从已完成的工作回溯到策略、检测偏差并生成自上而下的重新校准建议。
核心目标(Core Objective)
首要目标:任务完成后生成一份可操作的规划调整报告,其中包含明确的偏差分类和优先的重新校准行动。
成功标准(必须满足所有要求):
- ✅ 追踪已完成:通过所选模式的适用项目层追踪已完成的任务
- ✅ 漂移分类:所有检测到的偏差都使用规划漂移模型(目标、要求、路线图、优先级),每个项目都有影响范围和根本原因
- ✅ 生成校准:提供自上而下的重新校准建议列表,包括后续任务
- ✅ 报告持久化:规划对齐报告写入商定的路径
- ✅ 评估证据准备情况:对缺失或薄弱的文档进行明确评分并反映在置信度中
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