What problem does it solve? Ramp users accumulate outstanding tasks (missing receipts, revision requests, approvals) that can lock their cards, and it is hard to know what needs attention or how to clear each item. This Skill reads the live attention feed, dispatches each task type to the correct workflow, and verifies that tasks and card locks are actually cleared. ## Core Features & Use Cases - Attention Feed Inspection: Reads the full Ramp attention feed via the GetAttentionFeed MCP tool or ramp tasks list CLI, paginating every section cursor and reconciling counts against total_count. - Task-Type Dispatch: Routes task types such as TRANSACTION_REVISION_REQUESTED, TRANSACTION_MISSING_ITEMS, approvals, procurement, vendor, and card activation tasks to the appropriate owning skill. - Card Sanction Handling: Diagnoses locked cards using is_spendable, active_locks, and blocking_task_count instead of relying on lifecycle state, and resolves task-based locks through the feed. - Postcondition Verification: Polls the feed and ListCards with bounded retries to confirm tasks disappear and cards report is_spendable: true before claiming success. - Use Case: A user asks why their Ramp card is locked. The Skill lists the card, finds a task sanction, reads the attention feed, completes the outstanding expense revision through the owning workflow, and confirms the card is spendable again. ## Quick Start Ask the agent to show what needs your attention in Ramp and complete your outstanding tasks.