What problem does it solve?
This Skill eliminates the slow, costly failures that occur when malformed synthetic narrative plan manifests are sent to the Connect Labs MCP for processing. It runs fast static validation checks locally first, catching structural issues before they burn a full labs dispatch round-trip, saving time and compute resources.
Core Features & Use Cases
- 9 Static Zod-Based Checks: Validates YAML parsing, required top-level keys, FLW persona shape and valid archetypes, beneficiary cohort structure and valid field distribution tags, KPI field path resolvability against deliver-app summaries, anomaly traceability, coaching arc cross-references with personas, random seed presence, and timeline date consistency.
- Structured Auto-Fix Hints: Returns clear, actionable fix suggestions for each failed check, allowing the ACE orchestrator to automatically regenerate the manifest without manual intervention.
- Use Case: When generating synthetic data for a Connect opportunity in Phase 7 of the ACE lifecycle, run this QA step immediately after creating the synthetic-narrative-plan.yaml manifest to catch structural errors like missing required keys, invalid progression values, or mismatched field distributions before submitting the manifest to the labs generator.
Quick Start
Run the synthetic-narrative-plan-qa skill on the generated 7-synthetic/synthetic-narrative-plan.yaml manifest to validate its structure and receive auto-fix hints for any detected issues.