Developer

Translate requirements into tested, maintainable code across backend and frontend components.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/co-cddo/innovation-sandbox-on-aws-deployer --skill developer-co-cddo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Developer
Source: https://github.com/co-cddo/innovation-sandbox-on-aws-deployer/tree/main/.claude/skills/bmad/bmm/developer
Command: npx skills add https://github.com/co-cddo/innovation-sandbox-on-aws-deployer --skill developer-co-cddo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementing user stories, writing clean code, and ensuring comprehensive test coverage can be a complex and iterative process. This Skill streamlines the development workflow, helping you translate requirements into high-quality, maintainable code.

Core Features & Use Cases

  • Story Implementation: Guides the end-to-end implementation of user stories, breaking them into tasks and ensuring all acceptance criteria are met.
  • Code Review & Refactoring: Assists in reviewing code for quality, best practices, and refactoring for improved maintainability.
  • Test Creation & Fixing: Helps write comprehensive tests (unit, integration, E2E) and debug failing ones to ensure code reliability.
  • Use Case: Pick a user story like "Password Reset." This Skill will help you plan the implementation tasks, write the backend and frontend code, create tests, and ensure all acceptance criteria are validated, then update the sprint status.

Quick Start

Implement user story STORY-003: Password Reset. /dev-story STORY-003

Frequently Asked Questions about Developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a user story from start to finish with test coverage?

Story implementation translates requirements into clean, tested code by breaking down acceptance criteria into tasks, writing backend and frontend code, creating comprehensive unit and integration tests, and validating all criteria are met before marking the story complete.

What's the best way to ensure code quality during development?

Code review and refactoring identify quality issues and best practices by inspecting code for adherence to clean code standards, suggesting maintainability improvements, and applying incremental commits with documented decisions aligned to project patterns.

How do I write and debug tests to reach 80% coverage?

Test creation and fixing involves writing unit, integration, and end-to-end tests that validate functional requirements, debugging failing tests to ensure code reliability, and tracking coverage metrics to meet the 80% threshold.

Can I use this for backend, frontend, and integration work simultaneously?

Yes, this Skill applies to Phase 4 implementation workflows across backend, frontend, and integration components, enabling end-to-end story delivery within a single cohesive development process.

What documentation should I include when implementing a story?

Comprehensive documentation of decisions captures the reasoning behind implementation choices, refactoring steps, and test strategies, ensuring alignment with project patterns and enabling future maintainability.