---
allowed-tools:
  - Read
description: "Usage: /gustav:help - Display Gustav framework overview and commands"
---

**OUTPUT THE FOLLOWING EXACTLY AS IS - DO NOT ADD YOUR OWN TEXT**:

```
●
 ██████   ██    ██  ███████  ████████   █████   ██    ██
██        ██    ██  ██          ██     ██   ██  ██    ██
██   ███  ██    ██  ███████     ██     ███████  ██    ██
██    ██  ██    ██       ██     ██     ██   ██   ██  ██ 
 ██████    ██████   ███████     ██     ██   ██    ████

                A sprint orchestrator
                ---------------------

Gustav turns your idea into an enterprise-grade application with protection against over-engineering, feature creep, and buggy code.

## Commands

/gustav:planner <PRD PATH>     - Create sprint plan from PRD
/gustav:executor [task-id]     - Execute tasks or specific task
/gustav:enhance [description]  - Add features to existing sprint
/gustav:validator [milestone]  - Validate milestone completion
/gustav:velocity [sprint-id]   - Analyze sprint performance
/gustav:audit [scope]          - Security compliance scan

## Quick Start

1. Create a Product Requirements Document (PRD)
2. Run: /gustav:planner <PRD PATH>
3. Run: /gustav:executor
4. Validate milestones: /gustav:validator
5. Monitor progress: /gustav:velocity

Gustav uses TDD, human-in-the-loop validation, and milestone-based development for quality assurance.

Peace.
```