mktsk

Convert TODO plans and GitHub issues into deterministic task checklists.

12|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill mktsk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mktsk
Source: https://github.com/RyderFreeman4Logos/cli-sub-agent/tree/main/patterns/mktsk/skills/mktsk
Command: npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill mktsk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts TODO plans and open GitHub issues into a deterministic execution checklist, enabling reliable pipeline execution across agents.

Core Features & Use Cases

  • Converts external planning artifacts (TODO plans, issues) into per-task execution items that CSA can run deterministically.
  • Supports importing issues via the --from-issues mode and aligns tasks with host tools via TaskCreate/TaskUpdate/TaskList depending on the host integration.
  • Enables end-to-end planning to execution workflows by translating planned work into trackable steps for agents.

Quick Start

Create a new mktsk plan from the latest issues and start executing the resulting tasks.

Frequently Asked Questions about mktsk

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

FAQPage Schema
How do I convert a TODO plan into a deterministic execution checklist for agents?▼

To convert a TODO plan into a deterministic execution checklist, this skill translates external planning artifacts into per-task execution items. It enables reliable pipeline execution across agents by defining host-agnostic task adapters for trackable workflow steps.

Can I generate tasks directly from open GitHub issues?▼

Yes, you can generate tasks directly from open GitHub issues using the --from-issues mode. This mode aligns imported issues with host tools via TaskCreate, TaskUpdate, and TaskList depending on your specific host integration setup.

What is a deterministic task execution checklist for multi-step workflows?▼

A deterministic task execution checklist is a structured sequence of per-task execution items derived from planning artifacts. It ensures multi-step workflows run reliably across agents by translating planned work into trackable, sequential steps.

How do I align tasks with host tools when planning multi-step agent workflows?▼

You align tasks with host tools during multi-step workflow planning by using host-agnostic task adapters. These adapters support TaskCreate, TaskUpdate, and TaskList operations to synchronize execution items with your specific host environment.

Do I need specific dependencies to coordinate multi-step workflows across agents?▼

No specific dependencies are required to coordinate multi-step workflows across agents. The skill operates independently with default and --from-issues modes, supporting SA-mode compatibility for reliable pipeline execution.

What is the best way to translate planned work into trackable steps for agents?▼

The best way to translate planned work into trackable steps for agents is converting TODO plans into a deterministic execution checklist. This approach supports end-to-end planning workflows by generating per-task items that agents can run reliably.