spec_visualize
Visualize spec quality with an SVG radar chart scoring completeness, clarity, constraints, and specificity, identifying the weakest axis and a tip for improvement.
Instructions
Score a spec and generate an SVG radar chart. YOU (the LLM) read the spec and score it on 4 axes (0.0-1.0 each): completeness, clarity, constraints, specificity. Also identify weakest axis and tip.
The tool generates a radar chart: green = balanced (ready), yellow = moderate (gaps), red = spiked (blind spots).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tip | Yes | Improvement tip | |
| input | Yes | The spec text (for reference) | |
| title | No | Optional title above the chart | |
| clarity | Yes | Clarity score 0.0-1.0 | |
| weakest | Yes | Weakest axis | |
| constraints | Yes | Constraints score 0.0-1.0 | |
| specificity | Yes | Specificity score 0.0-1.0 | |
| completeness | Yes | Completeness score 0.0-1.0 |