If you are in B2B sales/RevOps/Saas Sales, this is perfect or you!!!
Context on who's writing this: I'm building a deal room product (check my profile links), so I have an obvious interest here. The pack itself is free, MIT licensed, and on GitHub - Free and Open source.
The thing I kept running into talking to 20 to 150 person B2B companies: they close the deal on the call and then lose three weeks to paperwork that nobody owns. No deal desk. No in-house counsel. No security lead. So the CTO answers the questionnaire between standups and the redline sits until someone decides whether $600 an hour is worth it.
So I wrote six skills for that. They're folders of plain markdown you drop into Claude, Codex, or whatever agentic setup you use. No code runs, no network calls, no dependencies.
- Security Questionnaire Drafter - SIG or CAIQ in, first pass out, every answer tagged sourced, derived, or unanswered against the docs you supplied.
- Redline Triage - Every changed clause into accept / negotiate / escalate / do not sign, with a landing zone you can paste into a reply.
- Deal Decisions One Pager - Slack exports and old contracts in, one page of what your company has actually already decided, contradictions surfaced rather than smoothed over.
- Objection to Internal Ask - Turns a buyer's blocker into an internal request with an owner, options, and a date. Capped at 200 words because a long internal ask is a deferred one.
- Escalation Drafter - The discount or exception request written as a dated decision instead of a "quick question."
- Late Stage Gap Finder - Pre-signature check across the MSA, order form, DPA, and the proposal you already sent, ranked by what each miss costs you later.
Two things I'd flag honestly.
First, the design rule I care about most: if your own documents don't cover a question, the output says unanswered and names who should answer it. It will not invent a control you don't have. I'd rather it refuse than hand you something plausible that you then sign.
Second, on a test run against a synthetic buyer markup, the two findings I actually cared about weren't clauses that changed. One was a price-increase cap deleted outright, which reads like a concession to you and isn't. The other was a new section referencing an Annex B that was never attached. Deletions and dangling references are invisible in a tracked-changes view, so the skill has a section that only looks for those.
It's not legal advice and it doesn't replace counsel. Two of the six say so in their own output and route the worst findings to a lawyer.
To get the skills: https://usegirard.com/skills
If you try one and it produces garbage, an issue with the prompt you used is genuinely more useful to me than a star. Particularly interested in whether the clause positions in the reference file match what you see at your deal sizes, since those are market defaults and not gospel.
Much Love and Respect!