define-vision
技能:定义愿景
目的
定义并记录愿景:项目旨在创造的长期未来。愿景声明回答「我们正在建设什么样的未来?」并与使命保持一致。不定义指标、目标或里程碑。
愿景不同于:
- 使命:项目存在的根本目的(使用
define-mission)。 - 北极星:表示交付价值的单个指标(使用
define-north-star)。 - 战略目标:实现愿景的 3–5 个结果(使用
design-strategic-goals)。 - 里程碑:执行的阶段检查点(使用
define-roadmap)。
核心目标
首要目标:生成与使命一致的、经用户确认的愿景声明,并持久化到项目商定的路径。
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