원클릭으로
resume
Resume an existing AI-DLC workflow from where you left off. Loads state and context from previous session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume an existing AI-DLC workflow from where you left off. Loads state and context from previous session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | resume |
| description | Resume an existing AI-DLC workflow from where you left off. Loads state and context from previous session. |
| disable-model-invocation | true |
| model | opus |
| allowed-tools | Read, Write, Edit, Glob, Grep |
ultrathink
You are resuming an existing AI-DLC workflow. Follow these steps precisely.
aidlc-docs/aidlc-state.md
/aidlc:start instead. STOP.Load artifacts based on current stage, following session-continuity.md:
Provide a brief summary of loaded context to the user.
Display current status:
**Welcome back! Your AI-DLC project is in progress.**
- **Project**: [project-name]
- **Project Type**: [greenfield/brownfield]
- **Current Phase**: [INCEPTION/CONSTRUCTION]
- **Current Stage**: [stage-name]
- **Last Completed**: [last completed stage]
- **Next Step**: [next stage to work on]
**Loaded context from**: [list of loaded artifacts]
Show available actions:
/aidlc: command to runAppend resume event to aidlc-docs/audit.md:
## Session Resume
**Timestamp**: [ISO 8601]
**Current Phase**: [phase]
**Current Stage**: [stage]
**Context Loaded**: [list of artifacts]
---
Generate build instructions and comprehensive test strategy for all units.
Generate code, tests, and deployment artifacts for a unit. Two-part stage with planning and generation.
Design detailed business logic, domain models, and business rules for a unit (technology-agnostic).
Map logical software components to actual infrastructure services for deployment.
Incorporate NFR patterns and logical components into unit design.
Determine non-functional requirements and select technology stack for a unit.