This is a Chinese language skill for systematically implementing approved OpenSpec proposals through a test-driven, task-by-task workflow. It's designed for when you've already got a spec proposal ready and need to execute it methodically. The approach is strict about sequence: read the full proposal, load tasks into TodoWrite for progress tracking, execute each task individually with immediate testing, and only mark complete after verification passes. It explicitly warns against skipping tasks or batching work without testing. The workflow handles common scenarios like database migrations before API code, blocked tasks, and breaking changes with versioning. If you're the type who shortcuts testing until the end, this will slow you down on purpose, which is probably the point.
npx skills add https://github.com/forztf/open-skilled-sdd --skill openspec-implementation-cn