What problem does it solve?
This Skill enables implementing adapters for a project based on the design defined in spec/database and domain port interfaces, while ensuring quality through a structured review cycle. The main agent handles orchestration and coordination, delegating actual code work to sub-agents.
Core Features & Use Cases
- Preparation & Alignment: Validate spec/database and domain ports, read CLAUDE.md/README.md to determine language, directory structure, rules, and commands.
- Phased Implementation: Manage Phase 1 (preparation), Phase 2 (implementation by sub-agents), Phase 3 (reviews), and Phase 4 completion, updating progress docs and ADRs as needed.
- Quality Gate & Traceability: Enforce typecheck & lint checks, report deviations, and store review notes in .review/adapter.
Quick Start
Instruct the system to implement adapters following the CLAUDE.md guidance and start the phased workflow.