What problem does it solve?
This skill helps teams avoid wrong-direction work by performing a pre-implementation confidence assessment that checks for duplicates, architecture alignment, official documentation, OSS references, and root-cause identification.
Core Features & Use Cases
- Pre-implementation screening across five checks to validate readiness.
- Architecture and docs validation to ensure adherence to existing patterns and available official resources.
- OSS reference verification to locate proven implementations and avoid reinventing the wheel.
- Root-cause clarity to pinpoint actual problems before coding, minimizing rework.
- Decision gate integration by producing a numeric confidence score and a readable checklist for CI/CD or planning tools.
Quick Start
Provide task context to the confidence check (e.g., task description, duplicate check status, architecture alignment, official docs availability, OSS references, and root-cause clarity). Run the confidenceCheck(context) function to obtain a score and a checklist. If the score is below 0.9, address the flagged areas before proceeding with implementation.