Gogogo.prompt
---
description: "Start a new session - load context, check git status, and prepare for work"
agent: "agent"
---
## Session Startup Checklist
Perform the following startup tasks to begin this session:
### 1. Environment Setup
- Check if the dev server is running (customize port for your project)
- If not running, start it in background
- Confirm the server starts successfully
### 2. Git Status Check
- Run `git status` to show current branch and uncommitted changes
- Run `git log -5 --oneline` to show recent commits
- If uncommitted changes: ask what to do (commit, stash, or continue)
- If behind origin, pull changes
### 3. Load Project Context
Read and internalize the full project context:
**Core Context Files:**
- [CLAUDE.md](../../CLAUDE.md) - Master context and conflict resolution
- [context/prd.md](../../context/prd.md) - Product requirements and user stories
- [context/workflow.md](../../context/workflow.md) - Development workflow and beads execution
- [context/infra.md](../../context/infra.md) - Infrastructure and coding conventions
**Status Files:**
- [context/changelog.md](../../context/changelog.md) - Summarize recent entries
**Beads Issue Tracking:**
- Run `bd list` to see all tracked issues
- Run `bd ready` to identify available work
- Note any `in_progress` issues that may need continuation
### 4. Environment Check
- Verify environment files exist (`.env.local`, `.env`)
- Note if any environment variables appear missing
### 5. Present Options
After gathering context, ask:
"Session ready! Here's what I found:
- **Recent work:** [Summary from changelog]
- **In progress:** [Any in-progress issues from `bd list`]
- **Ready to start:** [Available issues from `bd ready`]
What would you like to work on?
1. Continue: [in-progress issue if any]
2. Next up: [top issue from `bd ready`]
3. Something else - describe what you'd like to do"when to use it
Community prompt sourced from the open-source GitHub repo All-The-Vibes/shai-hulud (MIT). A "Gogogo.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
All-The-Vibes/shai-hulud · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions