一键导入
start
Start a new AI-DLC workflow. Analyzes workspace, initializes state, and guides through the adaptive development lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start a new AI-DLC workflow. Analyzes workspace, initializes state, and guides through the adaptive development lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | start |
| description | Start a new AI-DLC workflow. Analyzes workspace, initializes state, and guides through the adaptive development lifecycle. |
| disable-model-invocation | true |
| model | opus |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(ls *), Bash(find *), Bash(mkdir *) |
ultrathink
You are initiating the AI-DLC (AI-Driven Development Life Cycle) workflow. Follow these steps precisely.
Read and display the welcome message from welcome-message.md. Display it ONCE to the user.
Perform workspace detection following workspace-detection-detail.md:
aidlc-docs/aidlc-state.md
/aidlc:resume instead. STOP HERE.Create aidlc-docs/ directory structure:
aidlc-docs/
├── inception/
│ ├── plans/
│ ├── reverse-engineering/
│ ├── requirements/
│ ├── user-stories/
│ └── application-design/
├── construction/
│ ├── plans/
│ └── build-and-test/
├── aidlc-state.md
└── audit.md
Create aidlc-docs/aidlc-state.md based on aidlc-state.md template
Create aidlc-docs/audit.md based on audit.md template
Log the initial user request in audit.md
Present findings following the completion message format in workspace-detection-detail.md.
Based on project type, inform user of next step:
/aidlc:inception-reverse-engineering to analyze existing codebase"/aidlc:inception-requirements to begin requirements analysis"/aidlc:inception-requirements to begin requirements analysis".md files with [Answer]: tags — NEVER ask in chataidlc-docs/ onlyEdit (append) for audit.md — NEVER overwriteGenerate 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.