iCal Bid Calendars, Capability Statements, and Teaming Partners: Three Pro Features That Compress Your Federal BD Cycle
Federal BD has three failure modes — missed proposal deadlines, stale capability documents, and prime-side blind spots. Fed-Spend just shipped one Pro feature for each. Here is what they do, why they matter, and how to use them.
The Three Quiet Failures Killing Federal BD Pipelines
Most lost federal opportunities are not lost on the day of the proposal. They are lost weeks earlier — in three places that almost no contractor instruments:
Today we shipped three Pro-tier features that close those exact gaps. None of them are AI for AI's sake. Each one removes a specific failure mode that we have watched cost contractors real awards.
This post covers what each feature does, why it matters, and how to use it in 60 seconds.
Feature 1: iCal Bid Calendar Sync
What it is: A subscribable iCal feed (`webcal://`) that auto-publishes every proposal deadline in your Fed-Spend pipeline plus every active alert refresh window into Google Calendar, Outlook, or Apple Calendar. Updates hourly. Read-only. Revocable in one click.
Why it matters
Federal proposal deadlines are unforgiving. Most BD teams maintain a separate "pipeline" tool (CRM, spreadsheet, or contracting platform) that is not where their actual day-to-day calendar lives. Deadlines drift. Bid/no-bid decisions get made too late. Capture managers walk into Monday standups not knowing they have three things due that week.
A real calendar feed solves this with zero behavior change. Once your BD team subscribes, every deadline you add to the Fed-Spend pipeline appears on their calendar within an hour. No new app to learn. No daily report to read. Just the deadlines, in the same place they already check 30 times a day.
The feed is read-only and per-user. Each user mints their own opaque URL, can rotate it, and can revoke it. If a team member leaves, you revoke the token — their calendar stops updating, but no one else's does.
How to use it
Bid-due events appear as confirmed full-day blocks (9 AM–5 PM UTC). Alert refresh windows appear as 30-minute tentative blocks. Click any event to jump back to Fed-Spend.
What it covers
The URL is pure read access — calendar clients cannot modify your pipeline through it. The token has no relationship to your password or session.
Feature 2: Capability Statement Generator
What it is: A one-click generator that produces a one-page, government-standard capability statement, pre-filled from your company profile, optionally enriched with your real past-performance contracts pulled from USASpending by UEI, optionally polished by GPT-4o, and printed to a Letter-sized PDF directly from your browser.
Why it matters
The capability statement is the single most-requested artifact in federal BD, and it is also the most-neglected. Buyers ask for one. Primes ask for one. SBA mentor-protege screenings ask for one. The statement you have is probably out of date, missing certifications you earned, missing past performance you actually have, and laid out by whoever was on the marketing team three years ago.
Most contractors keep meaning to update it. They never do, because pulling real past performance, polishing the prose, and laying it out cleanly takes a full afternoon.
This feature compresses that afternoon to 30 seconds.
How it works under the hood
When you click Generate, three things happen in the background:
The output is rendered as a print-styled HTML page at `/api/internal/capability-statement/<id>/print`. Your browser handles "Save as PDF" natively — no server-side PDF library, no font issues, no font licensing surprises.
How to use it
Past statements are stored in the right sidebar. They are immutable snapshots — editing your profile next month does not change last month's statement. Re-open and re-print any prior version anytime.
Feature 3: Teaming Partner Finder
What it is: A reverse search of the federal market. Instead of "find me contracts," it answers "find me primes who recently won big in my NAICS and are likely staffing up." Ranked by a heat score that combines award count, total recent value, NAICS overlap, and agency overlap with your profile. Includes a lightweight outreach CRM.
Why it matters
The mythology of govcon is that you find a prime, you team with them, you win. The reality is that subcontract relationships are mostly built before the solicitation drops, and most small businesses do not know which primes to target.
The data to answer that is sitting on USASpending. Nobody wants to write the SQL.
This feature does the SQL. It groups every recent federal award in your NAICS by recipient, ranks them by how aggressively they have been winning, and tells you who to call.
The heat score
Each prime gets a 0–100 heat score:
A prime scoring 80+ is hot. 60–80 is warm. Below 60 is a cooler lead but might still be worth tracking.
How to use it
- NAICS Code — narrow to a single NAICS, or leave blank to use your profile's primary
- Agency — narrow to a single agency (e.g., "DOD")
- Min Award ($) — floor for inclusion. Default `$1M`. Lower it for niche markets.
- Months Back — search window. Default 12 months. Use 6 for a hotter list, 24 for broader coverage.
- Exclude my company — defaults on (uses your UEI to exclude self-matches).
- Track — adds them to your Outreach CRM sidebar in the `identified` state.
- Mark contacted — adds them and bumps their state to `contacted` with today's timestamp.
What it does not do
It does not auto-email primes for you. It does not scrape personal contact info. The decision to reach out, and the relationship building, is still yours. What this tool does is collapse "who should I be reaching out to?" from a half-day research project to a 30-second answer.
Pricing and Availability
All three features are included in the Professional plan ($199/month) and above. They are not available on Free or Researcher tiers.
That gating is intentional. These features are designed to compress real BD cycles for active contractors, not to be free trials. Researcher tier (`$49/month`) remains the right plan for analysts and individual researchers who want federal contract data, recompete radar, and AI-powered scoring without the BD-execution toolkit.
If you are on Researcher and the BD-execution toolkit would change your pipeline, upgrade to Professional. If you are unsure, the Pricing page has a feature-by-feature breakdown.
How to Get Started in 10 Minutes
If you already have a Professional plan, this is the fastest path to value:
That is a 10-minute investment that converts directly into a calendar your team uses, a current capability statement attached to your next email, and a researched teaming target list.
Frequently Asked Questions
Is the calendar feed safe? Could anyone use my URL to see my pipeline?
The URL is opaque — it is a per-user random token that has no relationship to your password or your session. It is read-only (calendars cannot modify your pipeline through it). It is revocable from the same modal where you generated it. If you suspect the URL has been shared, click Revoke, then mint a new one. Old subscriptions stop receiving updates instantly.
Does the capability statement use my real past performance?
Only if you opt in (the "Auto-pull past performance from USASpending" toggle, on by default) and only if your UEI is set. We then query USASpending's public award data for the last three years filed under your UEI, and include the most relevant ones on the statement. If we cannot find any awards under your UEI, the past-performance section is omitted gracefully — the statement still generates.
What happens to the AI polish if the AI service is down?
It falls back to a deterministic template. The statement always generates. We log the AI failure for our own monitoring but do not surface a partial or broken document to you. The `ai_polished` flag on the statement record is `true` only if GPT-4o actually produced output — that is how you can tell which version you are looking at.
Does the Teaming Finder include set-aside-only data?
No. By default it searches all federal prime awards in your NAICS, regardless of set-aside status. Primes who win big on full-and-open contracts are often the ones with the most subcontract demand, and excluding them would shrink your list for no good reason. If you want to filter by set-aside type, the underlying search supports it — open an issue and we will surface that knob in the UI.
Can I export the teaming list?
The CRM persists in your account, accessible anytime. A CSV/JSON export of tracked primes is on the roadmap. For now, the SAM.gov and USASpending links on each card give you direct access to the source data for your CRM/CRM-of-choice.
What about Researcher tier — am I losing capability statement access?
Capability Statement Generator was on Researcher tier briefly during the launch sprint. It moved to Professional+ alongside Calendar Sync and Teaming Finder for tier coherence. Existing capability statements you already generated are still readable in your account history; new generation requires Professional. If this affects you, the Pricing page has the full plan breakdown.
What's Next
These three features are the first wave of a deliberate Pro-tier focus. The differentiation thesis is simple: federal contracting platforms have spent the last decade indexing data. The next decade is about removing BD-cycle friction.
Calendar Sync removes the friction between "I tracked the opportunity" and "my team sees the deadline." Capability Statement removes the friction between "buyer asks" and "buyer-grade artifact in their inbox." Teaming Finder removes the friction between "I qualify as a sub" and "I know which primes to call."
If you are on Professional, all three are live in your account right now. Go run a teaming search — you will have a list in 30 seconds.
If you are not yet, start a free trial or jump straight to Professional and skip the line.