tdd-workflow

Automate test-driven development workflows with unit, integration, and Playwright end-to-end tests.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill tdd-workflow-multiplex-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-workflow
Source: https://github.com/multiplex-ai/muggle-ai-teams/tree/main/skills/tdd-workflow
Command: npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill tdd-workflow-multiplex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the enforcement of test-driven development to ensure every code change is guided by tests and meets coverage targets.

Core Features & Use Cases

  • TDD-first workflow: Forces writing tests before coding to drive implementation.
  • Comprehensive coverage goals: Targets 80%+ test coverage across unit, integration, and E2E tests.
  • End-to-end workflow support: Coordinates user journeys, test generation, and verification for reliable releases.
  • Use Case: A team starting a new feature can trigger the TDD flow to have tests written first and validated automatically.

Quick Start

Describe the feature to trigger the TDD workflow, then generate tests and implement code to pass them.

Frequently Asked Questions about tdd-workflow

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

FAQPage Schema
How do I enforce test-driven development to achieve 80%+ test coverage?

Enforce test-driven development by automating a workflow that requires tests before code implementation, targeting 80%+ coverage across unit, integration, and end-to-end tests.

What's the best way to integrate Playwright E2E tests into a TDD workflow?

Integrate Playwright E2E tests into a TDD workflow by coordinating user journeys, test case generation, and automated verification to ensure reliable releases.

Does this TDD workflow apply to bug fixes and refactoring?

This TDD workflow applies to bug fixes and refactoring, enforcing that all code changes are guided by tests and meet coverage targets.

How do I start a TDD workflow for new feature development?

Start a TDD workflow for new features by describing the feature to trigger the flow, then generate tests and implement code to pass them.

Can I target unit, integration, and E2E tests simultaneously?

Target unit, integration, and E2E tests simultaneously by using a disciplined workflow that combines all three testing scenarios to achieve comprehensive coverage.

Why do I need clear user journeys for end-to-end testing?

Clear user journeys are required for end-to-end testing to coordinate test case generation and validation, ensuring reliable releases through comprehensive coverage.