Essay ~10 min read

The "this should be possible" framework

A field guide for operators who keep hitting the same wall. How to tell which "this should be possible" asks are tractable in a week, in a month, or never — and what to ship in each case.

I hear "this should be possible" three or four times a week. From reps. From CX. From my boss. From me, talking to myself, while squinting at a Salesforce report.

Most operators learn to ignore it. The ones who learn to triage it run circles around the ones who don't.

Triaging means putting every "this should be possible" ask into one of three buckets:

  1. Tractable in a week. Ship something this Friday.
  2. Tractable in a month. Scope it, get a sponsor, build a real thing.
  3. Intractable. Say no, with a reason. Find a smaller wedge that solves part of it.

The framework's value is mostly in bucket three. Most teams never give a clean "no" to a wishful product roadmap, and the result is a year of half-built initiatives that ship nothing. Saying "no, here's why, here's what we can do instead" — fast — is the most underrated operating skill I've watched leaders develop.

Here's how I sort.

Bucket 1: tractable in a week

A week-tractable ask passes four tests. If all four are true, you should be ashamed if you don't ship by Friday.

The four tests · Week-tractable
  • The data already exists in a system I have read access to.
  • The user needs to see it, not act on it from inside their primary system.
  • A static or hourly-refreshed view is good enough.
  • It can live outside the primary system (a separate URL, a Slack post, a static page).

Examples that pass all four:

Examples that fail one of the tests, and therefore aren't week-tractable:

Most "this should be possible" asks pass all four tests. Most teams treat them as if they don't.

What to ship in week-tractable cases

Ship the smallest thing that answers the question. Resist the urge to make it pretty. Resist the urge to make it reusable. Resist the urge to make it queryable by someone who isn't in the meeting.

My preferred stack for this category:

Total cost: zero infrastructure dollars. Total build time: hours, not days. Total ongoing maintenance: refresh on a cron, ignore otherwise.

The thing nobody tells you about this stack: it scales further than you'd believe. Cloudflare's free tier serves more traffic than your operating team will ever generate. JSON files don't go down. Python scripts that ran fine last quarter still run fine this quarter unless an upstream API changed. The reliability concern most operators have about this category of work is mostly imaginary.

Bucket 2: tractable in a month

A month-tractable ask is one where at least one of the four tests above fails — but not in a way that requires inventing the system.

The most common failure modes:

Month-tractable signals
  • The user needs to act, not just see — write-back into a system of record (usually Salesforce or your LMS).
  • Multiple stakeholders need different views of the same underlying data.
  • Real-time matters (sub-minute latency).
  • It needs to live inside the primary system, mimicking native UX.
  • It involves a vendor integration that exists but isn't trivial.

These are real builds. They require a sponsor with budget. They require a project plan, even if a small one. They benefit from a kickoff meeting, intermediate check-ins, and a launch.

Examples I've shipped in roughly a month:

What to ship in month-tractable cases

Different from week-tractable in three ways:

The biggest mistake operators make in this bucket: trying to ship like it's week-tractable. The cost of cutting corners on a month-tractable build is that you end up with a thing that mostly works, breaks at the worst possible moment, and erodes the trust that lets you ship the next thing. Slow down. Document. Test. Get a sponsor.

Bucket 3: intractable

Intractable doesn't mean impossible. It means impossible-within-the-current-constraints. The current constraints are usually budget, vendor access, or fundamental data that doesn't exist.

Hallmarks of intractable asks:

Intractable signals
  • It requires changing the underlying object model of a system of record (Salesforce schema rewrite, LMS data model overhaul).
  • It requires ML on data that doesn't exist yet — and won't exist for years.
  • It requires a vendor integration with a vendor that has chosen not to open the relevant API.
  • It assumes a behavior change in users that won't happen because the incentive structure doesn't reward it.
  • The cost of doing it correctly exceeds the value of the answer by an order of magnitude.

Examples I've said no to:

The wedge: how to say no productively

Saying "no" without a wedge is a leadership failure. Saying "no, but here's a smaller version that solves 60% of it" is the highest-leverage move an operator can make.

For the unified-customer-view ask: the wedge was a static dashboard that showed the most-asked-about fields from each system, refreshed nightly, read-only. It solved 60% of the value at 5% of the cost.

For the prospect-churn model: the wedge was a much simpler heuristic — a "high-risk prospect" tag based on three observable behaviors that any rep could check. Not a model. A rule. Solved 30% of the value at 0.1% of the cost.

For the auto-generated email: the wedge was a Slack bot that drafted a first paragraph that the rep could optionally use. The rep stayed in control. Reps used it about 40% of the time. The remaining 60%, they were doing exactly what they would have done anyway.

The wedge is almost always the right answer. The wedge is almost always smaller than the original ask. The wedge is almost always the thing that gets shipped.

How to use this in practice

I keep a running list of "this should be possible" asks. Three columns: ask, bucket, note. The note explains why it landed in that bucket.

Once a quarter, I re-read the list. Three things happen:

The rebucketing is the underrated part of the framework. Things that were intractable in 2022 are tractable-in-a-month now. Things that were tractable-in-a-month in 2024 are tractable-in-a-week now. Operators who don't re-evaluate their buckets are still saying no to things they could ship in three days.

One more thing

The framework assumes the operator can write the SQL, build the Worker, deploy the dashboard. That used to require a developer. With Claude in the loop, it doesn't anymore. Which means the constraint on shipping bucket-1 work is no longer "can someone build this?" — it's "is someone willing to spend a Saturday on it?"

In most teams, the answer to that question is no. Which is the actual reason most "this should be possible" asks die. Not because they're impossible. Because nobody on the team has the toolkit and the willingness in the same person.

That's the role I play, fractional. It's also a role you can build in-house if you have someone willing.

Got a list of "this should be possible" asks that haven't moved in a year?

That's literally my engagement model. I sort the list, ship the bucket-1 items in the first month, and write up the bucket-3 ones with their wedges. No long roadmap, no Figma deck.

Book a 15-min intro call Email me
© 2026 Sam Slater · Home
Next: Accelerator HQ — solo, in 8 weeks →