---
title: "PARA + Zettelkasten hybrid"
description: "Tiago Forte's PARA for actionable work + Zettelkasten for long-term knowledge."
source: "Obsidian Academy"
source_url: https://obsidian-academy.pages.dev/bonus/06-para-zettelkasten-hybrid/
saved: 2026-05-16
tags: [obsidian-academy, saved-from-web, bonus]
---

**TL;DR** — PARA (Projects, Areas, Resources, Archive) is great for managing **work and intentions**. Zettelkasten is great for managing **ideas and knowledge**. The two systems answer different questions. Most personal vaults benefit from running both — and you already do, you just haven't named it that way.

## PARA in your vault

Tiago Forte's PARA framework:

| Layer | What | In your vault |
|---|---|---|
| **Projects** | Time-bound, with a finish line | `20-Projects/` |
| **Areas** | Ongoing responsibilities, no finish | `30-Areas/` |
| **Resources** | Reference material for future use | `40-Resources/` |
| **Archive** | Done, abandoned, or stale | `50-Archive/` |

The folders I created for you map directly. If you commit to keeping these clean — moving completed projects to Archive, surfacing relevant Resources during Project work — PARA delivers its promise.

## Zettelkasten on top

Inside `40-Resources/` (or a sub-folder), keep atomic Zettels that capture single ideas. PARA gives them a home; Zettelkasten gives them shape.

Critical principle from August Bradley's PPV (Pillars-Pipelines-Vaults): **the Resources layer is the long-term asset.** Projects come and go. Areas evolve. But the ideas in Resources compound over decades.

Treat Resources as your knowledge endowment. Treat Projects as where you spend that endowment.

## The hybrid pattern

```
20-Projects/q2-launch/
  ├── README.md          ← scope, status, definition of done
  ├── log.md             ← chronological updates
  └── notes-from/        ← project-specific scratch
     [[zettel: why-pricing-anchors-matter]] ← link OUT to Zettel
     [[zettel: customer-jobs-to-be-done]]   ← Zettel from Resources
```

Project notes **link to** Zettels from Resources. They don't duplicate. When the project ends, you archive the project folder but **the Zettels stay** in Resources, available for the next project.

## Pillars (the third axis)

August Bradley's contribution: **Pillars** = the life areas you care about (Health, Family, Finance, Career, Knowledge, etc.). Every Project ladders up to a Pillar. Every Area is a Pillar in active state.

In Obsidian, tag every Project and Area:

```yaml
---
pillar: career
status: active
---
```

Then Dataview can show: "all Projects laddering to my Career pillar." You see where your time is going at the strategic layer, not just the task layer.

## How Claude Code fits in

- **`process-inbox`** already routes items into PARA folders. Add Pillar tagging at clarify-time.
- A new skill **`pillar-health`** could read all Projects tagged `pillar: career`, summarize progress, and surface neglect.
- **Weekly Review** can show "Pillars touched this week" — if Health hasn't been mentioned in 14 days, you have a signal.

## When NOT to hybridize

- **Vault under 50 notes.** Hybrid is overkill. Just dump everything in `40-Resources/` and revisit later.
- **You're new to PKM.** Pick one (PARA OR Zettelkasten) and master it before combining.
- **You're using Obsidian as a journal only.** Skip the framework debate. Daily notes is plenty.

## Sources

- [PARA + Zettelkasten Vault Template](https://forum.obsidian.md/t/para-zettelkasten-vault-template-powerful-organization-task-tracking-and-focus-tools-all-in-one/91380)
- Tiago Forte, *Building a Second Brain* (the PARA canonical text)
- August Bradley's PPV system: [augustbradley.com](https://www.augustbradley.com/)

## Related workflows

- **[Zettelkasten](https://obsidian-academy.pages.dev/bonus/01-zettelkasten/)** — The atomic note half
- **[Inbox Zero](https://obsidian-academy.pages.dev/workflows/02-inbox-zero/)** — Routes captures into PARA folders
