This is a Chinese language implementation workflow that takes you from approved specs to working code using a test-driven, sequential approach. It starts by checking prerequisite scripts, validates checklist completion (and blocks you if things aren't done unless you override), then loads your tasks.md, plan.md, and related spec files to execute implementation in phases: setup, tests, core, integration, polish. The interesting bit is how opinionated it gets about project hygiene, automatically creating or validating ignore files for git, Docker, ESLint, and whatever else it detects in your stack. It respects task dependencies, runs parallel tasks together when marked with [P], and stops on failures. Built for teams that want enforcement around spec-driven development rather than ad-hoc coding.
npx skills add https://github.com/forztf/open-skilled-sdd --skill speckit-implement-zh