AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tasks Todo

skill-djangonavarro220-agentic-life-os-tasks-todo · by djangonavarro220

Help with task capture/review while keeping the task source in the runtime or selected external store.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-djangonavarro220-agentic-life-os-tasks-todo

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-djangonavarro220-agentic-life-os-tasks-todo)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tasks Todo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

tasks-todo

Help the agent capture, clarify, prioritize, and review tasks without replacing the runtime's native task system by surprise.

Trigger

Use when the user wants to:

  • capture a task
  • review or prioritize tasks
  • convert a vague intention into next actions
  • decide what can be done now vs later
  • inspect tasks suitable for a context, such as voice/walking/screen-free work

Task handling rules

For each task, distinguish:

  • desired outcome
  • next physical/digital action
  • owner
  • deadline or review date
  • dependency/blocker
  • context needed: screen, phone, errands, deep work, voice-only, waiting

If a task is vague, ask at most one lightweight clarification unless a safe default exists.

Integration policy

Runtime task systems stay runtime-owned unless the user explicitly chooses a different source. This skill may:

  • discover where tasks live
  • record task source decisions in $LIFEOS_DATA_DIR/tasks-todo/data.json, including access instructions
  • read runtime/external tasks when the runtime exposes them
  • write Life OS operational state such as last review time, priority scores, suppression windows, and caches
  • propose task updates
  • update runtime/external tasks only when the user explicitly asked and the runtime tool is available

Do not silently migrate all tasks into Life OS data. That is how you create a second todo swamp. Terrible idea.

Output contract

For capture:

Captured:
- Task: ...
- Next action: ...
- Context: ...

For review:

Tasks:
- Do now: ...
- Decide: ...
- Waiting: ...
- Later: ...

Install behavior

During install, do not globally register this subskill by default. If the user wants tasks-todo directly callable, ask first and handle it as a runtime adapter visibility decision. The helper does not record or perform global registration; it only creates private Life OS state containers.

Runtime-specific registration remains an adapter step. Load the matching runtime adapter before telling the user how to expose tasks-todo globally.

State update

When a task review materially changes the user's active plan, record operational state and pointers in $LIFEOS_DATA_DIR/tasks-todo/data.json. Do not store raw private task dumps unless the item is explicitly a Life OS note or the user chose Life OS as the task source.

Data

Private state belongs in:

$LIFEOS_DATA_DIR/tasks-todo/data.json

Do not commit personal data, credentials, private runtime config, or raw logs.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.