spike_update_confidence
Record confidence ratings (0-100) across key dimensions to track evolution of technical spike investigations over time.
Instructions
Record a confidence rating for the spike.
All ratings are 0-100. Tracks confidence evolution over time.
Args: name: Spike name problem_understanding: How well is the problem understood (0-100) success_criteria_clarity: How clear are the success criteria (0-100) exploration_completeness: How complete is the exploration (0-100) solving_right_problem: Confidence we're solving the right problem (0-100) reason: Optional reason for this assessment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| problem_understanding | Yes | ||
| success_criteria_clarity | Yes | ||
| exploration_completeness | Yes | ||
| solving_right_problem | Yes | ||
| reason | No |