task-tracking

Organize tasks, goals, and priorities in an Obsidian vault using TaskNotes and Dataview.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill task-tracking-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-tracking
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/obsidian-task-tracking
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill task-tracking-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping personal tasks, projects, and long-term goals connected inside an Obsidian vault is difficult when notes, checklists, and kanban boards live in separate places. This Skill defines a consistent structure for tracking tasks and linking them to goals. ## Core Features & Use Cases - Structured Task Locations: Organizes tasks across a 05 Tasks folder, TaskNotes plugin views (kanban, calendar, agenda), daily note checklists, and project notes. - Status and Priority Workflow: Defines a status flow (active, blocked, done, cancelled) and an Eisenhower-matrix priority scheme from P1 to P4. - Goal Alignment: Connects each task to a project, quarterly goal, and annual goal so every task has a clear why. - Use Case: A user planning their week can ask the assistant to list all active tasks sorted by priority and due date using the provided Dataview query, then reschedule blocked items. ## Quick Start Use the task-tracking skill to list all my active Obsidian tasks sorted by priority and due date.

Frequently Asked Questions about task-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track tasks in Obsidian with the TaskNotes plugin?

Store individual tasks as notes in a dedicated tasks folder and use TaskNotes views such as kanban, calendar, and agenda to manage them. Quick tasks can live as inline checklists in daily notes, while project notes pull related tasks with Dataview queries.

How to query tasks by status and priority using Dataview in Obsidian?

Use a Dataview TABLE query that selects status, due, and priority from notes tagged as tasks, filters where status equals active, and sorts by priority descending and due date ascending. This produces a live task list that updates as notes change.

Does this task system work without the TaskNotes plugin?

The folder structure, status flow, and Dataview queries work with plain Markdown notes and the Dataview plugin alone. TaskNotes adds the kanban, calendar, and agenda views, so those specific views require the plugin installed.

How do I connect Obsidian tasks to long-term goals?

Link each task to its parent project note, then link the project to a quarterly goal and the quarterly goal to an annual goal. This chain gives every task a documented why and lets goal notes aggregate contributing tasks.

What are the limitations of Markdown-based task tracking in Obsidian?

Obsidian task tracking lacks built-in reminders, recurring task automation, and cross-device push notifications found in dedicated task apps. It suits users who want tasks embedded in their notes rather than a standalone task manager.