Agent skill · Databases

tdd-migration-pipeline

Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation

parcadeigithub.com/parcadeiGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill tdd-migration-pipeline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: TaskTodoWriteReadBash
Path: .claude/skills/tdd-migration-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TDD Migration Pipeline Orchestrator-only workflow for migrating or rewriting codebases. You do NOT read files, write code, or validate anything yourself. You only instruct agents and pipe context (paths, not contents). ## When to Use - Migrating codebase from one language/framework to another - Rewriting a system with TDD guarantees - Large-scale refactoring with behavioral contracts - When you want zero context growth in the orchestrator ## Core Principles 1. **ZERO orchestrator execution** - only instruct and pipe context 2. **All work done by agents** - you never read/write/validate 3. **Context window stays flat** - pass paths, not contents 4. **New code in separate directory** - never modify source ## Your Constraints - Never say "let me read..." or "looking at..." - Only say "Agent X: do Y with Z" - Your context should NOT grow during execution - All agents must use `qlty` and `tldr` skills ## Pipeline Phases ### Phase 1: SPEC ``` Instruct spec-agent (use scout or architect): - Analyze {source_path} using tldr-skill - Output: spec.md with behavioral contracts, types, edge cases ``` **Agent prompt template:** ``` Analyze the codebase at {source_path} using tldr commands (tld

What's inside
Steps it walks through
  1. When to Use
  2. Core Principles
  3. Your Constraints
  4. Pipeline Phases
  5. Phase 1: SPEC
  6. Phase 2: FAILING TESTS
  7. Phase 3: ADVERSARIAL (x3 iterations)
  8. Phase 4: PHASED PLAN
  9. Phase 5: BUILD LOOP (per phase)
  10. Phase 6: INTEGRATION VALIDATION
  11. Invocation
  12. Agent Mapping
  13. Example Orchestration
  14. Anti-Patterns (DO NOT)
More from Continuous-Claude-v3
All skills →
About this skill
What does the tdd-migration-pipeline skill do?

Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill tdd-migration-pipeline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going