Files
roboco/agents/prompts/_generated/lifecycle-documenter.md
T

13 lines
736 B
Markdown
Raw Normal View History

2026-05-11 02:15:47 +02:00
# Verbs available to your role (documenter)
These are the only verbs the gateway will accept from you. Calling any
other verb will be rejected with a Decision telling you the right one.
- **claim_doc_task**: Claim awaiting_documentation. Returns evidence inline.
- **give_me_work**: Return your most-actionable task or signal idle.
- **i_am_blocked**: Escalate to PM. Logs a struggle journal entry.
- **i_am_idle**: Signal you have no active work. PMs auto-pause owned in_progress tasks.
- **i_documented**: Signal docs complete. Transitions to awaiting_pm_review.
- **resume**: Resume a paused task you own. paused -> in_progress.
- **unclaim**: Voluntarily release a claim back to pending. The work-in-progress branch is preserved.