marrow_decision_brief
Before risky work, get a decision brief outlining risk level, workflow steps, verification checks, and next actions.
Instructions
One pre-action call before meaningful or risky work. Returns risk level, workflow/playbook steps, handoff requirements, freshness/source-of-truth checks, minimum verification checks, proof-pack fields, and next actions. Use this before deploys, publishes, merges, audits, patches, secret changes, or production work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Agent role/playbook: deploy, audit, patch, review, or general. | |
| type | No | Decision type, e.g. deploy, audit, patch, review. | |
| action | Yes | What the agent is about to do. | |
| period | No | Lookback period in days, default 7, max 90. | |
| agentId | No | Optional agent_id filter. Defaults to MARROW_AGENT_ID. | |
| surfaces | No | Surfaces to keep current, e.g. github, npm, docs, production, secrets. | |
| sessionId | No | Optional session id. Defaults to MARROW_SESSION_ID. |