بنقرة واحدة
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 المهني
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.
| 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]
---