execution-alignment
Skill: Execution Alignment
Purpose
Keep project execution aligned with higher-level planning by running a post-task alignment loop: traceback from completed work to strategy, detect drift, and produce top-down recalibration recommendations.
Core Objective
Primary Goal: Produce an actionable Execution Alignment Report after task completion, with clear drift classification and prioritized recalibration actions.
Success Criteria (ALL must be met):
- ✅ Traceback completed: The completed task is traced through applicable project layers for the selected mode
- ✅ Drift classified: All detected misalignments use the drift model (goal, requirement, architecture, roadmap, priority), with impact scope and root cause per item
- ✅ Calibration produced: A top-down recalibration recommendation list is provided, including next tasks
- ✅ Report persisted: Execution Alignment Report is written to the agreed path
- ✅ Evidence readiness assessed: Missing or weak documentation is explicitly scored and reflected in confidence
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