lease-signature-guard

Enforces post-signature integrity checks for lease and EDL signing workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StudioVBG/TALOK --skill lease-signature-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lease-signature-guard
Source: https://github.com/StudioVBG/TALOK/tree/main/.cursor/skills/lease-signature-guard
Command: npx skills add https://github.com/StudioVBG/TALOK --skill lease-signature-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents broken lease and EDL signing workflows by enforcing end-to-end post-signature integrity checks across storage, sealing, invoices, and downstream automation.

Core Features & Use Cases

  • Ensures post-signature guardrails are consistently applied to both lease and EDL signing paths.
  • Validates storage presence, seal status, and initial invoice creation to prevent partial or missing artifacts.
  • Provides idempotent post-signature handling and robust error recovery to support automated workflows.

Quick Start

Integrate the lease-signature-guard into your signing workflow to automatically validate and trigger post-signature steps.

Frequently Asked Questions about lease-signature-guard

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

FAQPage Schema
How do I prevent broken lease and EDL signing workflows during code changes?

To prevent broken lease and EDL signing workflows, you need end-to-end post-signature integrity checks that validate storage presence, seal status, and invoice creation. Implementing dedicated guards in signing routes ensures partial or missing artifacts are caught automatically.

What are post-signature integrity checks for lease and EDL documents?

Post-signature integrity checks validate storage presence, seal status, and initial invoice creation after lease or EDL signing. They ensure no partial or missing artifacts occur and provide idempotent post-signature handling with robust error recovery for automated workflows.

How do I add guardrails to lease signing routes and PDF generation?

You can add guardrails to lease signing routes and PDF generation by implementing dedicated guards that enforce end-to-end post-signature validation. This automatically verifies storage presence, seal_lease status, and triggers initial invoice creation upon completion.

Can I automate post-signature steps like seal_lease and invoice creation without duplicates?

Yes, you can automate post-signature steps like seal_lease and invoice creation without duplicates by using idempotent post-signature handlers. Idempotency ensures that retrying a failed signing workflow does not create duplicate sealed leases or invoices.

Why does lease_signers or edl_signatures fail after document generation?

Lease_signers or edl_signatures workflows often fail after document generation due to missing storage verification or incomplete PDF generation. Implementing dedicated guards in these routes validates storage presence and ensures document artifacts are correctly generated.

What are the limitations of not using post-signature automation guards?

Without post-signature automation guards, lease and EDL signing workflows risk broken states from partial artifacts, missing seals, or failed invoice creation. Relying on manual recovery lacks idempotent error handling, leading to inconsistent downstream automation and data loss.