Spec Sync automates and enforces a canonical project specification workflow by reading DEV_SPEC.md, detecting changes via a content hash, splitting the mas…
Spec Sync automates and enforces a canonical project specification workflow by reading DEV_SPEC.md, detecting changes via a content hash, splitting the master document into chapter-specific files under specs/, and generating a navigable SPEC_INDEX.md. It runs automatically as Stage 1 of the dev-workflow (e.g., when invoking "下一阶段" or "继续开发") and can be manually triggered for edge cases with python.github/skills/spec-sync/sync_spec.py (or --force). Use this skill whenever the master spec is edited, spec files are missing/corrupted, or when testing spec-dependent skills in isolation. Key features: automatic change detection, deterministic splitting, index generation, and a stable directory layout for downstream tools. Core advantages: ensures spec consistency, speeds developer onboarding, and provides reliable inputs for other spec-based automation.
本页属于 OpenClaw Skills 学习体系,覆盖技能安装、分类导航与实战链接。