tasks

Solid

View and manage the task stack and processing queue. Shows pending work, active tasks, completed items, and queue state. Triggers on "/tasks", "show tasks", "what's pending", "task list", "queue status".

Data & Documents 3,368 stars 217 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Runtime Configuration (Step 0 — before any processing) Read these files to configure domain-specific behavior: 1. **`ops/derivation-manifest.md`** — vocabulary mapping - Use `vocabulary.notes` for the notes folder name - Use `vocabulary.note` / `vocabulary.note_plural` for note type references - Use `vocabulary.topic_map` for MOC references - Use `vocabulary.cmd_reflect` / `vocabulary.cmd_reweave` / `vocabulary.cmd_verify` for phase command names 2. **`ops/config.yaml`** — pipeline chaining mode, automation settings If no derivation file exists, use universal terms. --- ## EXECUTE NOW **Target: $ARGUMENTS** Parse the operation: - No arguments or `status`: show task stack + queue state (combined view) - `add [description]`: add a task to the stack - `done [task-number]`: mark a task as completed - `drop [task-number]`: remove a task without completing - `reorder [number] [position]`: move a task to a different position in the stack - `discoveries`: show only the Discoveries section **START NOW.** Execute the requested operation. --- ## Philosophy **Two systems, one view.** The task stack (`ops/tasks.md`) and the pipeline queue (`ops/queue/queue.yaml` or `ops/queue/queue.json`) serve different purposes: | System | Purpose | Managed By | Updated By | |--------|---------|-----------|------------| | Task stack | Human priorities — what YOU want to work on | You (via /tasks) | Manual: /tasks add, /tasks done | | Pipeline queue | Automated processing sta...

Details

Author
agenticnotetaking
Repository
agenticnotetaking/arscontexta
Created
3 months ago
Last Updated
3 months ago
Language
Shell
License
MIT

Related Skills