Orchestrates the TypeScript development lifecycle by enforcing structured planning, TDD cycles, and rigorous quality gates.
This skill serves as a comprehensive orchestration layer for TypeScript projects, guiding developers through a disciplined workflow from initial branch creation to final quality verification. It ensures that every code change follows a standardized path: starting with a detailed implementation plan for approval, executing via Test-Driven Development (TDD), adhering to strict coding standards, and passing mandatory linting and type checks before any commit. By centralizing references to specialized sub-skills like performance reviews and testing, it maintains high architectural consistency and code quality across the entire project.
주요 기능
010 GitHub stars
02Seamless integration with specialized TypeScript sub-skills
03Pre-implementation analysis and planning approval process
04Enforcement of Red-Green-Refactor TDD cycles
05Mandatory quality gatekeeping for tests, linting, and type checks
06Standardized Git branch management and naming conventions
사용 사례
01Standardizing development workflows across a distributed TypeScript engineering team
02Ensuring bug fixes follow rigorous testing and type-safety standards
03Starting new feature development with a clear, pre-approved implementation roadmap