deep-quick

Apply single-file code changes under 30 lines with a 3-iteration limit.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcusgoll/deep-loop-plugin --skill deep-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-quick
Source: https://github.com/marcusgoll/deep-loop-plugin/tree/main/skills/deep-quick
Command: npx skills add https://github.com/marcusgoll/deep-loop-plugin --skill deep-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the unnecessary overhead of running full planning and multi-agent workflows for trivial, small code changes, letting developers complete minor fixes in seconds instead of minutes.

Core Features & Use Cases

  • No Planning Ceremony: Skips the PLAN phase entirely for fast execution of simple, well-defined tasks.
  • 3-Iteration Hard Limit: Automatically caps fix attempts at 3 iterations to avoid wasted effort on stuck tasks.
  • Single-File Focus: Optimized for changes under 30 lines in a single file, including typo fixes, adding single exports, and minor bug fixes.
  • Auto-Escalation: Detects overly complex tasks (like multi-file changes or refactors) and suggests switching to full /deep mode automatically.

Quick Start

Use the deep-quick skill to fix the typo in the README.md file.

Frequently Asked Questions about deep-quick

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

FAQPage Schema
How do I skip planning for small code fixes and git commits?

You can skip planning for small code fixes by applying this Skill, which bypasses the PLAN phase entirely to execute single-file modifications under 30 lines instantly. It eliminates full development workflow overhead for trivial changes like typo fixes and minor bug corrections.

What is the best way to handle trivial single-file code changes without triggering full workflows?

The best way to handle trivial single-file code changes is using a quick-fix approach that caps execution at 3 iterations. This avoids multi-agent workflows, letting you complete minor bug fixes or add single exports in seconds instead of minutes.

Can I use this quick fix approach for multi-file refactoring tasks?

You cannot use this quick fix approach for multi-file refactoring tasks because it features automatic complexity detection. When tasks exceed single-file or 30-line limits, it automatically escalates the work to a full deep loop development mode.

What happens if a minor bug fix gets stuck during execution?

If a minor bug fix gets stuck during execution, a 3-iteration hard limit automatically caps the fix attempts. This prevents wasted effort on unresolved tasks and triggers an auto-escalation suggestion to switch to full deep loop mode.

Does the 3-iteration limit apply to all TDD tasks?

The 3-iteration limit does apply to TDD tasks if they involve small single-file modifications under 30 lines. For larger test-driven development tasks requiring multi-file changes or complex refactoring, the system detects the complexity and escalates to full deep loop mode.