.agents/skills/bmad-dev-story/SKILL.md
Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"
npx skillsauth add tiagoyoko/BPO_MANAGER bmad-dev-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/dev-story/workflow.md, READ its entire contents and follow its directions exactly!
ADDITIONAL PROJECT RULE: before starting implementation, you MUST create or reuse a dedicated story branch and a dedicated git worktree for that branch. Do not develop directly in the user's currently-open working tree when git is available.
When implementing stories that touch TypeScript, Next.js API routes, or front-end React in this repo:
/mastering-typescript or the skill at mastering-typescript/SKILL.md): use it for type-safe patterns, Zod validation at API boundaries, satisfies, strict typing, and the project’s existing conventions.src/types/api.ts (jsonSuccess/jsonError/parseBody), src/lib/api/schemas/ (Zod schemas), ESLint type-aware rules, Prettier, and noUncheckedIndexedAccess in tsconfig. Prefer the existing helpers and schemas instead of ad-hoc validation or response shapes.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"