---
description: SDP command vision
globs: []
alwaysApply: false
---
<!-- GENERATED by sdp generate-adapters from sdp.manifest.yaml — do not edit manually -->
<!-- Source: prompts/commands/vision.md -->
# /vision — Vision

## Overview

This command implements the vision skill from the SDP workflow.

See `/prompts/skills/vision/SKILL.md` for complete documentation.

## Usage

```bash
/vision [arguments]
```

## Implementation

The command delegates to the `vision` skill, which provides:

- Systematic workflow
- Quality gates
- Proper error handling
- Documentation

## Related

- Skills: `prompts/skills/vision/SKILL.md`
- Agents: `prompts/agents/builder.md`