What problem does it solve?
This skill bridges the gap between abstract software concept designs and concrete implementation, ensuring that logical ownership, invariants, and behavioral boundaries are preserved during the coding process.
Core Features & Use Cases
- Architecture Translation: Maps concept specs to module responsibilities, public action seams, and logical state ownership.
- Synchronization Management: Implements composed business rules across multiple concepts while maintaining explicit consistency and retry boundaries.
- Use Case: Use this skill when you have an approved concept spec and need to implement the corresponding Go packages, database schemas, and synchronization logic without blurring the boundaries between independent concepts.
Quick Start
Use the concept-implement skill to translate the approved Label concept spec into the existing Go codebase while preserving logical ownership.