-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Summary
The storytelling workflow text expects framework data fields such as key_elements and best_for, but story-types.csv currently exposes category, story_type, name, description, key_questions.
Why this matters
This means the workflow instructions reference columns the shipped data file does not provide. The issue appears to predate the native-skill conversion, but PR #8 preserves it unchanged.
Current evidence
- Workflow text references
key_elements/best_forduring framework parsing and element gathering story-types.csvheader provideskey_questionsinstead
Suggested direction
Choose one schema and make both assets agree:
- either update the workflow text to use
key_questions, - or update the CSV/schema to include the expected fields.
Related context
Observed while reviewing PR #8 (feat: convert storytelling to a native skill). This should be treated as legacy workflow/schema cleanup rather than native-skill conversion drift.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels