Generate Devcontainer Config
sdd_generate_devcontainerGenerate a devcontainer configuration file from your project's tech stack and DESIGN.md, enabling consistent development environments in VS Code Dev Containers or GitHub Codespaces.
Instructions
Generates .devcontainer/devcontainer.json from the detected tech stack and DESIGN.md. Writes the file to disk for local use with VS Code Dev Containers or GitHub Codespaces.
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 |
| base_image | No | Base Docker image for the devcontainer. Auto-detected from tech stack if omitted. | |
| features | No | Devcontainer features to include (e.g., 'ghcr.io/devcontainers/features/node:1'). |