do

Automate ad-hoc task execution with scheduling, verification, and optional push.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill do-zeveck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/zeveck/zskills/tree/main/skills/do
Command: npx skills add https://github.com/zeveck/zskills --skill do-zeveck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the orchestration of small ad-hoc tasks, reducing manual coordination and setup overhead.

Core Features & Use Cases

  • Ad-hoc task dispatch for documentation, refactoring, and content updates.
  • Recurring scheduling with every/now/stop, and optional worktree isolation.
  • Optional push after verification to land changes in the main branch.

Quick Start

Tell your AI to run a concise /do task description with optional flags to schedule or execute now.

Frequently Asked Questions about do

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

FAQPage Schema
How do I automate ad-hoc task execution for small software refactoring work?

Ad-hoc task execution is automated by dispatching concise task descriptions to structured workflows with phase progression, optional scheduling, and verification guards to ensure reproducible refactoring results.

What is the best way to schedule recurring documentation updates in a software project?

Recurring documentation updates are scheduled using every or now flags within task dispatch workflows, enabling automated phase progression from planning to verification without manual coordination overhead.

Can I isolate small development tasks using worktrees before pushing changes?

Worktree isolation is supported during development task dispatch, applying guards to worktree usage and optional push behavior so changes only land in the main branch after verification.

Does task dispatch support optional remote pushing after verification?

Optional remote pushing is supported post-verification, allowing task dispatch workflows to automatically land verified content updates or refactoring changes directly into the main branch.

What are the limitations of automating tasks with structured phase progression?

Structured phase progression requires strict adherence to planning and verification phases, meaning ad-hoc tasks bypassing these guards may lack reproducible execution and fail to push changes safely.