quick-plan

Plan small tasks into minimal executable outlines with file changes and acceptance criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers quickly plan small, self-contained tasks with a minimal, executable plan, avoiding ceremony and wasted tokens.

Core Features & Use Cases

  • Scope-driven: performs a quick scope check to classify task size and decides whether to use quick-plan or feature-plan.
  • Concrete plans: outputs specific file changes, steps, and acceptance criteria.
  • Save or execute: offers to save as a task file or run immediate work with quick-work.

Quick Start

Tell me a one-line task description and I will generate a compact task plan.

Frequently Asked Questions about quick-plan

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

FAQPage Schema
How do I plan small tasks into executable steps?

To plan small tasks, you provide a one-line task description to generate a minimal outline. This outline includes concrete file changes, actionable steps, and acceptance criteria suitable for single-session completion.

What is the best way to scope small bug fixes or config tweaks?

Scoping small bug fixes or config tweaks involves performing a quick scope check to classify task size. This determines if a minimal executable outline fits within one working day or requires a larger feature plan.

Can I save generated task plans as a file?

Yes, you can save generated task plans as a task file. Alternatively, the tool offers an option to execute the immediate work directly rather than just saving the plan.

Does quick planning work for large multi-day feature development?

Quick planning does not work for large multi-day feature development. It performs a scope check to classify task size and redirects larger tasks to a feature-plan approach to avoid wasted tokens.

When should I use a minimal task plan instead of a full feature plan?

You should use a minimal task plan instead of a full feature plan for self-contained tasks like small refactors or bug fixes. It avoids ceremony and wasted tokens by focusing on single-session completion.