.agents/skills/bmad-create-story/SKILL.md
Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"
npx skillsauth add tiagoyoko/BPO_MANAGER bmad-create-storyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.md, READ its entire contents and follow its directions exactly!
When the story will involve TypeScript, Next.js API routes, or React in this repo:
/mastering-typescript or the skill at mastering-typescript/SKILL.md): use it to ensure acceptance criteria and technical notes mention type-safe patterns, Zod validation at API boundaries, and existing project conventions.src/types/api.ts (jsonSuccess/jsonError/parseBody), src/lib/api/schemas/ for new or updated request bodies, and docs/typescript-recommendations.md. If the story adds or changes an API route, specify that body validation must use a Zod schema and the shared response helpers.business
Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".
documentation
tech-writer agent
testing
Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices"
testing
Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"