scrum-team-developer

Coordinate TDD subtasks and sprint cycles within AI-Agentic Scrum.

8|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/atusy/agentic-scrum --skill scrum-team-developer-atusy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-team-developer
Source: https://github.com/atusy/agentic-scrum/tree/main/claude-plugins/agentic-scrum/skills/scrum-team-developer
Command: npx skills add https://github.com/atusy/agentic-scrum --skill scrum-team-developer-atusy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI developers to execute a single-PBI sprint using disciplined TDD, ensuring that tests drive development and progress is tracked in a shared Scrum dashboard.

Core Features & Use Cases

  • One-PBI-per-sprint discipline to maintain focus and momentum.
  • TDD-driven workflow guiding test-first development and incremental refinement.
  • Subtask orchestration updates statuses in scrum.ts as work progresses, with clear Definition of Done alignment.

Quick Start

Start the next subtask by running /tdd:red to write a failing test, then progress with /tdd:green as tests pass.

Frequently Asked Questions about scrum-team-developer

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

FAQPage Schema
How do I automate TDD-driven PBI work in an AI-agile Scrum sprint?

Automate TDD-driven PBI work by coordinating subtasks and sprint cycles using a Single Source of Truth file. AI developers execute one PBI per sprint, managing subtask statuses and complying with the Definition of Done.

How does the RED-GREEN-REFACTOR workflow apply to AI developer subtask orchestration?

The RED-GREEN-REFACTOR workflow guides test-first development for AI developers. Start a subtask by writing a failing test (RED), then progress by making the test pass (GREEN), ensuring incremental refinement throughout the sprint cycle.

Do I need a specific file to track subtask status during a single-PBI sprint?

Yes, you need the scrum.ts Single Source of Truth file to track subtask status during a single-PBI sprint. This file is required to maintain progress visibility and ensure compliance with the Definition of Done.

What is the benefit of limiting an AI developer to one PBI per sprint?

Limiting an AI developer to one PBI per sprint maintains development focus and momentum. This discipline ensures tests drive development and progress is tracked accurately in the shared Scrum dashboard.

Can I use this TDD workflow without integrating a Scrum dashboard?

No, interaction with the scrum-dashboard skill is required. The TDD workflow depends on the dashboard and the scrum.ts file to coordinate subtasks, update statuses, and ensure Definition of Done compliance.