Setup Local Dev Environment
sdd_setup_local_envDetect project tech stack and generate Docker-based local development environment with Dockerfile and docker-compose.yml. Outputs routing instructions for Docker MCP to manage containers.
Instructions
Detects the project tech stack and generates a Docker-based local development environment (Dockerfile + docker-compose.yml). Returns a payload with routing_instructions for Docker MCP to create and manage containers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| services | No | Additional services to include (e.g., 'postgres', 'redis', 'rabbitmq'). Auto-detected from DESIGN.md if omitted. | |
| port | No | Primary application port to expose. |