spec_compare
Compare two software specs side-by-side with radar charts, scoring each on completeness, clarity, constraints, and specificity to highlight strengths and weaknesses.
Instructions
Side-by-side radar charts comparing two specs. YOU (the LLM) score BOTH specs on 4 axes each. Useful for before/after or good/bad examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | First spec text (left chart) | |
| right | Yes | Second spec text (right chart) | |
| title | No | Main title above both charts | |
| left_tip | Yes | Left spec tip | |
| right_tip | Yes | Right spec tip | |
| left_title | No | Title for left chart | |
| right_title | No | Title for right chart | |
| left_clarity | Yes | Left spec clarity | |
| left_weakest | Yes | Left spec weakest axis | |
| right_clarity | Yes | Right spec clarity | |
| right_weakest | Yes | Right spec weakest axis | |
| left_constraints | Yes | Left spec constraints | |
| left_specificity | Yes | Left spec specificity | |
| left_completeness | Yes | Left spec completeness | |
| right_constraints | Yes | Right spec constraints | |
| right_specificity | Yes | Right spec specificity | |
| right_completeness | Yes | Right spec completeness |