From aidlc-v2
AI-DLC code-generation skill. Generates production-ready code in small, testable layers — models, business logic, API, integration — with per-layer build verification and checkpoint tracking. Designed for re-invocation; state is tracked via per-layer checkboxes in the plan. Invoke explicitly via `/skill aidlc-code-generation --unit <unit>` when all upstream design artifacts exist and only this step is needed. For fresh development intents, activate `aidlc-orchestrator` instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidlc-v2:aidlc-code-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate production-ready code in small, testable chunks following a layered approach. Each layer is built, tested, and verified before proceeding to the next. Designed for re-invocation — state is tracked via per-layer checkboxes in the plan.
Generate production-ready code in small, testable chunks following a layered approach. Each layer is built, tested, and verified before proceeding to the next. Designed for re-invocation — state is tracked via per-layer checkboxes in the plan.
inception/application-design/ or inception/reverse-engineering/)components.md, component-methods.md, component-dependencies.md, services.mdcross-cutting.md, data-models.md, api-contracts.md (as applicable)units-of-work.md and unit assignment (if per-unit execution)functional-design/ artifacts (if applicable — business logic and rules to implement)technology-stack.md, code-structure.md from RE, plus the target codebaseCode generation proceeds layer by layer. Each layer is a small batch of related files that can be built and tested independently.
Layered / MVC:
Hexagonal / Clean / Ports-and-Adapters:
Frontend:
Focus clarifying questions on:
cross-cutting.mdDo not ask about architecture, tech stack, component structure, or business logic — these are decided in prior artifacts.
Validation rules for this skill's output live in validation-spec.md at the skill root. See ${CLAUDE_PLUGIN_ROOT}/aidlc-common/protocols/aidlc-validator-protocol.md for how they are applied.
npx claudepluginhub ijin/aidlc-cc-plugin-v2 --plugin aidlc-v2Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.