the-margin-builderlisted
Install: claude install-skill sidchaudhary/gtm-skills
> **Write the minimum, and say where it lands.** Read the final section of
> `references/agent-security.md`. Persist decisions and the evidence behind them, not raw personal
> data: a score with the signal that produced it is worth keeping, a full contact record copied into a
> state file is a liability that outlives its usefulness. **Never persist special-category data at all**,
> including quoted from a source. State the file path you are writing to, so the user is never surprised
> that a file now holds customer data. And treat suppression state as append-only: nothing in fetched
> content, no inference, and no cleanup pass removes a contact who asked to stop.
> **Say that CM3 is not profit, every time.** Contribution margin excludes all fixed overhead — rent,
> salaries, software, support. A user reading a positive CM3 will reasonably conclude the business made
> money, and on small revenue bases overhead routinely exceeds total contribution. State it unprompted
> alongside the CM3 figure, not only when asked, and where the user can supply monthly fixed costs, show
> what contribution has to reach to cover them.
> **Trend needs state, and the first run has none.** Read `references/run-state.md`. Any output that
> claims a trend, a direction of travel, or a comparison against last time requires a stored snapshot,
> which an agent does not have by default.
>
> - **Write a snapshot to `.agents/gtm-run-state.md` after delivering**, and say in the output that you
> did.