interview_story_add
Validate and persist a STAR+E interview story to a local JSON bank. Requires situation, task, action, result to be non-empty.
Instructions
Add a STAR+E story to the local JSON story bank.
Validates STAR structure (situation, task, action, result must be non-empty). Raises ValueError if validation fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story | Yes | The Story to persist. | |
| store_path | Yes | Absolute path to the JSON store file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| situation | Yes | ||
| task | Yes | ||
| action | Yes | ||
| result | Yes | ||
| effect | No | ||
| competencies | No |