One-click install
npx skills add https://github.com/PolliticalSolutions/political-portal --skill deadlines-polliticalsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deadlines
Source: https://github.com/PolliticalSolutions/political-portal/tree/main/.claude/skills/legal-clinic/deadlines
Command: npx skills add https://github.com/PolliticalSolutions/political-portal --skill deadlines-polliticalsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents missed case deadlines by maintaining a shared, cross-case operational ledger that can be reported, updated, completed, and closed with consistent status and warning thresholds.

Core Features & Use Cases

  • Add and maintain a deadline ledger: Capture case, practice area, deadline type, description, due date, source, and responsible owner while guarding against obvious duplicates.
  • Generate rollup reports: Produce cross-case deadline reports (overdue, next 3/7/14 days, by owner and practice area) from the clinic’s YAML ledger.
  • Lifecycle updates with audit notes: Update, complete (with confirmation), or close without completing (with required rationale) while preserving a dated note trail for accountability.
  • Jurisdiction-aware plausibility checks (guardrailed): Optionally sanity-check entered due dates using jurisdiction-specific “plausibility band” references, and stop with a supervisor-facing instruction if the band file is missing.

Quick Start

Use /deadlines --add to create a new deadline entry for a specific case with its due date, owner, and source.

Frequently Asked Questions about deadlines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track legal case deadlines across multiple cases in a shared ledger?

Track legal case deadlines using a local YAML ledger that records case, practice area, deadline type, due date, source, and responsible owner. It prevents missed deadlines by maintaining a shared cross-case operational ledger with consistent status and warning thresholds.

Can I generate cross-case deadline rollup reports by owner and practice area?

Generate cross-case deadline rollup reports from the clinic's YAML ledger to show overdue items and deadlines due in the next 3, 7, or 14 days. Reports are organized by responsible owner and practice area for weekly deadline reviews.

How do I close a legal deadline without completing it and maintain audit notes?

Close a legal deadline without completing it by providing a required rationale, which preserves a dated note trail for accountability. Completing a deadline requires confirmation, and all lifecycle updates maintain audit notes for supervisor review.

Does deadline tracking support jurisdiction-aware plausibility checks for due dates?

Deadline tracking supports jurisdiction-aware plausibility checks that sanity-check entered due dates against jurisdiction-specific plausibility band references. If the band file is missing, it stops and issues a supervisor-facing instruction.

What's the best way to manage semester handoffs and deadline reassignment for a legal clinic?

Manage semester handoffs and deadline reassignment by updating responsible owners within the YAML ledger lifecycle. The ledger supports student and supervisor workflows, preserving audit notes and structured status updates for accountability during transitions.

How do I prevent duplicate deadline entries when adding new case records?

Prevent duplicate deadline entries through built-in guards that check for obvious duplicates when adding new records to the YAML ledger. The system captures case, practice area, deadline type, description, due date, source, and owner while screening for redundancies.