new-task

A command template for starting a new development task. It guides requirement discussion, creates a step-by-step plan, and writes a task file for later execution.

In plain words
What is it for?
Use it when beginning a development task. It creates tasks/current-task.md after the plan is confirmed, ready for a development command or automated runner.
Why use it?
It turns an unclear feature request into agreed requirements, acceptance checks, technical limits, and verifiable implementation steps.

Command

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 commands/xcodethink/open-claude-code-skills/new-task
Clone the repo
git clone --depth 1 https://github.com/xcodethink/open-claude-code-skills
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 290 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 $0.00027 $0.00290
Opus 5 $0.00014 $0.00145
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 2d ago against content hash 79ab066e96bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

new-task 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 2d 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.

commands/new-task.md · 39 lines

What it actually says

创建新任务

用户要开始一个新的开发任务。按以下流程操作:

1. 理解需求

和用户讨论任务需求,确保理解:

  • 做什么(功能描述)
  • 为什么做(业务目标)
  • 验收标准(怎么算完成)
  • 技术约束(不能碰什么、必须用什么)

2. 制定方案

基于讨论结果,制定执行方案:

  • 分解为 5-10 个具体步骤
  • 每步要足够小(一个对话能完成 2-3 步)
  • 确定每步的验证命令

3. 创建任务文件

确认方案后,在当前项目创建 tasks/current-task.md,使用标准模板格式:

  • 方案摘要
  • 验收条件(必须具体、可验证)
  • 技术约束
  • 执行步骤(带 checkbox)
  • 每步验证命令

4. 确认

把创建好的 task.md 展示给用户确认。确认后用户可以:

  • /dev 开始自主执行
  • 或运行 auto-dev.sh 无人值守执行
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. 2d ago First seen · 39 lines · 27 tokens per session scan A 79ab066e96bd

Subscribe to this mod's changes

new-task is a command published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 27d ago), licensed MIT. It adds 27 tokens to every session and 290 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-31.