gza-task-draft

gza-task-draft is a skill for Claude Code, Codex from mhawthorne/gza. It costs 21 tokens per session (1,197 once invoked), scanned A, original, MIT.

A guided workflow for turning a rough request into a clear Gza task before adding it to the task system.

In plain words
What is it for?
It helps clarify requirements, choose a task type, draft the task prompt, review risks, get approval, and run the task-creation command.
Why use it?
It reduces confusion and prevents work from starting with missing goals, scope, constraints, or completion criteria.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/mhawthorne/gza/gza-task-draft
Any agent
npx skills add mhawthorne/gza --skill gza-task-draft
Clone the repo
git clone --depth 1 https://github.com/mhawthorne/gza

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gza-task-draft

README.md
[![agentmods](https://agentmods.dev/badge/skills/mhawthorne/gza/gza-task-draft.svg)](https://agentmods.dev/skills/mhawthorne/gza/gza-task-draft)
Your own site
<a href="https://agentmods.dev/skills/mhawthorne/gza/gza-task-draft"><img src="https://agentmods.dev/badge/skills/mhawthorne/gza/gza-task-draft.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01197
Opus 5 $0.00010 $0.00598
Sonnet 5 $0.00004 $0.00239
Haiku 4.5 $0.00002 $0.00120

Measured 5d ago against content hash 8d3a5c8ef4b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

gza-task-draft scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/gza/skills/gza-task-draft/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Draft Gza Task

Guide the user through a deliberate task creation process: clarify scope, surface risks, draft a prompt, get approval, then run uv run gza add.

Step 1: Read conventions

Read /workspace/AGENTS.md — specifically the "Creating Tasks from Conversations" section — to understand task types, flags, and prompt conventions.

Step 2: Assess description detail

Evaluate how detailed the user's description already is:

If vague or missing key context (objective unclear, scope undefined, approach unspecified): ask clarifying questions using AskUserQuestion (max 4 questions per call, 2–4 options each).

Focus on what matters most:

  • What is the core objective / what problem does this solve?
  • What type of work is this? (explore/plan/implement/review/task)
  • Are there constraints, dependencies, or related tasks?
  • What does "done" look like?

If already detailed (clear objective, known scope, specific requirements): skip to Step 3 directly.

Step 3: Draft the prompt + surface concerns

Draft a task prompt that:

  • States the objective clearly and specifically
  • References file paths, modules, or components when known
  • Sets scope (what's in and out)
  • Includes acceptance criteria for implement tasks
  • Includes non-goals for implement tasks so the agent does not expand scope silently
  • Names required tests or concrete failure modes to cover when known
  • Calls out docs/help/config updates when operator-facing behavior changes
  • Is appropriately sized (one task, one objective)

For implement tasks, push toward a prompt shape like:

  • Objective
  • Acceptance criteria
  • Non-goals
  • Relevant files/modules or affected subsystem
  • Required tests
  • Required docs/help/config updates, if applicable

If too many of those fields are unknown, ambiguous, or cross-cutting, recommend splitting the work or creating a plan task first rather than drafting a vague implement prompt.

Also identify and surface:

  • Risks: What could go wrong or cause rework?
  • Ambiguities: Unclear requirements that could derail the task
  • Alternatives: Different approaches worth considering
  • Sequencing: Should this be split (plan first, then implement)? Does it need --depends-on or --based-on?

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 116 lines · 21 tokens per session scan A 8d3a5c8ef4b6

Subscribe to this mod's changes

gza-task-draft is a skill published in the GitHub repository mhawthorne/gza (12 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 1,197 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

development

开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.

fengshao1227/ccg-workflow · 41 tokens

tencent-docs

腾讯文档(docs.qq.com)-在线云文档平台,是创建、编辑、管理文档的首选 skill。涉及"新建/创建/编辑/读取/查看/搜索文档"、"保存文件"、"云文档"、"腾讯文档"、"docs.qq.com"等操作,请优先使用本 skill。支持能力:(1) 创建各类在线文档(文档/Word/Excel/幻灯片/思维导图/流程图/智能表格/收集表)(2) 管理知识库空间(创建空间、查询空间列表)(3) 管理空间节点、文件夹结构 (4) 读取/搜索文档内容 (5) 编辑操作智能表 (6) 编辑操作在线文档 (7) 文件管理(重命名、移动、删除、复制、导入导出)(8) 网页剪藏、本地文件/文档上云。.

UnicomAI/wanwu · 209 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens

wechat-search

Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design.

UnicomAI/wanwu · 30 tokens

n8n:create-pr

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

n8n-io/n8n · 50 tokens