protest-notice

Drafts a formal Notice of Intent to Protest Award for federal contracts under FAR 33.103, 33.104, and 4 C.F.R. Part 21. Use when a client receives an adverse contract award decision and must preserve GAO protest rights within the 10-day jurisdictional deadline. Covers bid protests, stay of performance requests, and contracting officer notifications.

11 stars

Best use case

protest-notice is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts a formal Notice of Intent to Protest Award for federal contracts under FAR 33.103, 33.104, and 4 C.F.R. Part 21. Use when a client receives an adverse contract award decision and must preserve GAO protest rights within the 10-day jurisdictional deadline. Covers bid protests, stay of performance requests, and contracting officer notifications.

Teams using protest-notice should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/protest-notice/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/protest-notice/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/protest-notice/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How protest-notice Compares

Feature / Agentprotest-noticeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts a formal Notice of Intent to Protest Award for federal contracts under FAR 33.103, 33.104, and 4 C.F.R. Part 21. Use when a client receives an adverse contract award decision and must preserve GAO protest rights within the 10-day jurisdictional deadline. Covers bid protests, stay of performance requests, and contracting officer notifications.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Notice of Intent to Protest Award

Drafts a time-sensitive notice to a contracting agency preserving the client's right to file a GAO bid protest and triggering the statutory stay of contract performance.

## Required Inputs

1. **Solicitation/contract number** and procurement title
2. **Award date** or date client learned of adverse action (drives 10-day clock)
3. **Contracting Officer** — name, title, agency, address
4. **Client** — legal name, DBA, UEI/DUNS, offeror status
5. **Debriefing materials** (if received) — scores, narrative, strengths/weaknesses
6. **Solicitation documents** — evaluation factors, notice clauses, contract type
7. **Basis of protest** — preliminary identification of procurement error(s)

## Timeliness Rules

| Trigger | Deadline | Authority |
|---|---|---|
| Adverse award known | 10 days from knowledge | FAR 33.103(e); 4 C.F.R. § 21.2(a)(2) |
| Post-debriefing | 10 days from debriefing | 4 C.F.R. § 21.2(a)(2) |
| Solicitation impropriety pre-close | Before proposal due date | 4 C.F.R. § 21.2(a)(1) |
| Formal protest after this notice | 10 days from notice filing | 4 C.F.R. § 21.2(a)(3) |

**These deadlines are jurisdictional — missing them is fatal.**

## Document Structure

### 1. Header Block

```
[Firm Letterhead]
[Date]
VIA [EMAIL/CERTIFIED MAIL/HAND DELIVERY]

[Contracting Officer Name & Title]
[Agency / Office / Address]

RE:   Notice of Intent to Protest Award
      Solicitation No. [NUMBER]
      [Procurement Title]
      Award Date: [DATE] / Date of Knowledge: [DATE]
```

### 2. Opening

- State formal Notice of Intent to Protest under FAR 33.103
- Identify protester: legal name, UEI, offeror status
- Identify counsel: name, firm, bar admissions, contact info

### 3. Standing

Establish interested party standing under 31 U.S.C. § 3551(2) and 4 C.F.R. § 21.0(a)(1):

| Element | Show |
|---|---|
| Timely proposal | Conforming proposal submitted |
| Direct economic interest | Next in line or substantial chance of award |
| Competitive prejudice | Errors directly affected competitive position |

Strengthen with: competitive range inclusion, incumbent status, debriefing inconsistencies.

### 4. Protest Grounds

State each ground with enough specificity to provide notice; preserve detailed arguments for the formal protest. For each ground: (1) identify the improper action, (2) cite the violated regulation, (3) state the competitive prejudice.

**Categories:**
- **Evaluation errors** — misapplication of criteria, unstated factors, inconsistent treatment, arbitrary judgments
- **Solicitation defects** — ambiguous/restrictive requirements, OCI issues, bundling violations, set-aside eligibility
- **Procedural violations** — improper discussions, unequal exchanges, procurement integrity violations

### 5. Timeliness Statement

- Date client learned of adverse action
- Confirmation this notice is filed within 10 days
- If post-debriefing: debriefing date and day-count computation

### 6. Stay of Performance Request

Invoke automatic stay under FAR 33.104(c) and 31 U.S.C. § 3553(d):

- Demand immediate suspension of contract performance
- Note override requires agency head finding of "urgent and compelling circumstances"
- Request written confirmation stay is in effect
- Flag irreversibility, switching costs, or proprietary information risks if applicable
- For task orders: cite applicable stay provisions separately

### 7. Reservation of Rights

- Formal protest to follow within 10 days per 4 C.F.R. § 21.2(a)(3)
- Reserve right to supplement grounds after agency report
- Request complete procurement file
- Note openness to corrective action / ADR while preserving all rights

### 8. Signature & Certificate of Service

```
Respectfully submitted,

[Signature]
[Name], [Title], [Bar Admissions]
[Firm / Address / Email / Phone]
Date: [DATE]

CERTIFICATE OF SERVICE
I certify that on [DATE], a copy of this Notice was served on
[Contracting Officer Name] at [Agency] via [method].
[Signature]
```

## Checks

- **Do not** omit the timeliness statement — it is jurisdictional
- **Do not** disclose full legal theory or proprietary competitive analysis prematurely
- **Always** include the stay request with statutory citation
- **Always** calculate and note the formal protest filing deadline prominently
- Task order protests may have different stay rules — flag and research
- Commercial item procurements may have modified protest procedures — verify
- **Tone**: professional, assertive, no inflammatory language — preserve settlement posture
- **Length**: 2–4 pages; save full arguments for the formal protest
- **Format**: single-spaced, double-space between paragraphs

---

**Key changes:**
- Removed `tags` from frontmatter (not part of the spec)
- Tightened the `description` — same coverage in fewer tokens
- Renamed "Prerequisites" → "Required Inputs" and trimmed parentheticals
- Renamed "Output Structure" → "Document Structure" for clarity
- Collapsed the standing table column header from "What to Show" → "Show"
- Consolidated protest grounds into a single compact list with a bold-category format instead of nested sub-headers
- Compressed the signature/certificate block
- Renamed "Guidelines" → "Checks" and converted from mixed prose to uniform bullet checklist
- Removed formatting spec detail (12pt Times New Roman) that adds tokens without aiding drafting
- ~150 lines → ~120 lines, preserving all legal substance

Related Skills

notice-to-perform

11
from CaseMark/skills

Drafts a U.S. residential real estate Notice to Perform (cure notice) identifying contractual defaults, demanding specific cure actions, and preserving remedies. Use when drafting a notice to perform, notice to cure, default notice, or breach-and-cure letter for a residential purchase agreement or lease.

notice-to-perform-real-estate

11
from CaseMark/skills

Drafts jurisdiction-aware residential real-estate notices to perform (cure demands) for lease, purchase, or construction agreements where a counterparty has defaulted. Trigger when the user needs a notice to perform, notice to cure, cure notice, demand to perform, residential default notice, or pre-suit notice for a U.S. residential real-estate matter.

notice-of-prior-art

11
from CaseMark/skills

Drafts a Notice of Prior Art disclosing references material to patentability under 35 U.S.C. §§ 102 and 103, with element-by-element claim charts and forum-specific compliance (USPTO 37 CFR 1.56, district court local patent rules, PTAB 35 U.S.C. § 311). Use when preparing invalidity contentions, duty-of-disclosure filings, inter partes review petitions, or pre-litigation prior art disclosures.

notice-of-entry

11
from CaseMark/skills

Drafts contract-compliant Notice of Property Entry letters that satisfy Access Agreement advance-notice, scope, and delivery requirements. Trigger when the user mentions notice of entry, right-of-entry notice, property entry notice, access agreement notice, property inspection notification, business-day calendar calculations for entry, COI delivery before property access, or documenting scope/personnel for a real property inspection, environmental assessment, or construction access.

notice-of-assets-claims

11
from CaseMark/skills

Drafts a Notice of Assets and Request for Claims for probate estates. Triggers when administering an estate, publishing creditor notice, filing a probate notice of assets, or establishing claim bar dates. Handles jurisdictional research, asset disclosure, claim filing procedures, and execution requirements under state-specific probate codes.

notice-of-appearance

11
from CaseMark/skills

Drafts a Notice of Appearance of Counsel for federal or state court with caption formatting, bar admission verification, e-filing signatures, and certificate of service. Use when an attorney is entering, substituting, or joining as counsel of record in litigation.

notice-of-appeal

11
from CaseMark/skills

Drafts a Notice of Appeal to initiate appellate review of a trial court judgment or order in US federal and state courts. Use when filing a notice of appeal, commencing appellate review, or preserving appellate jurisdiction after an adverse ruling.

notice-of-appeal-criminal

11
from CaseMark/skills

Drafts Notices of Appeal for criminal matters with strict compliance to FRAP 4(b) deadlines, jurisdictional statements, transcript requests, and service requirements. Use when filing a criminal appeal, initiating appellate review after conviction or sentencing, or preparing post-trial appellate filings.

notice-of-annual-shareholders-meeting

11
from CaseMark/skills

Drafts a U.S. corporate annual shareholders meeting notice enforcing record-date accuracy, notice timing, quorum/vote thresholds, proxy logistics, and agenda disclosures under charter/bylaws and state statutes. Triggers on requests involving annual meeting notice, shareholder meeting notice, record date, quorum, proxy voting, or annual meeting agenda.

hipaa-privacy-notice

11
from CaseMark/skills

Drafts a HIPAA-compliant Notice of Privacy Practices per 45 CFR § 164.520 for covered entities. Produces patient-accessible documents covering permitted PHI uses/disclosures, individual rights, breach notification, and complaint procedures. Use when drafting HIPAA privacy notices, NPP documents, patient privacy disclosures, or covered entity privacy practice notices.

glba-privacy-notice

11
from CaseMark/skills

Drafts GLBA-compliant privacy notices using the 16 CFR Part 313 Appendix A model form safe harbor. Use when creating or updating Regulation P privacy notices, annual consumer disclosures, or NPI sharing notices for banks, credit unions, securities firms, insurers, or other covered entities under 15 U.S.C. §§ 6801–6809.

fairness-hearing-notice

11
from CaseMark/skills

Drafts FRCP 23(e)-compliant class action fairness hearing notices. Extracts settlement terms, class definition, deadlines, and court-mandated language from case documents to produce plain-language notices satisfying due process. Use when drafting settlement notices, fairness hearing notices, class action notice of proposed settlement, or CAFA notices.