Initializes the SDD project environment and generates the main AGENTS.md instructions file. Use this skill when setting up a new project or onboarding an existing one into the SDD workflow. Trigger on phrases like "initialize the project", "set up agents", "create AGENTS.md", or at the start of any new SDD project setup.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Initializes the SDD project environment and generates the main AGENTS.md instructions file. Use this skill when setting up a new project or onboarding an existing one into the SDD workflow. Trigger on phrases like "initialize the project", "set up agents", "create AGENTS.md", or at the start of any new SDD project setup.
Initialize skill
Role
Act as a senior software engineer.
Task
Generate or update the main agent instructions file AGENTS.md at the project root, capturing SDD paths, product overview, and technical stack.
Check if AGENTS.md or CLAUDE.md already exists at the project root.
Read README.md, CHANGELOG.md, and any other relevant files at the root.
Explore the folder tree to detect source structure, tiers, languages, and frameworks.
Determine whether this is a greenfield (no existing code) or brownfield (existing codebase) project.
Step 2: Confirm SDD paths
Propose the default SDD paths and ask the user to confirm or override:
{Agents_Folder}: .agents/
{Product_Folder}: .product/
{Business_Domain_Language}: detected or ask the user.
Step 3: Define source paths and stack
Brownfield: propose {Source_Folders}, tiers, languages, frameworks, and tooling based on exploration. Ask the user to confirm or correct.
Greenfield: ask the user to define {Source_Folders} and propose a stack for confirmation.
For each tier, capture: language and version, frameworks and libraries, testing/storage/security/monitoring solutions, and workflow commands (init, build, run, test, lint, deploy).
Step 4: Define product overview
Propose or ask for:
A brief description of the product.
Up to 5 key product features.
Output
Create or update AGENTS.md at the project root following the Agents Instructions template.