What problem does it solve? Engineering teams often lose critical knowledge in chat logs, commit messages, and outdated docs, causing confusion between current implementations, design proposals, and external reference materials. This Skill enforces a structured documentation system so maintainers can quickly recover context and trust what they read. ## Core Features & Use Cases - Layered Documentation Structure: Provides a reusable template with sections for long-term rules (00_必读), current implementation (10_模块梳理), design proposals (20_专题方案), reviews (30_评估审查), external references (40_外部资料), and archives (90_归档). - Landing-Status Labeling: Requires design and proposal documents to be explicitly marked as not implemented, partially implemented, fully implemented, or deprecated to prevent misreading drafts as current truth. - Manual Configuration & Acceptance Records: Mandates documenting manual wiring steps, Inspector references, startup order, and acceptance procedures that code alone cannot express. - Use Case: After refactoring a module's configuration source, use this Skill to update the maintenance-entry doc, archive the old dev log, and mark the related design proposal as fully implemented. ## Quick Start Use the engineering-documentation-rules skill to reorganize this project's docs and update the module implementation notes after my latest code changes.