gza-task-add

Prompt for task details and invoke uv run gza add to create Gza tasks.

11|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mhawthorne/gza --skill gza-task-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gza-task-add
Source: https://github.com/mhawthorne/gza/tree/main/src/gza/skills/gza-task-add
Command: npx skills add https://github.com/mhawthorne/gza --skill gza-task-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly generate well-scoped Gza tasks by guiding users to specify objective, type, and context, reducing back-and-forth and miscommunication.

Core Features & Use Cases

  • Guided task creation: prompts for task objective, type (task, explore, plan, implement, review, improve), grouping, and dependencies.
  • Structured prompts & templates: provides a consistent format for task prompts and acceptance criteria.
  • Workflow automation: integrates with uv run gza add to instantiate tasks on demand and in parallel across workspaces.

Quick Start

Describe your task and run uv run gza add to create a new gza task with the selected type and options.

Frequently Asked Questions about gza-task-add

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

FAQPage Schema
How do I automate Gza task creation with structured prompts and dependencies?

Automate Gza task creation by using a guided prompt to specify the objective, type, grouping, and dependencies, which then invokes uv run gza add to instantiate the structured task automatically.

What task types are supported when adding a Gza task to a development workflow?

Supported Gza task types include task, explore, plan, implement, review, and improve, covering software development stages from initial planning and exploration through to implementation and code review.

Can I group and chain dependencies when creating Gza tasks for software workflows?

Yes, Gza tasks can be grouped and chained together by specifying dependencies during the guided creation prompt, ensuring structured ordering and reliable workflow automation across parallel workspaces.

Do I need uv run installed to instantiate Gza tasks from the command line?

Yes, you need the uv run command available in your environment, as the Skill invokes uv run gza add to instantiate tasks on demand and execute the workflow automation.

Why use guided prompts for Gza task generation instead of manual CLI entry?

Guided prompts for Gza task generation reduce back-and-forth and miscommunication by enforcing a consistent format for task objectives, acceptance criteria, and dependencies, resulting in reliable automation.