checklist-runner

Execute Markdown checklists and output PASS/FAIL/PARTIAL verdict reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill checklist-runner-gabriel-daldegan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/gabriel-daldegan/missionary_journal/tree/main/.claude/skills/checklist-runner
Command: npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill checklist-runner-gabriel-daldegan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generic checklist execution engine that validates work against any Markdown checklist, enabling consistent verification across agents.

Core Features & Use Cases

  • Supports autonomous (YOLO) execution and interactive verification.
  • Resolves checklists by name from multiple locations and provides structured verdicts (PASS/FAIL/PARTIAL).
  • Useful for ensuring standards across development, QA, and documentation workflows.

Quick Start

Run a chosen checklist by name, optionally specifying the mode, e.g., /checklist-runner story-dod-checklist --mode yolo.

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I automate validation of work against a Markdown checklist?

Automate Markdown checklist validation by running a checklist runner that executes items and scores them with PASS, FAIL, or PARTIAL verdicts. It reads the checklist name from your input and outputs a structured final report for verification.

What is the difference between autonomous and interactive checklist verification?

Checklist verification offers autonomous (YOLO) execution for continuous runs without pauses, and interactive verification for step-by-step reviews. Both modes resolve checklists by name and apply standardized scoring across development, QA, and documentation tasks.

Can I use a Markdown checklist for automated QA testing and documentation workflows?

Yes, you can use a Markdown checklist for automated QA testing and documentation workflows. The execution engine applies standardized checklist adherence to any agent workflow, ensuring consistent verification across various development tasks.

How do I run a specific checklist by name in yolo mode?

Run a specific checklist by name in yolo mode by providing the checklist name and the mode flag in your command input. The runner resolves the checklist from predefined paths and executes it autonomously.

What is the best way to ensure standardized checklist adherence across AI agents?

The best way to ensure standardized checklist adherence across AI agents is using a generic execution engine that validates work against any Markdown checklist. It resolves items from predefined locations and generates structured verdicts.

Are there limitations when resolving Markdown checklists from multiple locations?

Limitations when resolving Markdown checklists from multiple locations include dependency on predefined paths for file resolution. If the checklist name does not match predefined locations, the validation engine cannot execute the scoring process.