mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Remove design and roadmap documents that have been fully implemented in v3.1.0: - tdd-implementation-roadmap.md (6-phase implementation plan) - tdd-workflow-design.md (architecture specification) **Rationale**: - All designs have been implemented and are now live in v3.1.0 - Core content has been integrated into actual command documentation - Keeping planning docs could cause confusion about implementation status - Simplifies documentation maintenance **Implementation Status**: ✅ /workflow:tdd-plan - Implemented ✅ /workflow:tdd-verify - Implemented ✅ /workflow:tools:task-generate-tdd - Implemented ✅ /workflow:tools:tdd-coverage-analysis - Implemented The TDD workflow is production-ready and documented in: - .claude/commands/workflow/tdd-plan.md - .claude/commands/workflow/tdd-verify.md - .claude/commands/workflow/tools/task-generate-tdd.md - .claude/commands/workflow/tools/tdd-coverage-analysis.md - README.md (usage examples) - CHANGELOG.md (v3.1.0 release notes) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>