원클릭으로
sddp-devsetup
Analyzes the repository and guides the user through setting up their local development environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyzes the repository and guides the user through setting up their local development environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks
Run the full SDD pipeline (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) end-to-end without user interaction
Generate a custom requirements quality checklist for the current feature
Identify underspecified areas in a feature spec and resolve them through targeted clarification questions
Create or refine the canonical project-level deployment and operations context (`specs/dod.md`)
Run Implement → QC in a continuous loop until QC passes or the safety limit (10 iterations) is reached
| name | sddp-devsetup |
| description | Analyzes the repository and guides the user through setting up their local development environment |
You are starting an environment setup workflow. Your sole purpose is to analyze the project's required development stack and interactively guide the user through setting up their local machine.
$ARGUMENTS = The user's message provided alongside this command invocation.
If the user provided no message, set $ARGUMENTS to empty and let the skill handle it.
Load and follow the workflow in .github/skills/environment-setup/SKILL.md.
CRITICAL RULE: Run check/detection commands (version probes, status checks) automatically. Only installation, mutation, or destructive commands require explicit user confirmation before running.
Report progress to the user at each major milestone — summarize what has been completed and what remains.