Good asks
Start with work that is scoped, visible, and easy to verify:- explain how a part of the codebase works
- investigate a failing test, flaky preview, or confusing error
- make a small UI or API change
- draft a plan for a larger feature
- review a pull request for regressions
- apply feedback from a source-control or Linear thread
- clean up a small maintenance item that keeps falling off the backlog
What to include in the ask
The strongest prompts usually include:- the outcome you want
- the repository, environment, file path, issue, or PR Roomote should use
- any constraints that matter, such as “do not change the API contract”
- whether you want an explanation, a plan, implementation work, or review
Ask patterns that work well
| Goal | Good prompt shape |
|---|---|
| Understand something | ”Explain how this flow works and point to the code that matters.” |
| Plan work | ”Read this issue and draft the smallest implementation plan that satisfies it.” |
| Investigate | ”Figure out why this test or preview is failing and show what you found.” |
| Implement | ”Make this small change, run the relevant checks, and open a PR.” |
| Review | ”Review this PR for regressions and call out anything risky.” |
Who uses it
Roomote is meant for the whole team, not just engineers sitting in an IDE.| Teammate | Good uses |
|---|---|
| Engineers | Start implementation, fix bugs, investigate failures, review diffs, resolve conflicts |
| PMs and founders | Ask codebase questions, draft plans, turn backlog ideas into scoped tasks |
| Designers | Request UI fixes, verify previews, ask how a flow is implemented |
| Support and ops | Investigate customer-reported issues, attach logs, ask for plain-English explanations |
What makes a task reviewable
Roomote should leave you with enough evidence to decide what happens next:- the transcript of what it did and why
- commands, tests, or checks it ran
- logs and terminal output when relevant
- screenshots or live previews for UI work
- code diffs and artifacts
- a pull request or clear next step when code changed