dev-workflow

Enforce a TDD workflow with Playwright UI testing and production verification.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill dev-workflow-vero-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/dev-workflow
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill dev-workflow-vero-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enforces a rigorous, step-by-step development process to ensure code quality, catch errors early, and maintain a clean codebase.

Core Features & Use Cases

  • Test-Driven Development (TDD): Write tests before implementation.
  • Code Verification: Comprehensive checks including linting, type checking, and AI-assisted code review.
  • UI Testing: Playwright verification for frontend functionality.
  • Production Readiness: Post-deployment checks in staging and production environments.
  • Use Case: Before committing any significant code change, use this workflow to systematically test, implement, review, and verify your work, minimizing bugs and technical debt.

Quick Start

Initiate the dev-workflow skill to guide through the TDD process for a new feature.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I enforce a TDD development workflow for non-trivial code changes?

To enforce a TDD development workflow for non-trivial code changes, you follow a structured process of requirement understanding, ripple-effect analysis, test writing, implementation, local verification, and self-review to ensure disciplined practices.

What is the best way to integrate Playwright UI testing into a CI/CD pipeline?

The best way to integrate Playwright UI testing into a CI/CD pipeline is to run it as a verification step after implementation and local checks, ensuring frontend functionality is validated before committing and deploying to production environments.

Does disciplined test-driven development require post-deployment production verification?

Yes, disciplined test-driven development requires post-deployment production verification. After local verification and commits, you must perform checks in staging and production environments to confirm production readiness and catch deployment issues.

How do I conduct an AI-assisted code review before committing new features?

To conduct an AI-assisted code review before committing new features, you initiate a self-review phase after local verification, checking code quality and adherence to standards before proceeding to the final commit and deployment stages.

When should I perform ripple-effect analysis during test-driven development?

You should perform ripple-effect analysis during test-driven development immediately after understanding requirements and before writing tests, allowing you to map the full impact of code modifications across the system prior to implementation.