butler

Automate board maintenance tasks in Clanker Ops with plan audits and duplicate detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates routine board maintenance tasks in Clanker Ops, improving efficiency and reducing manual oversight.

Core Features & Use Cases

  • Board Hygiene: Identifies and reports on issues like stale blockedBy chains, ghost assignees, and orphan plan files.
  • Plan Audit: Verifies the completeness of sprint plans and identifies missing sections.
  • Duplicate Detection: Scans for duplicate tasks and reports them for review.
  • EOD Reporting: Generates end-of-day reports detailing completed work, open work, and blocked items.

Quick Start

Run the /run butler "eod report" command to generate an end-of-day report.

Frequently Asked Questions about butler

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

FAQPage Schema
How do I automate board hygiene checks for stale dependencies and ghost assignees?

Board hygiene checks automate the identification of stale blockedBy chains, ghost assignees, and orphan plan files. By parsing task and plan metadata, the Skill scans the board structure to report these maintenance issues automatically.

What is the best way to generate end-of-day reports for completed and blocked tasks?

End-of-day reporting is generated by running a specific command to parse board data. The EOD report details completed work, open work, and blocked items, providing a summary of daily board activity and task progress.

How do I detect duplicate tasks in a Clanker Ops board?

Duplicate detection scans the Clanker Ops board structure by analyzing task and plan metadata. It identifies matching task entries and reports them for review, ensuring the board remains streamlined without manual oversight.

Can I audit sprint plan completeness and identify missing sections automatically?

Plan auditing verifies sprint plan completeness by parsing plan files. It automatically analyzes the plan structure to identify missing sections and reports incomplete plans, ensuring full sprint documentation before execution.

Do I need specific task or plan file formats to run duplicate detection and audits?

Yes, parsing and analyzing task and plan file metadata is required. The Skill operates directly on the Clanker Ops board structure, meaning standard task and plan files must exist to execute hygiene checks, audits, and reporting.

Why are my blocked tasks not showing up correctly in the end-of-day report?

The end-of-day report relies on accurate task and plan file parsing. If blocked items are missing, the board structure may contain stale blockedBy chains or orphan plan files that disrupt metadata extraction during the reporting process.