dev:developing

Convert user stories into categorized tasks and orchestrate TDD/PLAN workflows.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ryryo/dot-claude-dev --skill dev-developing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev:developing
Source: https://github.com/ryryo/dot-claude-dev/tree/main/.claude/skills/dev/developing
Command: npx skills add https://github.com/ryryo/dot-claude-dev --skill dev-developing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning user stories into categorized tasks and drives their execution through TDD/PLAN workflows, reducing manual coordination and ensuring consistent delivery.

Core Features & Use Cases

  • Story-to-task conversion: Analyze user stories and split them into labeled tasks (TDD/E2E/TASK) with TODO.md updates.
  • Workflow orchestration: Select and apply the appropriate workflow (TDD, E2E, or TASK) for each task.
  • Operational learning: Update design docs and capture learnings to improve future stories and rules.

Quick Start

Start a story-driven workflow by prompting Claude Code with your project context, then issue dev:story to generate labeled tasks and trigger dev:developing for implementation. Review the generated TODO.md, and monitor the agent delegation flow to apply the correct workflow to each task.

Frequently Asked Questions about dev:developing

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

FAQPage Schema
How do I automate turning user stories into categorized development tasks?

To automate turning user stories into categorized development tasks, this Skill analyzes the story and splits it into labeled TDD, E2E, or TASK items. It then updates TODO.md to track the generated tasks and orchestrates their execution through appropriate workflows.

How does TDD workflow orchestration work with TODO.md and DESIGN.md?

TDD workflow orchestration with TODO.md and DESIGN.md works by delegating categorized tasks to specialized sub-agents that execute tests and code. The workflow selects the correct process for each task and updates DESIGN.md to capture learnings for future development cycles.

Can I use agent delegation for managing TDD and E2E task execution?

You can use agent delegation for managing TDD and E2E task execution by prompting the story-driven workflow to generate labeled tasks. The Skill delegates these specific tasks to specialized sub-agents, applying the correct workflow to each one automatically.

What is the best way to manage continuous learning in software development workflows?

The best way to manage continuous learning in software development workflows is to capture operational learnings within DESIGN.md after task execution. This Skill updates design docs automatically, refining rules and improving future story-driven development cycles.

Does story-driven development require manual coordination for task labeling?

Story-driven development does not require manual coordination for task labeling because this Skill automates the analysis and categorization process. It converts stories into TDD, E2E, or TASK labels and updates TODO.md without manual intervention.

When should I not use an automated TDD workflow for task execution?

You should not use an automated TDD workflow for task execution if your project lacks clear user stories or requires highly customized, non-standard development processes. This Skill relies on structured story inputs to categorize tasks and delegate them to sub-agents effectively.