From b8e7d5c2b9747856671cf7da47949a5c84642b18 Mon Sep 17 00:00:00 2001 From: Dani Date: Thu, 22 Jan 2026 20:21:49 -0500 Subject: [PATCH] Uploaded templates --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd76554..fc8ee93 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# vibe_projects +# Project +## Quickstart (Windows PowerShell) +```powershell +powershell -ExecutionPolicy Bypass -File scripts/bootstrap.ps1 +python scripts/contextpack.py +powershell -ExecutionPolicy Bypass -File scripts/check.ps1 +``` + +## Quickstart (Linux / WSL) +```bash +bash scripts/bootstrap.sh +python scripts/contextpack.py +bash scripts/check.sh +``` + +## GSD +If using GSD: +- Run `/gsd:new-project` to generate project truth docs and planning structure. +- Use `/gsd:quick` for small tasks.