tdd-migration-pipeline

Solid

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

AI & Automation 501 stars 42 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 (tldr structure, tldr extract, tldr calls). Create spec.md with: - All behavioral contracts (what each function/class promises) - Input/output types - Edge cases and invariants - Dependencies between components Write to: {target_dir}/spec.md ``` ##...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
yesterday
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category