documentation-readiness
Skill: Documentation Readiness
Purpose
Evaluate whether project documentation is sufficient for reliable AI-assisted planning and alignment, then provide a minimal, prioritized fill plan to close critical gaps.
Core Objective
Primary Goal: Produce a documentation readiness report that quantifies evidence quality by layer and prescribes the smallest set of document actions needed to reach target readiness.
Success Criteria (ALL must be met):
- ✅ Layer coverage assessed: Goal, requirements, architecture, milestones, roadmap, and backlog layers are evaluated
- ✅ Readiness scored: Each layer is scored as
strong,weak, ormissing - ✅ Gaps prioritized: Missing and weak layers are ranked by impact on delivery and alignment
- ✅ Minimal fill plan produced: Actionable steps identify what to create/update first and why
- ✅ Boundaries preserved: The skill does not rewrite product requirements or redesign architecture content
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