Claude

GSD - Get Shit Done
Update 

 npx get-shit-done-cc@latest 

 Danach in CC posten: 

 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: 

 

 /clear 

 

 Aktuellen Progress anzeigen: 

 

 /gsd:progress 

 

 Neues Projekt 

 

 Map Codebase bei vorh. Projekten 

 

 /gsd:map-codebase 

 

 New Project 

 

 /gsd:new-project 

 

 Phasen-Loop (innerhalb Milestone) 

 

 Discuss 

 

 /gsd:discuss-phase 1 

 

 Plan 

 

 /gsd:plan-phase 1 

 

 Execute 

 

 /gsd:execute-phase 1 

 

 Verify 

 

 /gsd:verify-work 1 

 

 Gaps (Bugfixes) planen: 

 

 /gsd:plan-phase 1 --gaps 

 

 Execute 

 

 /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 & init: per project 

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

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

 code-review-graph register . --alias server 

 code-review-graph register . --alias admin 

 code-review-graph register . --alias agent 

 code-review-graph register . --alias cloudapi 

 code-review-graph register . --alias website 

  