# Claude

# 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
```

# Allgemeine Befehle

- Insights (Hinweise, Hilfen, Verbesserungs-Tipps, usw. - Dokument)

```
/insights
```

# Code-Review-Graph

Global setup: per machine

```
python -m pip install code-review-graph
```

Install &amp; init: per project

```bash
code-review-graph install --platform claude && code-review-graph build
```

Register - multi-projects - will be saved user-scope "." is the relative path

```bash
code-review-graph register . --alias server
```

```bash
code-review-graph register . --alias admin
```

```bash
code-review-graph register . --alias agent
```

```bash
code-review-graph register . --alias cloudapi
```

```bash
code-review-graph register . --alias website
```