using-todo

Solid

Use when an Agent needs to capture, find, update, finish, cancel, or reopen durable deferred work in LWC.

AI & Automation 54 stars 6 forks Updated 6 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
58
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
95
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Using LWC Todo First run `lwc config show`. Continue only when `todo.setting` is `enabled`. A Skill trigger is not consent to enable Todo: when disabled, do not run Todo commands; explain that the user can opt in with `lwc config set --todo enabled`. A lifecycle Hook with a resolved `agent_context` includes only Todos explicitly tracked by that Agent context. Treat any Todo progress reminder for another context as unrelated and ignore it. Use Todo only for independent future or deferred work. It is not the current execution plan and must never be converted to or from a Plan automatically. - Add: `lwc todo add TITLE --tag TAG --cue TEXT --target-at RFC3339 --request-id ID`. - After adding or explicitly claiming a Todo, bind it with `lwc --scope project|global todo track TODO_ID --context CONTEXT_ID`, using only the opaque ID from the current Hook's `LWC_READINESS.agent_context`. One context may track multiple Todos; never infer or copy another Agent's context. - Add one direct child with `--parent TODO_ID`. Parentage is organization only: it does not cascade completion, create dependencies, or turn children into Plan steps. - Discover: `lwc todo list --limit 20`, `lwc todo list --parent TODO_ID`, or `lwc todo search QUERY --limit 20`. - Inspect before mutation: `lwc todo show TODO_ID`; pass its revision with `--if-revision`. - Reschedule with `todo update ... --target-at RFC3339`; remove the time with `--clear-target-at`. - Finish or cancel with a specific result/reason; ...

Details

Author
JanYork
Repository
JanYork/llm-wiki-cli
Created
1 months ago
Last Updated
6 days ago
Language
Rust
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category