SaaS license auditor
Software subscriptions pile up: seats nobody uses, tools two teams bought twice, renewals that auto-fire unnoticed. Design an agent that audits license usage across your company's SaaS tools and flags waste before renewal dates. What does it read, what does it never do on its own, and who acts on its findings? How would you check that its unused-seat calls are actually right? Close with the pitch to whoever owns the budget.
flag_renewal_window_idle_seats(seat_lines: list[str], idle_threshold_days: int, renewal_lead_days: int) → list[str][["figma|alice|95|human|40","figma|bob|3|human|40","figma|ci-bot|400|service|40"],60,45]out["figma:alice"][["slack|carol|120|human|120","slack|dan|120|human|-2","slack|erin|120|human|30"],60,45]out["slack:erin"][["zoom|zoe|70|human|10","asana|amy|80|human|10","zoom|abe|90|human|10"],60,45]out["asana:amy","zoom:abe","zoom:zoe"]Turn the fuzzy goal into a bounded agent task. Say what the agent reads, what it may do on its own versus draft for a human, and what it must never touch. Then earn the trust: how you’d verify it before rollout, and the pitch (the problem, what you built, why it matters).
Agent build: design the agent in plain language (or narrate it). The coach grades the decomposition, the guardrails, the verification plan, and the pitch.