Hamster for Gemini CLI
Hamster syncs briefs, plans, and team decisions into your repo. Gemini CLI reads them directly — full context on every prompt.
The problem
Gemini CLI has no memory of what your team decided yesterday. You re-explain requirements, constraints, and context every session.
Requirements are in docs, tickets, and Slack threads. By the time you type a Gemini prompt, critical context has been lost or simplified.
Gemini generates code, but there is no link between what was built and the product decision that prompted it. PRs appear without traceable requirements.
Write a brief in Hamster, and AI expands it into a full spec. Generate a plan with scoped tasks. The Hamster CLI syncs everything into your repo — Gemini reads the brief, the reasoning, and every team decision from .hamster/ files.
Gemini CLI excels at fast generation. Hamster briefs give it the structured input to channel that speed into the right output — requirements, constraints, and acceptance criteria included.
Hamster decomposes features into well-bounded tasks. Each Gemini session works on a single scoped unit with clear outcomes, reducing hallucinated scope.
The Hamster CLI syncs briefs, tasks, and plans into .hamster/ as markdown files in real time. Gemini reads them on every action — no copy-paste, no stale specs.
Before
Write a long prompt explaining the feature. Hope Gemini infers the right scope. Re-prompt when it misses constraints.
After
The Hamster CLI syncs the full brief into your repo. Gemini reads .hamster/ files and builds against the spec your team aligned on.
Before
Use Gemini for speed on some tasks, Claude for reasoning on others. Each tool starts cold with no shared context.
After
Both agents read the same .hamster/ files. Switch models per task without re-explaining context. The brief travels with the repo.
Before
Two developers using Gemini on the same feature produce overlapping changes with no coordination.
After
Hamster breaks features into non-overlapping tasks. Each developer picks a scoped task. Gemini sessions run in parallel without conflict.
Install the CLI, sync briefs and plans into your repo, and give your coding agent full project context.
Give Claude Code structured context for every agentic coding session.
Spec-driven async tasks that Codex executes into review-ready PRs.
Implementation-ready task specs for developers who ship with AI agents.
Structured briefs and scoped tasks for focused AI-assisted development.
Start building with Hamster