AgentSkillsCN

todo

深入理解缓存架构、缓存组件(PPR),以及再验证机制。在调试过时内容、调整缓存行为,或探究数据新鲜度保障时使用。

SKILL.md
--- frontmatter
name: todo
description: Manages TODO in `nb` CLI. You must use this skill when the user says something like "add TODO to nb".
disable-model-invocation: true

Create nb TODO

Create a TODO item using the nb CLI.

TODO Template

markdown
---
status: pending
blocked_by:
  - "[[other-todo.todo.md]]"  # Optional: link to blocking todo
---

# [ ] Todo Title

#tag1 #tag2

## Overview

Brief description of what needs to be done.

## Why

Explain the motivation and context.

## What

Detailed description of the work.

## Tasks

- [ ] Subtask 1
- [ ] Subtask 2
- [ ] Subtask 3

## Acceptance Criteria

- [ ] Criterion 1
- [ ] Criterion 2

## Dependencies

- **Blocked by**: List blocking items
- **Blocking**: List items this blocks

## Related

- Links to PRs, docs, etc.

Frontmatter Options

FieldValuesDescription
statuspending, blocked, in_progress, doneCurrent status
blocked_by["[[filename.todo.md]]"]Links to blocking todos