wf-docker-deterministic-todo-validation-method

Export and validate tactical TODO bundles for CI gating.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-deterministic-todo-validation-method
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wf-docker-deterministic-todo-validation-method
Source: https://github.com/belluga/delphi-ai/tree/main/.cline/skills/wf-docker-deterministic-todo-validation-method
Command: npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-deterministic-todo-validation-method

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn canonical tactical TODO markdown into a machine-checkable validation bundle and run deterministic structural checks so CI can block missing gate/blocker/waiver evidence with diagnostic output.

Core Features & Use Cases

  • Export a normalized TODO validation bundle from canonical tactical TODOs.
  • Run deterministic validation over the fields PACED already treats as objective.
  • Produce a structured validation report suitable for CI gates and audit trails.

Quick Start

Run the export and validation workflow on your active TODO markdown to generate a bundle and a validation report.

Frequently Asked Questions about wf-docker-deterministic-todo-validation-method

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

FAQPage Schema
How do I validate TODO markdown structure to use as a CI gate?▼

To validate TODO markdown structure for CI gating, export a machine-checkable bundle from canonical tactical TODOs and run deterministic structural checks to block missing gate evidence with diagnostic output.

What is deterministic TODO validation for a CI pipeline?▼

Deterministic TODO validation is a process that exports normalized tactical TODOs into a machine-checkable bundle and runs structural checks, ensuring CI pipelines produce consistent validation reports and audit trails.

How do I generate a validation report from tactical TODOs in Python?▼

Generate a validation report from tactical TODOs by running the Python tooling todo_validation_bundle_export.py to create a bundle, then execute todo_deterministic_validator.py to output the structural validation results.

Can I block CI pipelines if required gate evidence is missing from TODOs?▼

Yes, you can block CI pipelines by applying deterministic validation to canonical tactical TODOs, which guarantees required gate, blocker, or waiver evidence is present before producing a structured validation report.

Do I need specific Python tools to export a TODO validation bundle?▼

Yes, exporting a TODO validation bundle requires the Python tooling delphi-ai/tools/todo_validation_bundle_export.py and delphi-ai/tools/todo_deterministic_validator.py to generate the bundle and report.

What is the best way to enforce objective field validation across CI pipelines?▼

The best way to enforce objective field validation is to run deterministic validation over the fields already treated as objective, generating a structured report suitable for CI gates and audit trails.