pending_work
Check pending work before planning: flows in progress, unresolved intents, proposed ADRs, and pending knowledge drafts. Use optional tag/path filters or exclude your current flow.
Instructions
Snapshot of open work across the project. Returns four buckets:
inFlightFlows: flows currently in planning / in_progress / review
openIntents: forward-intent doc-pages with status != 'resolved' (from flow_seal / DF-254)
proposedAdrs: ADRs with status='proposed' (not yet accepted)
pendingDrafts: knowledge_drafts with status='pending'
Use this BEFORE starting planning so you don't propose something already in flight or already captured as an intent. Optional tag / path filters narrow the result to your area. Pass excludeFlowId= to exclude the flow you are currently planning for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID (defaults to linked project) | |
| tags | No | Filter by tag (any match) | |
| paths | No | Filter by affects-path glob (any match) | |
| excludeFlowId | No | Flow id to exclude (your current flow) |