trycycle-executing

Load implementation plans and execute tasks sequentially with verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kylesnowschwartz/dotfiles --skill trycycle-executing-kylesnowschwartz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trycycle-executing
Source: https://github.com/kylesnowschwartz/dotfiles/tree/main/claude/skills/trycycle/subskills/trycycle-executing
Command: npx skills add https://github.com/kylesnowschwartz/dotfiles --skill trycycle-executing-kylesnowschwartz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates loading an implementation plan and executing all tasks in order, ensuring each task advances through in_progress, red/green/refactor cycles, and completion with full verification.

Core Features & Use Cases

  • Load the plan file and create TodoWrite entries for every task.
  • Execute each task sequentially from start to finish, enforcing continuous execution until all checks pass.
  • Enforce red/green/refactor cycles and final verification across the plan before completion.
  • Stop only for genuine blockers and report findings.

Quick Start

Load the implementation plan, create a TodoWrite entry for each task, and execute all tasks in order until completion.

Frequently Asked Questions about trycycle-executing

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

FAQPage Schema
How do I automate plan execution for multiple software engineering tasks?

Automated plan execution loads your implementation plan, creates TodoWrite entries for each task, and executes them sequentially until all checks pass. It enforces red/green/refactor cycles and comprehensive verification before completion.

What is the red/green/refactor cycle in automated workflow testing?

The red/green/refactor cycle in automated workflow testing enforces writing failing tests, making them pass, and refining code. This Skill applies it continuously to each task until all verification checks pass before completion.

How do I execute an implementation plan sequentially with strict task adherence?

To execute an implementation plan sequentially, load the plan and create TodoWrite entries for each task. Strict adherence is maintained by advancing tasks through in_progress and completion cycles, stopping only for genuine blockers.

Can I use deterministic task execution for software automation workflows?

Yes, deterministic task execution is specified for software automation workflows. It loads the plan, creates TodoWrite entries, and executes every task in strict order, ensuring comprehensive verification before final completion.

When should I stop automated plan execution during software testing?

You should stop automated plan execution only for genuine blockers during software testing. The workflow runs continuously through red/green/refactor cycles, reporting findings when it cannot advance tasks further.