Help us improve
Share bugs, ideas, or general feedback.
From co-court-docs
Computes Colorado civil case deadlines under C.R.C.P. 6(a) and C.R.S. § 24-11-101, including answer, discovery, motion, appeal, and garnishment deadlines with holiday and weekend roll-forward.
npx claudepluginhub codearranger/claude-legal --plugin co-court-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/co-court-docs:co-deadlinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **NOT LEGAL ADVICE.** This skill computes deadlines. Always
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
NOT LEGAL ADVICE. This skill computes deadlines. Always independently verify in the cited rule or statute and confirm with the assigned judge's practice standards before treating any computed date as final.
Use this skill to compute deadlines under C.R.C.P. 6(a) (time computation), the Colorado legal-holiday list (C.R.S. § 24-11-101), and the various named rules across the C.R.C.P., C.R.S., and applicable federal law.
C.R.C.P. 6(a) governs how to count time intervals stated in Colorado statutes and rules:
For periods of fewer than 7 days that pre-date the 2012 rewrite, older case law applied court-day counting; modern C.R.C.P. 6 uses calendar-day counting throughout, with the roll-forward rule at the end. Some statutes outside the C.R.C.P. retain court-day counting explicitly (e.g., certain post-judgment garnishment intervals); read the controlling rule.
The following are Colorado state legal holidays:
| Holiday | Date |
|---|---|
| New Year's Day | January 1 |
| Martin Luther King, Jr. Day | 3rd Monday in January |
| Presidents' Day (Washington's Birthday) | 3rd Monday in February |
| Memorial Day | Last Monday in May |
| Juneteenth | June 19 (added 2022 by SB22-228) |
| Independence Day | July 4 |
| Labor Day | 1st Monday in September |
| Frances Xavier Cabrini Day | 1st Monday in October (replaced Columbus Day per H.B. 20-1031, effective 2020) |
| Veterans Day | November 11 |
| Thanksgiving Day | 4th Thursday in November |
| Christmas Day | December 25 |
Saturday holiday observance: shifts to the preceding Friday (C.R.S. § 24-11-101(2)). Sunday holiday observance: shifts to the following Monday.
⚠ Note: Colorado does NOT observe the day after Thanksgiving as a state legal holiday (contrast Washington, which does, under RCW 1.16.050). Some judicial districts close administratively on the day after Thanksgiving but the C.R.S. § 24-11-101 list controls C.R.C.P. 6(a) arithmetic.
⚠ Cesar Chavez Day (March 31) is recognized in Colorado as a day of observance but is not a state legal holiday — it does not affect deadline counting.
Use scripts/case-calendar.py --rules to print the full list. Most
commonly invoked:
| Rule key | Days | Mode | Authority |
|---|---|---|---|
answer-due | +21 | calendar | C.R.C.P. 12(a)(1) |
answer-due-out-of-state | +35 | calendar | C.R.C.P. 12(a)(2) |
response-to-amended | +14 | calendar | C.R.C.P. 15(a) |
discovery-response | +30 | calendar | C.R.C.P. 33/34/36 |
rfa-deemed-admitted | +35 | calendar | C.R.C.P. 36(a) + 6(e) |
case-management-conference | +49 | calendar | C.R.C.P. 16(b) |
rule-26-disclosures | +28 | calendar | C.R.C.P. 26(a)(1) |
121-response | +21 | calendar | C.R.C.P. 121 § 1-15(1)(b) |
121-reply | +7 | calendar | C.R.C.P. 121 § 1-15(1)(d) |
summary-judgment-motion | -91 | calendar | C.R.C.P. 56(c) |
motion-reconsideration | +14 | calendar | C.R.C.P. 59(a) |
rule-60-b-1-3 | +182 | calendar | C.R.C.P. 60(b) outer |
notice-of-appeal | +49 | calendar | C.A.R. 4(a) |
garnishment-answer | +7 | calendar | C.R.S. § 13-54.5-106(2) |
exemption-claim | +14 | calendar | C.R.S. § 13-54.5-108 |
udma-waiting-period | +91 | calendar | C.R.S. § 14-10-106(1)(a)(III) |
udma-residency | +91 | calendar | C.R.S. § 14-10-106(1)(a)(I) |
16-2-sfs | +42 | calendar | C.R.C.P. 16.2(e)(2) |
fdcpa-validation | +30 | calendar | 15 U.S.C. § 1692g(a)(3) |
fdcpa-sol | +365 | calendar | 15 U.S.C. § 1692k(d) |
sol-contract | +2191 (~6y) | calendar | C.R.S. § 13-80-103.5(1)(a) |
sol-tort | +730 (~2y) | calendar | C.R.S. § 13-80-102 |
sol-ccpa | +1096 (~3y) | calendar | C.R.S. § 6-1-115 |
sol-cfdcpa | +365 | calendar | C.R.S. § 5-16-113(4) |
Colorado SOL provisions are scattered across Title 13. The key buckets:
| Claim type | SOL | Authority | Notes |
|---|---|---|---|
| Liquidated debt / written instrument | 6 years | C.R.S. § 13-80-103.5(1)(a) | Most consumer-credit-card claims; the "discovery rule" can apply |
| Promissory note | 6 years | C.R.S. § 13-80-103.5(1)(a) | |
| Open account (oral / implied) | 6 years | C.R.S. § 13-80-103.5(1)(a) | Some debt-buyer cases argue 3 years under § 13-80-101; the post-2003 amendment moved most accounts to 6 |
| General tort | 2 years | C.R.S. § 13-80-102 | Includes negligence, fraud (start at discovery) |
| Personal-injury motor vehicle | 3 years | C.R.S. § 13-80-101(1)(n) | |
| Libel / slander | 1 year | C.R.S. § 13-80-103(1)(a) | |
| CCPA | 3 years from accrual | C.R.S. § 6-1-115 | |
| CFDCPA | 1 year from violation | C.R.S. § 5-16-113(4) | |
| FDCPA | 1 year from violation | 15 U.S.C. § 1692k(d) | Federal — applies in Colorado courts as well |
| Adverse possession | 18 years | C.R.S. § 38-41-101 | Colorado real-property quirk |
| Eviction (FED) | 2 years on the debt; no SOL on possession | C.R.S. § 38-12 / § 13-40 | |
| Foreign judgments | 6 years | C.R.S. § 13-80-103.5(1)(b) | |
| Wrongful death | 2 years | C.R.S. § 13-80-102(1)(d) |
$ python3 scripts/case-calendar.py --from 2025-03-14 --rule answer-due
Answer due (Colorado resident, in-state service)
Deadline: Friday, April 04, 2025
From: Friday, March 14, 2025
21 calendar days after
Authority: C.R.C.P. 12(a)(1)
$ python3 scripts/case-calendar.py --from 2025-04-07 --rule 121-response
Response to motion under C.R.C.P. 121 § 1-15(1)(b)
Deadline: Monday, April 28, 2025
From: Monday, April 07, 2025
21 calendar days after
Authority: C.R.C.P. 121 § 1-15(1)(b)
$ python3 scripts/case-calendar.py --from 2025-07-14 --rule udma-waiting-period
UDMA mandatory 91-day waiting period before decree
Deadline: Monday, October 13, 2025
From: Monday, July 14, 2025
91 calendar days after
Authority: C.R.S. § 14-10-106(1)(a)(III)
co-deadlines composes with the scriptsThe skill body above is the reference. The actual arithmetic lives in
scripts/case-calendar.py, which:
co_holidays(year) for any yearis_court_day(d), roll_forward_rule(d),
add_calendar_days, add_court_daysRULES dictionary mapping named rule keys to
(days, mode, description, authority)Use scripts/case-calendar.py --rules for the canonical list and
scripts/case-calendar.py --from YYYY-MM-DD --rule <key> for any
specific computation.
co-statewide-formatco-law-referencesco-first-30-daysco-discovery, co-schedule-hearingco-post-judgmentco-family-lawreferences/crcp-6-time-computation.md — full text of C.R.C.P.
6(a) with notesreferences/crs-24-11-101-holidays.md — full text of the
holidays statute with year-by-year computed datesreferences/sol-table.md — comprehensive SOL chart by claim type
with case authorityreferences/tolling.md — tolling provisions and case authorityreferences/named-rules.md — full list of rule keys with
authority