micro-task-workflow

Enforce a fixed context budget across micro-tasks with explicit commit points.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/krazyuniks/guitar-tone-shootout-archive --skill micro-task-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: micro-task-workflow
Source: https://github.com/krazyuniks/guitar-tone-shootout-archive/tree/main/.claude/skills/micro-task-workflow
Command: npx skills add https://github.com/krazyuniks/guitar-tone-shootout-archive --skill micro-task-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves context exhaustion by enforcing a fixed context budget across micro-tasks and explicit commit points.

Core Features & Use Cases

  • Micro-task decomposition and scope control
  • Context budget management with startup, productive, and safety phases
  • Escape hatch protocol and per-issue worktree strategy
  • Structured commits and progress tracking

Quick Start

Use the worktree to start the micro-task workflow: run ./worktree.py start from the project root.

Frequently Asked Questions about micro-task-workflow

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

FAQPage Schema
How do I prevent context window exhaustion during complex task decomposition?

To prevent context exhaustion during task decomposition, enforce a fixed context budget across micro-tasks with explicit commit points. This approach structures work into startup, productive, and safety phases to maintain context and ensure incremental progress.

What is a micro-task workflow and when should I use it for issue-based development?

A micro-task workflow is a process that breaks down larger tasks into smaller, scoped units managed within a strict context budget. You should use it for issue-based development or planning sprints where maintaining context is critical and context exhaustion frequently disrupts progress.

How do I set up a per-issue worktree strategy to manage structured commits?

You can set up a per-issue worktree strategy by running the startup script from your project root. This creates isolated worktrees for each issue, enabling structured commits and auditable progress tracking while adhering to the defined context budget constraints.

Does a context budget workflow include an escape hatch protocol for incomplete tasks?

Yes, a context budget workflow includes an escape hatch protocol to handle situations where the context budget is exhausted before a micro-task is complete. This protocol ensures incomplete work is safely saved and auditable for the next session.

What are the operational constraints needed to manage a micro-task context budget effectively?

Managing a micro-task context budget requires specifying operational constraints such as startup overhead, a productive work share, and a safety margin. These constraints divide your context window into distinct phases to enforce scope control and guarantee incremental progress.