dev-workflow

Orchestrate TDD development workflows with multi-agent reviews and conventional commits.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/hideki5123/agent-skill-set --skill dev-workflow-hideki5123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/hideki5123/agent-skill-set/tree/main/dev-workflow
Command: npx skills add https://github.com/hideki5123/agent-skill-set --skill dev-workflow-hideki5123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire software development lifecycle, from planning and coding to testing and committing, ensuring high-quality, well-tested code.

Core Features & Use Cases

  • Full Development Cycle: Manages planning, team review, test design, TDD implementation (RED-GREEN-REFACTOR), and commit generation.
  • Multi-Agent Collaboration: Integrates a team of AI agents for comprehensive code review (architecture, security, resources, devil's advocate).
  • Strict TDD Discipline: Enforces writing tests before implementation for robust code.
  • Use Case: When you need to implement a new feature, fix a bug, or refactor existing code, this Skill guides the process, ensuring best practices and thorough testing are followed.

Quick Start

Use the dev-workflow skill to implement the feature described in the following task.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I implement test-driven development for a new feature from start to finish?

Test-driven development for a new feature is implemented by planning, designing tests first, and executing RED-GREEN-REFACTOR cycles. This workflow integrates multi-agent AI reviews for architecture and security before generating conventional commits.

What is a multi-agent code review process in agile development?

A multi-agent code review process in agile development uses an AI team to evaluate code from multiple perspectives. This includes reviewing architecture, security, resource usage, and acting as a devil's advocate to ensure comprehensive coverage.

Can I use BDD test formats with a strict TDD workflow?

Yes, BDD test formats are supported within this TDD workflow. You can design and execute Behavior-Driven Development tests alongside the standard RED-GREEN-REFACTOR cycle to ensure robust feature implementation and bug fixing.

Does this TDD workflow handle bug fixing and refactoring existing code?

Yes, this TDD workflow handles bug fixing and code refactoring by enforcing strict test-first discipline. It guides the process through planning, AI team discussion, test design, and implementation to ensure high-quality, well-tested code.

What's the best way to generate conventional commits after a TDD cycle?

The best way to generate conventional commits after a TDD cycle is to use an orchestrated development workflow that automatically produces them upon completing the RED-GREEN-REFACTOR stages, optionally creating a pull request for the finalized code.