What problem does it solve?
This Skill prevents wasted cycles by ensuring plan stubs are review-gated, then enriched with correct implementation context and verified by sequential domain and generalist reviewers.
Core Features & Use Cases
- Review-gated enrichment: Halts enrichment until the plan document shows an approved review marker in the header, avoiding enrichment on unreviewed or invalid plans.
- Stub discovery and classification: Finds tracker entries marked for enrichment and classifies them into survey-type, plan-type, or manual items so work can be routed correctly.
- Dependency-aware sequencing: Detects overlapping file scope across stubs and forces sequential enrichment when stubs share files to reduce conflicts and inconsistencies.
- Write-ahead tracker safety: Performs a WAL-style status update from Pending enrichment to Enrichment in progress before agents run, improving crash resilience and traceability.
- Enricher dispatch + coordinator flag resolution + dual review: Runs Sonnet enrichers, resolves NEEDS_COORDINATOR flags, updates statuses, and dispatches reviewers in order (optionally with explicit reviewer overrides) while enforcing an apply-everything gate.
Quick Start
Run enrich-and-review on your chunk directory by providing the target path as the argument, then wait for stubs to be enriched, reviewed, and marked ready for execution.