Документирование окружения разработки по архитектуре проекта
★ 7.6 · vibe-coding
prd-v06-environment-setup is a Claude Code skill that documents development environment requirements during the PRD v0.6 Architecture phase, producing ENV-001 (local development setup), ENV-002 (CI/CD pipeline), and ENV-003 (production infrastructure) specification entries. It consumes TECH- artifacts from v0.5 Technical Stack Selection and ARC- artifacts from v0.6 Architecture Design, then generates verifiable specs: global CLIs with install and verify commands, per-project package manager dependencies, configuration files, and npm scripts for linting, type-checking, testing, and building. ENV-001 is required for every project; ENV-002 and ENV-003 are created when automated pipelines or production hosting are involved. The skill defaults to CLIs over MCPs, since standard tooling works in CI/CD environments. The output eliminates environment drift across team machines, speeds up onboarding, and feeds directly into v0.7 Build Execution.