一键导入
ai-sdlc-0-bootstrap
Initialize or align a repository for AI-SDLC based on the intended system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize or align a repository for AI-SDLC based on the intended system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ai-sdlc-0-bootstrap |
| description | Initialize or align a repository for AI-SDLC based on the intended system. |
Align the repository with the intended system and prepare it for AI-SDLC.
Clarify with the user:
If unclear → ask before proceeding.
Check existing:
Ensure Clean Architecture:
src/app/domain
src/app/application
src/app/interfaces
src/app/infrastructure
tests/unit
tests/integration
tests/e2e
Rules:
Check for:
requirements.txt
pyproject.toml
package.json
Rules:
Ensure:
docs/PROJECT.md
Rules:
Content:
Identify:
Ask the user before removing anything.
Repository aligned with intended system.
Update:
docs/TASKS.md
Set:
CURRENT PHASE → 1
Implement the current use case using strict TDD.
Verify repository readiness for release.
Create or update a minimal use case specification.
Determine minimal architecture components for the current use case.
Verify or collaboratively define the deployment workflow.