What belongs here
Agent Guidance is best for team-level expectations:- how Roomote should communicate progress and blockers
- what kind of evidence final updates should include
- when Roomote should ask before making a risky change
- review or delivery habits your whole team expects
- terminology your team uses across projects
What should go somewhere else
Do not use Agent Guidance as the place for everything Roomote might ever need.
Never put secrets, tokens, or temporary credentials in Agent Guidance. Use
environment variables and integration setup for access.
Agent Guidance should also avoid one-off project instructions. If the rule
belongs to one repository or one recurring automation, put it closer to that
workflow so other tasks do not inherit noise.
Keep it short enough to follow
The best guidance is specific and compact. Roomote can use a short set of durable rules more reliably than a long policy document. Prefer:When to update it
Update Agent Guidance when you notice a repeated behavior you want to steer for the whole team. Common reasons:- final task messages are missing validation details
- Roomote is too eager or too cautious for your team’s review process
- teammates need a consistent handoff format
- your team has a durable policy around risky changes
Common issues
- The guidance is ignored in one repository. Check whether environment guidance or the task prompt conflicts with it.
- Roomote sounds constrained or repetitive. Shorten the guidance and remove broad style rules.
- The same instruction only matters for one workflow. Move it to the relevant environment, automation, or task prompt.