scrum-team-developer

Orchestrate TDD cycles across Scrum PBIs with scrum.ts tracking.

6|Updated Dec 28, 2023
One-click install
npx skills add https://github.com/staticWagomU/dotfiles --skill scrum-team-developer-staticwagomu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-team-developer
Source: https://github.com/staticWagomU/dotfiles/tree/main/config/claude/skills/scrum-team-developer
Command: npx skills add https://github.com/staticWagomU/dotfiles --skill scrum-team-developer-staticwagomu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI Developer follows a disciplined TDD Scrum process to complete PBIs per sprint, ensuring traceable progress and quality.

Core Features & Use Cases

  • Break a PBI into subtasks at sprint start and update status as work completes.
  • Execute TDD cycle (red/green/refactor) to drive implementation with tests.
  • Reference: scrum.ts as single source of truth and scrum-dashboard for maintenance.

Quick Start

Initiate a Sprint by selecting the next pending PBI, break it into subtasks, and run the TDD cycle using red, green, and refactor steps.

Frequently Asked Questions about scrum-team-developer

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

FAQPage Schema
How do I manage a Scrum sprint using TDD for AI development?

To manage a Scrum sprint using TDD for AI development, you select a pending PBI, decompose it into subtasks, and execute the red, green, and refactor cycle to drive implementation with automated tests.

What is the TDD cycle process for completing Product Backlog Items?

The TDD cycle process for completing PBIs involves breaking down the item into subtasks, writing failing tests first (red), implementing code to pass tests (green), and refactoring while maintaining a single source of truth for status tracking.

How do I break down a PBI into subtasks at sprint start?

To break down a PBI into subtasks at sprint start, you initiate the sprint workflow by selecting the next pending item, decomposing its requirements into actionable subtasks, and registering them in your single source of truth file.

Can I track sprint progress using a single source of truth file?

Yes, you can track sprint progress using a single source of truth file like scrum.ts, which records PBI decomposition, TDD phase transitions, and status updates with defined commit semantics for a scrum-dashboard.

Does AI development workflow require defined commit semantics for TDD transitions?

Yes, disciplined AI development workflows require defined commit semantics to accurately record TDD phase transitions and progress updates, ensuring traceable quality assurance across all sprint subtasks.