Calculate precise limitation periods under Limitation Act 1963 including COVID-19 extension (531 days), exclusions, and extensions. This skill should be used when determining filing deadlines for legal proceedings, appeals, applications, or when analyzing whether a claim is time-barred.
From indian-lawnpx claudepluginhub swarochish/indian-law-plugin --plugin indian-lawThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
This skill provides precise limitation period calculation following Limitation Act 1963, including the Supreme Court COVID-19 extension order (March 15, 2020 - October 2, 2021 = 531 days).
Calculate accurate limitation periods by:
Use this skill when:
⚠️ LIMITATION IS MANDATORY ⚠️
Section 3, Limitation Act 1963:
"Subject to the provisions contained in sections 4 to 24 (inclusive), every suit instituted, appeal preferred, and application made after the prescribed period shall be dismissed although limitation has not been set up as a defence."
LIMITATION BARS THE REMEDY, NOT THE RIGHT
Once period expires:
Refer to @references/limitation-articles-table.md for complete list.
Contracts & Specific Relief:
Property & Possession:
Torts:
Appeals:
Applications:
Money Suits:
Process:
Example:
Proceeding: Suit for specific performance of sale agreement
Nature: Civil suit
Subject: Specific Relief Act, Section 10 (specific performance)
Article: Article 54, Limitation Act
Period: 3 years
Starting Point: Date fixed for performance OR refusal to perform
Refer to: @references/article-finder-guide.md
Critical: Each Article specifies "time from which period begins to run"
Common Starting Points:
Example - Article 54:
Sale agreement dated: January 1, 2020
Performance date: June 1, 2020
Seller refused: June 15, 2020
Starting Point: June 15, 2020 (refusal to perform)
Formula:
Basic Expiry Date = Starting Point + Limitation Period
Example (Article 54 - 3 years):
Starting Point: June 15, 2020
+ 3 years
= June 15, 2023 (basic expiry)
Section 14 - Exclusion of time in certain cases:
If prior litigation pending in good faith in wrong court:
Excluded Time = [Date prior suit filed] to [Date prior suit finally disposed]
Extended Deadline = Basic Expiry + Excluded Time
Conditions:
Example:
Basic Expiry: June 15, 2023
Prior suit filed: March 1, 2021 (wrong court)
Prior suit dismissed: December 1, 2021 (lack of jurisdiction)
Excluded Period: March 1 - December 1, 2021 = 9 months
Extended Deadline: June 15, 2023 + 9 months = March 15, 2024
Refer to: @references/section-14-guide.md
Supreme Court Order (March 23, 2020 + subsequent extensions):
TOTAL EXTENSION: 531 DAYS
How to Apply:
If limitation period expired OR was running during March 15, 2020 - Oct 2, 2021:
Extended Deadline = Basic Expiry + 531 days
If limitation started AFTER October 2, 2021:
No COVID extension applicable
Example 1 - Period Expired During COVID:
Basic Expiry: June 15, 2020 (during COVID extension)
+ 531 days
= November 28, 2021 (extended deadline)
Example 2 - Period Running During COVID:
Starting Point: January 1, 2020
Basic Expiry: January 1, 2023 (3-year period)
COVID Extension: + 531 days (period was running during March 15, 2020 - Oct 2, 2021)
Final Deadline: June 15, 2024
Example 3 - Period Started After COVID:
Starting Point: December 1, 2021 (after Oct 2, 2021)
Basic Expiry: December 1, 2024
COVID Extension: NOT APPLICABLE
Final Deadline: December 1, 2024
Refer to: @scripts/covid_calculator.py for automated calculation
Section 18 - Acknowledgment: Fresh limitation starts from date of written acknowledgment signed by party
Section 19 - Part Payment: Fresh limitation starts from date of part payment
Section 5 - Condonation of Delay:
Output Format:
LIMITATION CALCULATION SUMMARY
Proceeding: [Description]
Article: [Number] - [Description]
Base Period: [X] years/days
Starting Point: [Date + event triggering limitation]
CALCULATION:
1. Basic Expiry: [Date]
2. Section 14 Exclusion: + [X] days
3. COVID-19 Extension: + 531 days
4. Other Extensions: + [X] days (if any)
FINAL DEADLINE: [Date]
Days Remaining: [X] days (if not expired)
Status: ✓ WITHIN LIMITATION / ✗ TIME-BARRED
URGENCY: [HIGH/MEDIUM/LOW]
Example Output:
LIMITATION CALCULATION SUMMARY
Proceeding: Suit for specific performance of sale agreement
Article: 54 - Specific performance of contract
Base Period: 3 years
Starting Point: June 15, 2020 (refusal to perform)
CALCULATION:
1. Basic Expiry: June 15, 2023
2. Section 14 Exclusion: + 0 days (no prior litigation)
3. COVID-19 Extension: + 531 days (period expired during extension)
4. Other Extensions: + 0 days
FINAL DEADLINE: November 28, 2024
Days Remaining: 328 days
Status: ✓ WITHIN LIMITATION
URGENCY: MEDIUM (>100 days remaining)
File: @scripts/limitation_calculator.py
Usage:
from limitation_calculator import calculate_limitation
result = calculate_limitation(
article=54,
starting_point="2020-06-15",
prior_litigation_days=0,
apply_covid=True
)
print(result.final_deadline) # Output: 2024-11-28
print(result.days_remaining) # Output: 328
print(result.status) # Output: "WITHIN LIMITATION"
Features:
/calculate-limitation <article> <start-date> triggers this skillFresh cause of action each day wrong continues
Limitation starts from date of discovery
Limitation starts from attaining majority / regaining sanity
Limitation extended for estate legal representative
Based on days remaining:
This skill uses:
This skill provides limitation period calculation assistance. It does not constitute legal advice. Always:
LAW IS A PRECISE ENDEAVOR. LIMITATION CALCULATIONS REQUIRE ABSOLUTE ACCURACY.
Skill Version: 1.0.0 Last Updated: 2025-12-05 Part of: Indian Law Knowledge Ecosystem Dependencies: None Critical Skill: Time-sensitive legal deadlines