From aidlc
Generate code, tests, and deployment artifacts for a unit. Two-part stage with planning and generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidlc:construction-code-generationopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ultrathink
ultrathink
Generate code for the specified unit. This is a two-part stage: Planning → Generation. Always executes for each unit.
Unit: $ARGUMENTS (if not provided, use default unit from execution plan)
aidlc-docs/aidlc-state.md — verify prior design stages are complete for this unitaidlc-docs/audit.mdFollow code-generation-detail.md:
src/, tests/, config/{unit}/src/src/{unit}/aidlc-docs/construction/plans/$ARGUMENTS-code-generation-plan.md
aidlc-docs/construction/$ARGUMENTS/code/_modified or _new copies)aidlc-state.md — mark Code Generation complete for this unit/aidlc:construction-functional-design [next-unit]/aidlc:construction-build-and-testdata-testid attributes for automationnpx claudepluginhub yamatatsu/claude-aidlc --plugin aidlcAutonomously generates complete production-ready projects from descriptions: structure, code, tests, docs, config, git. Orchestrates pipeline with verification to ensure builds and tests pass.
Executes an implementation plan — writes code and tests, runs quality review, and ships a pull request.
Creates structured implementation plans from feature specs with exact file paths, test code, and TDD cycles. Bridges ideation and execution.