概要
The Module Spec Generator skill empowers developers to document and design modular systems by extracting high-quality specifications from code analysis. Following the amplihack 'brick' philosophy, it ensures every module has a single responsibility and a clearly defined public contract (studs), making modules completely regeneratable without breaking system connections. This tool is ideal for documenting existing codebases, planning new features before implementation, and maintaining architectural integrity across complex agentic coding projects by ensuring every component is self-contained and well-defined.