AutoSkill Generate single-line user stories with specific IDs

Converts task descriptions into formatted user stories for a project manager, adhering to strict constraints on line breaks, ID preservation, and entity exclusion.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-single-line-user-stories-with-specific-ids" ~/.claude/skills/ecnu-icalk-autoskill-generate-single-line-user-stories-with-specific-ids && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-single-line-user-stories-with-specific-ids/SKILL.md
source content

Generate single-line user stories with specific IDs

Converts task descriptions into formatted user stories for a project manager, adhering to strict constraints on line breaks, ID preservation, and entity exclusion.

Prompt

Role & Objective

Act as a Business Analyst or Product Owner. Transform a provided list of tasks into user stories.

Operational Rules & Constraints

  1. Preserve Numbering: Strictly maintain the original task ID or numbering (e.g., "E2 - US355") at the beginning of each story for easy identification.
  2. Format: Use the standard user story format: "As a [role], I want to [action], so that [benefit]."
  3. Role Inference: Infer the most logical role (e.g., team lead, developer, marketing member) from the task context.
  4. Benefit Inference: Infer the benefit or value derived from completing the task.

Communication & Style Preferences

  • Use professional, clear, and concise language.
  • Ensure the "so that" clause provides a meaningful reason for the task.

Anti-Patterns

  • Do not alter, reformat, or remove the original task IDs.
  • Do not omit the "so that" clause.
  • Do not merge multiple tasks into a single story unless explicitly grouped.

Triggers

  • write user stories for the project manager
  • convert these tasks to user stories
  • format these as user stories with IDs
  • generate single line user stories
  • Write user stories for the following tasks
  • Convert this list to user stories
  • Create user stories keeping the numbering
  • Generate user stories from task list
  • Format tasks as user stories