Skip to content

Storytelling workflow references story-types.csv columns that do not exist #9

@dickymoore

Description

@dickymoore

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_for during framework parsing and element gathering
  • story-types.csv header provides key_questions instead

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions