From aidlc-v2
AI-DLC infrastructure-design skill. Maps logical components and NFR design patterns to concrete infrastructure services, configurations, and deployment topology for a single unit. Produces `infrastructure-design.md` and `deployment-architecture.md`. Invoke explicitly via `/skill aidlc-infrastructure-design --unit <unit>` when all upstream 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-infrastructure-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Map logical software components to concrete infrastructure choices for deployment. This skill takes the technology decisions from nfr-assessment and the design patterns from nfr-design, and produces the actual service selections, configurations, sizing, and deployment topology needed to run the unit in production.
Map logical software components to concrete infrastructure choices for deployment. This skill takes the technology decisions from nfr-assessment and the design patterns from nfr-design, and produces the actual service selections, configurations, sizing, and deployment topology needed to run the unit in production.
Where nfr-assessment answered "what technology" and nfr-design answered "what patterns," infrastructure-design answers "where and how it runs."
nfr-requirements.md, tech-stack-decisions.md must be approvednfr-design-patterns.md, logical-components.mdbusiness-logic-model.md, domain-entities.md, business-rules.mdcomponents.md, component-dependencies.md, services.md, cross-cutting.mdnfr-requirements.md, tech-stack-decisions.md (from nfr-assessment)nfr-design-patterns.md, logical-components.md (from nfr-design, if present)business-logic-model.md, domain-entities.md (from functional-design)components.md, component-dependencies.md, services.md, cross-cutting.md (from application-design)units-of-work.md, units-of-work-dependency.md (for inter-unit integration points)Focus clarifying questions on:
Do not ask about what to build, which technology to use, or what patterns to apply — those are decided upstream. Infrastructure-design maps existing decisions to real, deployable services.
Two artifacts:
Per logical component (from logical-components.md or components.md):
tech-stack-decisions.mdSystem-level view of how the unit's infrastructure fits together:
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.