원클릭으로
ai-sdlc-2-design
Determine minimal architecture components for the current use case.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Determine minimal architecture components for the current use case.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Initialize or align a repository for AI-SDLC based on the intended system.
Implement the current use case using strict TDD.
Verify repository readiness for release.
Create or update a minimal use case specification.
Verify or collaboratively define the deployment workflow.
| name | ai-sdlc-2-design |
| description | Determine minimal architecture components for the current use case. |
Identify the minimal architecture components required for the current use case.
Do not generate implementation details.
Current use case
docs/specs/UC-[NNN]-[NAME].md
Architecture reference
docs/PROJECT.md
If the UC does not exist → ask the user.
Read the use case.
Determine required components:
domain
application
interfaces
infrastructure
Examples:
docs/PROJECT.md is sufficient.Update it only if necessary.
Prefer extending existing artifacts instead of creating new ones.
Respect Clean Architecture
domain ← application ← interfaces ← infrastructure
Do not implement code.
Do not generate tests.
Keep architecture descriptions minimal.
Architecture verified or minimally updated.
Update:
docs/TASKS.md
Set:
PHASE → 2