clanker-ops-plan-generator

Generate structured Clanker Ops plan files from task descriptions and agent roles.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-plan-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clanker-ops-plan-generator
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/clanker-ops-plan-generator
Command: npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-plan-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of plan files from task descriptions and agent definitions during Clanker Ops dispatch, simplifying the workflow for generating and managing plans.

Core Features & Use Cases

  • Plan File Generation: Automatically creates plan files for tasks with missing plans during Clanker Ops dispatch.
  • Content Template: Utilizes a template with sections for Intended Outcome, Step-by-Step, Verification, and Audit.
  • Agent Registry Lookup: Integrates with an agent registry to resolve agent roles for context-aware plans.
  • Safety and Validation: Includes guard clauses for empty tasks and ensures plan files are not overwritten.

Quick Start

Use the clanker-ops-plan-generator skill to auto-generate a plan for a new task with ID #123.

Frequently Asked Questions about clanker-ops-plan-generator

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

FAQPage Schema
How do I automate plan file generation for task workflows?

Automating plan file generation requires resolving task paths, checking existence, and applying content templates based on task descriptions and agent roles. This process creates structured plan files with sections for Intended Outcome, Step-by-Step, Verification, and Audit automatically during workflow dispatch.

What is a structured plan file in workflow automation?

A structured plan file in workflow automation is a document generated from task descriptions and agent roles. It uses a content template containing specific sections like Intended Outcome, Step-by-Step instructions, Verification criteria, and Audit information to guide task execution and resolution.

How do I generate context-aware plans using an agent registry?

Generating context-aware plans involves integrating with an agent registry to resolve agent roles. The generator looks up agent definitions and applies that context to a content template, ensuring the resulting plan file aligns with the specific agent's responsibilities and intended task outcomes.

Can I integrate plan generation directly into a dispatch workflow?

Yes, plan generation integrates directly into dispatch workflows. The generator checks for missing plan files during task dispatch and automatically creates them, simplifying the workflow for generating and managing plans without requiring manual file creation or separate initialization steps.

Does plan generation overwrite existing plan files for a task?

No, plan generation includes safety guard clauses that ensure existing plan files are not overwritten. It checks for file existence before applying content templates, only generating new plans for tasks with missing plans to preserve existing workflow data.

What happens when task descriptions are empty during plan generation?

When task descriptions are empty, plan generation triggers safety guard clauses that prevent the process from proceeding. This validation ensures that only tasks with valid descriptions and resolved agent roles generate structured plan files, avoiding empty or invalid workflow outputs.