quick-work

Execute quick-plan steps from chat or TASK-*.md files and verify acceptance criteria.

13|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill quick-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-work
Source: https://github.com/heaptracetechnology/heaptrace-skills/tree/main/quick-work
Command: npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill quick-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a quick-plan to ship code changes in a single focused session.

Core Features & Use Cases

  • Read a quick plan from chat or a saved TASK-*.md backlog file and ship changes in one session.
  • Enforce plan fidelity with deterministic diffs by executing exactly the steps in the plan without re-planning.
  • End with a quick commit decision: commit (A) or commit and push (B).

Quick Start

Provide a quick-plan or a TASK-*.md backlog file and run the skill to execute the steps, verify acceptance criteria, and finish with a commit choice (A or B).

Frequently Asked Questions about quick-work

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

FAQPage Schema
How do I execute a quick plan to ship code changes in a single session?

To execute a quick plan, provide a plan from chat or a TASK-*.md backlog file. The skill runs each step in order, verifies acceptance criteria, and ends by offering a commit or commit-and-push option.

What are deterministic diffs and how do they maintain plan fidelity?

Deterministic diffs maintain plan fidelity by generating code changes that map exactly to the steps defined in your quick plan, ensuring the execution does not deviate or re-plan from the original task scope.

Can I use backlog TASK-*.md files to run focused coding sessions?

Yes, you can use backlog TASK-*.md files to run focused coding sessions. The skill reads the saved task file, executes the specified steps sequentially, and verifies acceptance criteria before offering a final commit choice.

What is the best way to verify acceptance criteria when executing a development plan?

The best way to verify acceptance criteria during plan execution is to run a focused session that applies deterministic diffs. This enforces plan fidelity by checking the code changes against the criteria before offering to commit.

How do I commit code changes automatically after executing a task plan?

To commit code changes after executing a task plan, use the end-of-session commit flow. Once steps are complete and acceptance criteria are verified, the skill prompts you to choose option A to commit or option B to commit and push.