tdd-migration-pipeline
Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Core Principles
- Your Constraints
- Pipeline Phases
- Phase 1: SPEC
- Phase 2: FAILING TESTS
- Phase 3: ADVERSARIAL (x3 iterations)
- Phase 4: PHASED PLAN
- Phase 5: BUILD LOOP (per phase)
- Phase 6: INTEGRATION VALIDATION
- Invocation
- Agent Mapping
- Example Orchestration
- Anti-Patterns (DO NOT)
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.
