Skip to main content
Back to registry

tdd-migrate

parcadei/continuous-claude-v3

Orchestrate TDD migrations with agents doing all work. Main context stays clean.

Installs148
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tdd-migrate
About this skill
Orchestrate TDD migrations with agents doing all work. Main context stays clean. Main context = orchestration only Agents do ALL work Parallel where independent Review after each major step Write a YAML plan file to thoughts/shared/plans/ -tdd.yaml : For each item, launch ONE kraken that does full TDD: If critic/validator found issues: Update ledger with completed work. Resulted in: - "Port X from Python to TypeScript" - "Create N adapters following existing pattern" - "Migrate module to new architecture" - "TDD implementation of multiple similar items" - source_path : Path to analyze (existing code) - target_path : Where to create new code - pattern : Reference file/pattern to follow - items : Comma-separated list of things to create - Main context = orchestration only - Never read files directly (use scout) - Never implement directly (use kraken/spark) - Never run tests directly (use validator) - Only pipe context and coordinate - Agents do ALL work Task Agent Explore/analyze scout Write tests + implement kraken Quick fixes spark Run tests/validate validator Code review critic - Parallel where independent - All items can be implemented in parallel if independent - Review + QLTY run in parallel - TLDR analysis runs in parallel with planning - Review after each major step - After implementation: critic reviews - After fixes: validator re-validates - 5 parallel kraken agents -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tdd-migrate do?

Orchestrate TDD migrations with agents doing all work. Main context stays clean.

Is tdd-migrate good?

tdd-migrate does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tdd-migrate work with?

tdd-migrate currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to tdd-migrate?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tdd-migrate?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill tdd-migrate

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering