keep-the-wheel-turning

Automates pipeline advancement by scanning and advancing the least-recently-touched work item.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/butterflyskies/claude-marketplace --skill keep-the-wheel-turning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keep-the-wheel-turning
Source: https://github.com/butterflyskies/claude-marketplace/tree/main/plugins/bsky/skills/keep-the-wheel-turning
Command: npx skills add https://github.com/butterflyskies/claude-marketplace --skill keep-the-wheel-turning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages a cron-driven pipeline advancement, ensuring that work across butterflyskies org moves forward systematically.

Core Features & Use Cases

  • Cron-Driven: Operates based on a cron schedule, automatically advancing work.
  • Pipeline Management: Scans open work items, identifies the least-recently-touched item, and advances it one step.
  • Yield Check: Before advancing, checks for active constructs, human activity, and CI checks to avoid conflicts.
  • Step-by-Step Progression: Manages the entire workflow from idea to deployment, ensuring every item gets a turn.
  • Observability: Posts updates and receipts to the ops channel, providing transparency on pipeline status.

Quick Start

Use the keep-the-wheel-turning skill to advance the pipeline for butterflyskies org.

Frequently Asked Questions about keep-the-wheel-turning

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

FAQPage Schema
How do I automate pipeline advancement for open work items?

Automate pipeline advancement by scanning open work items, identifying the least-recently-touched item, and advancing it one step. This cron-driven approach ensures work moves forward systematically from idea to deployment without manual intervention.

What is cron-driven continuous progress in workflow management?

Cron-driven continuous progress is a pipeline automation mechanism that operates on a schedule, automatically advancing work items step-by-step through stages like design, review, implementation, and deployment. It ensures every item gets a turn to move forward.

How do I prevent pipeline automation from conflicting with active development?

Prevent conflicts by running a yield check before advancing any work item. This checks for active constructs, human activity, and CI checks to avoid conflicts, ensuring the pipeline only advances items when safe to proceed.

Does pipeline automation require environment variables for execution?

Yes, pipeline automation requires proper environment variables and adherence to design principles for execution. These prerequisites ensure the cron job can correctly scan work items and advance them through the configured workflow stages.

What's the best way to monitor pipeline status during work item advancement?

Monitor pipeline status through observability features that post updates and receipts to the ops channel. This provides transparency on pipeline status, allowing teams to track continuous progress and verify each automated advancement step.

When should I not use automated work item advancement?

Avoid automated work item advancement when there are active CI checks, human activity, or active constructs detected during the yield check. The pipeline pauses advancement in these cases to prevent conflicts and ensure safe progression.