What problem does it solve?
This Skill automates the process of identifying distinct software components from design artifacts and setting up their corresponding directories in the codebase, streamlining the transition from the Design to the Code phase.
Core Features & Use Cases
- Component Identification: Analyzes design documents (architecture, API, data model) to identify cohesive software units.
- Directory Structure Generation: Creates dedicated directories for each identified component within the
3-code/ directory.
- Metadata Population: Generates a
CLAUDE.component.md file for each component, summarizing its responsibility, technology, interfaces, and requirements.
- Code Phase Index Update: Updates the main
CLAUDE.code.md file to include entries for the newly defined components.
- Use Case: After finalizing the system architecture, use this Skill to automatically create the foundational directory structure for your backend API, frontend application, and database service, ensuring the codebase aligns with the design.
Quick Start
Use the SDLC-decompose skill to identify and create component directories based on the current design artifacts.