track-deadlines-and-signatures

Track legal signatures, log executed agreements, and generate deadline calendars.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/akiotanaka847/qaio-desktop --skill track-deadlines-and-signatures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-deadlines-and-signatures
Source: https://github.com/akiotanaka847/qaio-desktop/tree/main/store/agents/legal/.agents/skills/track-deadlines-and-signatures
Command: npx skills add https://github.com/akiotanaka847/qaio-desktop --skill track-deadlines-and-signatures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents legal ops from slipping by tracking pending signatures, logging executed agreements, and maintaining a reliable rolling calendar of deadlines and renewals.

Core Features & Use Cases

  • Signature oversight (scope: signatures): Finds outstanding documents in your signing platform, drafts polite reminder content (without sending), and files executed copies to your configured document storage while logging status per date.
  • Executed agreement ledger (scope: counterparties): Captures executed deal details (including auto-renewal and notice windows), computes renewal/notice-related dates, and updates your counterparty tracker using a read-merge-write discipline.
  • Deadline calendar + urgency surfacing (scope: deadlines): Builds a canonical set of statutory and business deadlines (including dynamic renewal clocks) into a shared calendar, highlights urgent/overdue items, and writes daily summaries.
  • Monday/weekly legal rollups (scope: weekly-review): Aggregates what shipped this week, what signatures are still pending or stalled, and the next upcoming deadlines, including an attorney-review backlog.

Quick Start

Run track-deadlines-and-signatures with the scope "deadlines" to generate the next 90 days of legal deadline summaries and update your deadline calendar.

Frequently Asked Questions about track-deadlines-and-signatures

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

FAQPage Schema
How do I track outstanding legal signatures and log executed agreements?

To track outstanding legal signatures, the Skill discovers pending documents in your signing platform, drafts polite reminders, files executed copies to document storage, and logs status per date. It maintains a counterparty ledger by capturing executed deal details and computing renewal dates.

What is the best way to maintain a legal deadline calendar for renewals and notices?

The best way to maintain a legal deadline calendar is to use the "deadlines" scope, which builds a canonical set of statutory and business deadlines with dynamic renewal clocks, highlights urgent or overdue items, and writes daily summaries to keep the calendar up to date.

How do I generate a weekly legal rollup for attorney review?

You generate a weekly legal rollup by running the "weekly-review" scope, which aggregates completed shipments, pending or stalled signatures, upcoming deadlines, and an attorney-review backlog into a date-stamped markdown summary for legal operations.

Does this contract tracking workflow require specific document storage or signing platforms?

This contract tracking workflow uses Composio-based tool discovery to connect to your configured signing and document storage platforms, requiring no hardcoded dependencies but needing active platform integration to retrieve outstanding signatures and file executed copies.

How does the Skill update the counterparty tracker without overwriting existing data?

The Skill updates the counterparty tracker using an atomic read-merge-write discipline, ensuring executed agreement details and computed renewal windows merge safely into existing records without data loss or overwrite conflicts.