mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Implement /workflow:test-gen command for generating comprehensive test workflows based on completed implementation tasks. Creates dedicated test sessions with full coverage planning including unit, integration, e2e, performance, security, and documentation tests. Key features: - Analyzes completed IMPL-* tasks to generate corresponding TEST-* tasks - Follows established workflow architecture with 5-field JSON schema - Integrates with existing TodoWrite progress tracking and agent orchestration - Supports automatic session detection and manual session specification - Maps implementation patterns to appropriate test strategies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>