tdd-migrate

Orchestrate TDD migration workflows using specialized agents for parallel implementation.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill tdd-migrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-migrate
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/tdd-migrate
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill tdd-migrate

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines code migration tasks by orchestrating specialized agents to perform Test-Driven Development (TDD), ensuring code quality and minimizing growth in the main conversational context.

Core Features & Use Cases

  • Automated TDD Workflow: Manages the entire TDD cycle (write failing tests, implement, build, pass tests, review) for migration tasks.
  • Agent Orchestration: Leverages distinct agents (scout, kraken, spark, critic, validator) for specific sub-tasks, allowing parallel execution and efficient work distribution.
  • Context Management: Keeps the main Claude context focused on orchestration, delegating heavy lifting to agents.
  • Use Case: Migrating a set of similar API adapters from one language or framework to another, ensuring each new adapter is well-tested and adheres to a defined pattern.

Quick Start

Use the tdd-migrate skill to port the '/Users/cosimo/Documents/rigg/src/sdk/providers' module to TypeScript, using 'lmstudio.ts' as a pattern and migrating 'xai,cerebras,togetherai,deepinfra,perplexity' items.

Frequently Asked Questions about tdd-migrate

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

FAQPage Schema
How do I use Test-Driven Development for code migration tasks?

Test-Driven Development for code migration is managed by orchestrating a complete TDD cycle: writing failing tests, implementing, building, passing tests, and reviewing, while delegating heavy work to specialized agents.

What is the best way to migrate multiple API adapters to a new framework without losing context?

Migrating multiple API adapters without losing context is achieved by orchestrating specialized agents to handle the implementation in parallel, keeping the main context focused solely on workflow orchestration.

How does agent orchestration work for parallel code refactoring?

Agent orchestration for parallel code refactoring utilizes distinct agents for specific sub-tasks like scouting, implementing, and validating, allowing simultaneous execution and efficient work distribution across multiple items.

Can I migrate a set of similar modules using a defined pattern for code generation?

You can migrate a set of similar modules by providing a specific pattern file, which the workflow uses to generate, implement, and validate each item in parallel while adhering to the defined structure.

When should I use an orchestrated TDD workflow instead of manual code migration?

An orchestrated TDD workflow is ideal when migrating multiple similar items like API adapters, ensuring each new implementation is well-tested and adheres to a defined pattern without growing the main conversational context.