473 B
473 B
Project
Quickstart (Windows PowerShell)
powershell -ExecutionPolicy Bypass -File scripts/bootstrap.ps1
python scripts/contextpack.py
powershell -ExecutionPolicy Bypass -File scripts/check.ps1
Quickstart (Linux / WSL)
bash scripts/bootstrap.sh
python scripts/contextpack.py
bash scripts/check.sh
GSD
If using GSD:
- Run
/gsd:new-projectto generate project truth docs and planning structure. - Use
/gsd:quickfor small tasks.