# GSD - Get Shit Done

## Update

```bash
npx get-shit-done-cc@latest
```

Danach in CC posten:

```bash
with "C:\Users\uhgde\.claude\playbooks\gsd-post-update-playbook.md" in mind patch the newly installed gsd-version. Show me discrepancies or problems if something is like not compatible in the new version so we can figure out what to do and to update the playbook.
```

## Workflow

#### Session starten

```
claude --dangerously-skip-permissions
```

#### Allgemeines

- Clear zwischen jedem Schritt:

```powershell
/clear
```

- Aktuellen Progress anzeigen:

```powershell
/gsd:progress
```

#### Neues Projekt

- Map Codebase bei vorh. Projekten

```powershell
/gsd:map-codebase
```

- New Project

```powershell
/gsd:new-project
```

#### Phasen-Loop (innerhalb Milestone)

- Discuss

```powershell
/gsd:discuss-phase 1
```

- Plan

```powershell
/gsd:plan-phase 1
```

- Execute

```powershell
/gsd:execute-phase 1
```

- Verify

```powershell
/gsd:verify-work 1
```

- Gaps (Bugfixes) planen:

```
/gsd:plan-phase 1 --gaps
```

- Execute

```powershell
/gsd:execute-phase 1
```