planning-system

Organizes hierarchical planning notes in Obsidian using temporal folders, naming conventions, and tags.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining consistent personal planning notes across daily, weekly, monthly, quarterly, and annual horizons is error-prone without a shared structure, leading to misplaced files and broken review workflows. ## Core Features & Use Cases - Temporal Hierarchy: Defines folder paths and purposes for annual, semiannual, quarterly, monthly, weekly, and daily notes under 01 Journal/YYYY/. - Naming & Tagging Conventions: Standardizes file names like 2026-W12.md and system tags such as type/weekly, priorities, statuses, and areas. - Planning Flow & TaskNote Schema: Cascades goals from annual OKRs down to daily tasks and defines a YAML frontmatter schema for tasks with due dates, status, priority, and projects. - Use Case: Ask the assistant to create this week's weekly note and it will place 2026-W12.md in the correct folder with the right tags, aligned to the current monthly focus. ## Quick Start Create a daily planning note for today in my Obsidian vault following the LifeOs planning system conventions.

Frequently Asked Questions about planning-system

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

FAQPage Schema
How do I structure daily and weekly notes in Obsidian?

Use a temporal folder hierarchy such as `01 Journal/YYYY/Daily/` and `01 Journal/YYYY/Weekly/` with consistent file names like `2026-03-16-Monday.md` and `2026-W12.md`. Tag notes with `type/daily` or `type/weekly` so they remain queryable across the vault.

How to cascade annual goals into daily tasks in a planning system?

Define annual OKRs first, break them into quarterly 90-day milestones, set a monthly focus aligned to the quarter, select weekly tasks from the month, and prioritize daily tasks from the week. Each level links downward so daily work traces back to annual goals.

What frontmatter should an Obsidian task note have?

A TaskNote uses YAML frontmatter with date, due, status (active, done, blocked, cancelled), priority (high, medium, low), area (work, personal, study, finance), plus tags, projects, and customers fields for filtering and rollups.

Does this planning system require specific Obsidian plugins?

The conventions rely only on folders, file names, tags, and YAML frontmatter, so they work in plain Obsidian. Dataview or Tasks plugins can optionally query the tags and frontmatter but are not required.

What are the limitations of a folder-based planning hierarchy?

Deep folder hierarchies can become rigid when notes belong to multiple contexts, and renaming conventions later requires bulk updates. Tags and links mitigate this, but heavy cross-cutting views may need a query plugin instead of folders.