返回 Skill 列表
extension
分类: 开发与工程无需 API Key

story-create

为规划面向用户的功能创建结构化的故事文件。当用户要求“创建一个故事”、“添加一个故事”、“计划一个故事”,或需要记录用户价值时使用。在docs/planning/stories/目录下创建编号的Markdown文件。

person作者: jakexiaohubgithub

Story Create

Create story files using the aaa CLI.

Workflow

  1. Run: aaa story create <name>
  2. Write content using template
  3. Prompt user: "Create tasks for this story?"
  4. If yes, create tasks with --story NNN flag

References

  • CLI & workflow: @context/blocks/docs/task-management.md
  • Template: @context/blocks/docs/story-template.md