gtd-todoist-health

Audit a GTD Todoist agent harness in read-only mode to verify structural contracts and runtime visibility.

8|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/kevinlasnh/sharing-studio --skill gtd-todoist-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gtd-todoist-health
Source: https://github.com/kevinlasnh/sharing-studio/tree/main/projects/gtd-todoist/health-check
Command: npx skills add https://github.com/kevinlasnh/sharing-studio --skill gtd-todoist-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Read-only audit for a GTD Todoist agent harness to verify structural contracts and runtime visibility align with deployment plans without exposing real task data.

Core Features & Use Cases

  • Read-only verification of AGENTS.md content and GTD contract sections
  • Validation of presence and configuration of three GTD workspace skills (gtd-inbox-triage, gtd-daily-review, gtd-weekly-review)
  • Verification of reminder-only cron jobs and runtime visibility
  • Optional Todoist scaffold drift detection when enabled

Quick Start

Run the health check against the remote GTD Todoist harness in read-only mode to validate structure and permissions.

Frequently Asked Questions about gtd-todoist-health

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

FAQPage Schema
How do I verify my GTD Todoist agent harness configuration without modifying tasks?

You can verify a GTD Todoist agent harness in read-only mode to audit structural contracts, validate required files, and check runtime visibility without accessing or mutating real task content.

What does a read-only health check validate in a GTD Todoist workspace?

A read-only health check validates AGENTS.md content, verifies the presence and configuration of three GTD workspace skills, and checks reminder-only cron jobs to ensure alignment with deployment plans.

Can I use a health check to detect Todoist scaffold drift in my agent runtime?

Yes, you can optionally enable Todoist scaffold drift detection during the read-only health check to identify structural misalignments in your agent runtime configuration.

Does the GTD Todoist health check support editing or mutating agent workspace files?

No, the health check enforces a strictly read-only workflow and explicitly prohibits any mutation or editing operations while auditing the agent harness structure and permissions.

How do I check if my GTD workspace skills and cron jobs align with my deployment plan?

Run a read-only audit to verify that AGENTS.md, the three GTD workspace skills, and reminder-only cron jobs correctly align with your deployment plan without exposing real task data.

Why do I need a read-only audit for my Todoist agent harness instead of regular monitoring?

A read-only audit ensures structural contracts and runtime visibility are verified without risking unintended mutations, providing a safe validation layer for deployment plan compliance.