orchestrate-governance-loop
Skill: Orchestrate Governance Loop (Orchestrator)
Purpose
Run a repeatable governance loop for projects by orchestrating specialized skills across planning, execution, alignment, and documentation readiness.
Core Objective
Primary Goal: Produce a cycle report that shows what governance checks were run, what was learned, what is blocked, and what to do next.
Success Criteria (ALL must be met):
- ✅ Trigger classified (metadata only): The initiating event is recorded for reporting; it does not drive routing
- ✅ Unified sequence executed: Fixed sequence runs; output-driven conditionals determine follow-up skills
- ✅ Decisions explained: Every executed or skipped step has rationale
- ✅ Cross-skill handoffs explicit: Outputs and next owners are documented
- ✅ Cycle report delivered: One aggregated report is produced and persisted
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