원클릭으로
infra-config-planner
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
| name | infra-config-planner |
| description | Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA. |
Detect the actual stack before assuming. Identify on disk:
pyproject.toml / package.json / Cargo.toml / Makefile).src/ vs flat; locate __init__.py / exports).Preferred phase order: make build/test runnable → make deterministic → improve DX. Never combine scaffolding + feature work, dependency upgrades + refactors, or build-system migration + new plugins in one phase.
For every config change name: the file path, the key, the old value, the new value, and what code or tool reads it. For every command introduced: the exact invocation, the working directory, and the expected exit code.
Clean checkout (no cached state), missing lockfile, conflicting versions across manifests, CI runner missing a tool that local dev has, offline mode, an env var the config depends on being unset.
<install> then <test> exits 0."src/ vs flat) or wrong test runner.Prefer smoke tests: package/import discovery, CLI entrypoint --help, minimal test-collection runs. For CI/config changes, specify parse/lint checks using repo-resident tools only.