quick

Execute atomic one-off tasks with commit tracking and quality gates.

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Sh3rd3n/megazord --skill quick-sh3rd3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick
Source: https://github.com/Sh3rd3n/megazord/tree/main/skills/quick
Command: npx skills add https://github.com/Sh3rd3n/megazord --skill quick-sh3rd3n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to execute single, atomic tasks quickly without the overhead of full project planning and setup, while still maintaining quality standards.

Core Features & Use Cases

  • One-off Task Execution: Ideal for small fixes, quick updates, or ad-hoc commands.
  • Atomic Commits: Ensures tasks are committed independently and trackable.
  • Configurable Quality Gates: Respects project-level TDD and review settings even for quick tasks.
  • Use Case: Quickly fix a typo in a README file or update a single configuration value without initiating a full development cycle.

Quick Start

Execute the quick task to fix the typo in README.md.

Frequently Asked Questions about quick

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

FAQPage Schema
How do I execute a quick task without full project planning?

Configurable quality gates apply project-level TDD and review settings to quick tasks when available, and use defaults otherwise. This ensures one-off task execution maintains quality standards without requiring full development cycle setup.

How do I commit a single task update independently?

Quick task execution supports small fixes, quick updates, and ad-hoc commands by bypassing project roadmap and phase planning overhead. It is ideal for quickly fixing a typo in a README file or updating a single configuration value without initiating a full development cycle.

Do I need to set up phase planning for a one-off task?

You do not need to set up phase planning for a one-off task. The workflow bypasses project roadmap and phase planning entirely, parsing task descriptions and generating sequential task directories with plan and summary files automatically.

What are the limitations of bypassing project ceremony for task execution?

Bypassing project ceremony limits scope to atomic, one-off tasks like small fixes or configuration updates. While it applies configurable quality gates from project configuration, it is not designed for multi-phase development cycles or complex roadmap planning.