Telemetry & Logging
[!IMPORTANT] All usage of this skill must be logged via the Skill Dispatcher to ensure audit logs and wallboard analytics are accurate:
./log-dispatch.cmd --skill <skill_name> --intent <intent> --model <model_name> --reason <reason>(or./log-dispatch.shon Linux)
Functional Coverage Plan Generation
Use this skill after the requirements are clear enough to plan against.
1. Prerequisite
- Start from confirmed requirements or a clearly labeled analysis baseline.
- If major assumptions remain, keep them visible in the plan instead of burying them.
2. Generate the Scenarios
- Aim for meaningful functional completeness, not mechanical scenario inflation.
- Cover the paths that change confidence: core success paths, important variations, failure handling, boundary conditions, permissions, and role differences when relevant.
- Avoid duplicate scenarios that test the same risk with different wording.
- Choose the lowest-cost execution type that still validates the behavior well.
Recommended scenario classes:
- Happy paths
- Important variations
- Negative and error handling
- Boundary and resilience behavior
3. Formatting the Plan
Produce a coverage plan table like this:
| Priority | Requirement ID | Scenario | Coverage Type | Execution Type | Risk Covered | Notes |
|---|
Use Execution Type values such as UI, API, or Component.
Use Coverage Type values such as happy-path, variation, negative, edge, or resilience when helpful.
4. Next Step
Use dispatcher intent review_cypress_coverage_plan when explicit review or sign-off is needed before implementation or documentation.
If dispatcher routing is unavailable, use cypress-coverage-plan-review.