tasks

tasks is a command for Claude Code from wordflowlab/novel-writer-skills. It costs 13 tokens per session (1,158 once invoked), scanned A, original, MIT.

A command for breaking a creative plan into a trackable list of writing tasks, with priorities, dependencies, story clues, and expected files.

In plain words
What is it for?
Use it to plan chapters, character profiles, plot clues, reveals, chapter endings, and optional supporting material.
Why use it?
It makes a large writing project easier to organize and shows what must happen first.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to plan chapters, character profiles, plot clues, reveals, chapter endings, and optional supporting material.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wordflowlab/novel-writer-skills/tasks
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.

Clone the repo
git clone --depth 1 https://github.com/wordflowlab/novel-writer-skills

Made for: Claude Code.

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 tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/wordflowlab/novel-writer-skills/tasks/github.svg)](https://agentmods.dev/commands/wordflowlab/novel-writer-skills/tasks)
Your own site
<a href="https://agentmods.dev/commands/wordflowlab/novel-writer-skills/tasks"><img src="https://agentmods.dev/badge/commands/wordflowlab/novel-writer-skills/tasks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tasks

Your own site · 80×15
<a href="https://agentmods.dev/commands/wordflowlab/novel-writer-skills/tasks"><img src="https://agentmods.dev/badge/commands/wordflowlab/novel-writer-skills/tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00013 $0.01158
Opus 5 $0.00006 $0.00579
Sonnet 5 $0.00003 $0.00232
Haiku 4.5 $0.00001 $0.00116

Measured 11d ago against content hash cc4dd5283b04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tasks 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 11d 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.

templates/commands/tasks.md · 124 lines

What it actually says

基于创作计划生成具体的、可执行的任务列表。

目标

将宏观计划转化为微观任务,让创作变得可管理、可追踪。

执行步骤

1. 加载计划文档

运行 {SCRIPT} 加载:

  • 创作计划:stories/*/creative-plan.md
  • 章节架构信息
  • 时间线和依赖关系

2. 生成任务列表

创建 stories/*/tasks.md,包含:

核心写作任务

重要:从specification.md第五章和creative-plan.md的线索分布,为每个写作任务标注涉及线索。

## 写作任务

### 高优先级 [必须首先完成]

- [ ] [P0] **T001** - 第1章:[章节标题] (目标字数)
  - **核心任务**:[本章的主要任务]
  - **关键情节**:[具体情节点]
  - **涉及线索**:
    - PL-XX([线索名称]) ⭐⭐⭐ 主推进
    - PL-YY([线索名称]) ⭐ 背景
  - **交汇点**:[如适用] X-001([交汇点描述])
  - **伏笔埋设/揭晓**:[如适用] F-001埋设 / F-002揭晓
  - **必须包含**:[关键元素列表]
  - **章末钩子**:[悬念设置]
  - **依赖**:无
  - **输出**:`content/volume1/chapter-001.md`

- [ ] [P0] **T002** - 角色档案:主角详细设定
  - **核心任务**:完善主角设定
  - **必须包含**:性格、背景、能力、欲望、恐惧、成长弧线
  - **依赖**:无
  - **输出**:`characters/protagonist.md`

### 中优先级 [正常推进]

- [ ] [P1] **T005** - 第5章:[章节标题] (目标字数)
  - **核心任务**:[本章主要任务]
  - **关键情节**:[具体情节]
  - **涉及线索**:
    - PL-01([线索名]) ⭐⭐⭐ 主推进
    - PL-02([线索名]) ⭐⭐ 辅助
  - **交汇点**:无
  - **伏笔埋设/揭晓**:F-001埋设([伏笔内容])
  - **必须包含**:[关键元素]
  - **章末钩子**:[悬念]
  - **依赖**:T004(第4章)
  - **输出**:`content/volume1/chapter-005.md`

### 低优先级 [可选完善]

- [ ] [P2] 番外:角色前传
- [ ] [P2] 设定集:详细世界观

任务字段说明

  • 涉及线索:从creative-plan.md的"活跃线索"列读取,标明本章推进哪些线索
  • 交汇点:从specification.md 5.3节读取,标明本章是否为交汇点
  • 伏笔埋设/揭晓:从specification.md 5.4节读取,标明本章涉及的伏笔操作
任务标记说明
  • [P] - 可并行执行
  • [依赖:X] - 需要先完成任务X
  • [P0/P1/P2] - 优先级标记

3. 任务排序和分组

  • 按优先级分组
  • 识别依赖关系
  • 标记可并行任务
  • 估算完成时间

4. 生成执行计划

## 执行计划

### 第一阶段(第1周)
并行任务组1:
- 主角设定 [P]
- 世界观基础 [P]
- 第1章草稿 [P]

### 第二阶段(第2-3周)
串行任务:
- 第2章 [依赖:第1章]
- 第3章 [依赖:第2章]

并行任务组2:
- 配角设定 [P]
- 场景设计 [P]

5. 输出任务统计

  • 总任务数
  • 预计总字数
  • 预计完成时间
  • 关键里程碑

提示下一步:开始执行 /write 或查看特定任务详情。

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. 11d ago First seen · 124 lines · 13 tokens per session scan A cc4dd5283b04

Subscribe to this mod's changes

tasks is a command published in the GitHub repository wordflowlab/novel-writer-skills (258 stars, last pushed 10mo ago), licensed MIT. It adds 13 tokens to every session and 1,158 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.