Top 3 use cases
From your history
These three targets came from your recent sessions: Cursor wiring, the multi-profile job agent, and landing or directory polish.
Each block has when to use it, which repo, why history points there, and a full prompt you can paste into cursor-agent launch --pr.
Use case 1 · safest
Design-safe HTML on ve-agent-scratch
When: you want a small HTML page. You do not want to touch a product repo yet.
Repo: collectivewinca/ve-agent-scratch
Why it fits history: default Cloud Agent repo with design rules and a working PR path.
Follow AGENTS.md and design-tokens.css.
Add one self-contained file reports/session-radar.html.
Content:
- Title: "Agent session radar"
- Short intro: background GitHub jobs versus local chat agents
- A table with 3 rows: local pi/OpenCode, Cursor Cloud Agent, IDE chat
- Columns: surface, best for, not for
- Light theme only. Use CSS variables from design-tokens.css.
- No raw hex outside tokens.
- Keep the file under 200 lines.
Open a pull request when done. Do not edit AGENTS.md.
Use case 2 · product
Small ve-work improvement
When: docs, copy, a small UI fix, or a README step. Clear PR shape.
Repo: collectivewinca/ve-work
Why it fits history: active multi-profile job agent. Heavy local debug stays in pi. The agent ships the boring PR.
Repo: ve-work (multi-profile job-application agent).
Task:
1) Find the user-facing docs or README section that explains how a new profile gets a dashboard login.
2) Add a short "Operator smoke check" subsection with 5 bullet steps a human can run after onboard.
3) Keep tone plain. Short sentences. No marketing words.
4) Do not change auth code, secrets, or deploy scripts.
5) Open a PR. In the PR body, list every file you touched.
If you cannot find the right doc file, stop and say which paths you searched.
Do not invent a new app route.
Use case 3 · growth surface
Landing polish (miny-directory / yugawatt)
When: copy, accessibility, or one section needs a clean PR. Not a full redesign.
Repo: collectivewinca/miny-directory or collectivewinca/yugawatt (one per run)
Why it fits history: many sessions ship or review landings. Agents handle bounded UI text. You keep brand calls.
Repo: miny-directory (music industry entity directory).
Task:
1) Locate the main public landing or home page component.
2) Add a concise "What you can find here" section with 4 bullets:
artists, labels, venues, festivals.
3) Match existing components, spacing, and typography.
4) Do not add new dependencies.
5) Do not change PocketBase schemas, auth, or scrape jobs.
6) Open a PR. Describe UI states in the PR body.
If the home page is generated, edit the source template that generates it,
not dist/ only.