Skip to content

Commit ba527f9

Browse files
authored
Merge pull request #354 from LLM-Coding/copilot/add-anchor-p-a-r-a-method
feat: Add P.A.R.A. Method semantic anchor
2 parents 3e896d4 + 04f2081 commit ba527f9

4 files changed

Lines changed: 134 additions & 0 deletions

File tree

docs/anchors/para-method.adoc

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= P.A.R.A. Method
2+
:categories: documentation
3+
:roles: software-developer, team-lead, technical-writer, educator
4+
:related: diataxis-framework, todotxt-flavoured-markdown
5+
:proponents: Tiago Forte
6+
:tags: knowledge-management, personal-productivity, note-taking, organization, second-brain
7+
:tier: 3
8+
9+
[%collapsible]
10+
====
11+
Full Name:: P.A.R.A. Method (Projects, Areas, Resources, Archive)
12+
13+
Also known as:: PARA Framework, Second Brain Organization System
14+
15+
[discrete]
16+
== *Core Concepts*:
17+
18+
Projects:: Short-term efforts with a specific goal and deadline (e.g., "Launch website", "Write article")
19+
20+
Areas:: Long-term responsibilities with a standard to maintain over time (e.g., "Health", "Finances", "Team Management")
21+
22+
Resources:: Topics of ongoing interest or future relevance without a current action (e.g., "Machine Learning", "Design Patterns")
23+
24+
Archive:: Inactive items from the other three categories — completed projects, dropped areas, or obsolete resources
25+
26+
Actionability principle:: Items are organized by how actionable they are, not by topic or type
27+
28+
Tool-agnostic:: Applicable to any note-taking or file management system (Notion, Obsidian, Roam Research, plain folders)
29+
30+
Single source of truth:: Each piece of information belongs in exactly one of the four categories
31+
32+
Key Proponent:: Tiago Forte ("Building a Second Brain")
33+
34+
[discrete]
35+
== *When to Use*:
36+
37+
* Organizing notes, documents, or files across tools
38+
* Managing knowledge work with multiple concurrent projects
39+
* Setting up a "Second Brain" personal knowledge management system
40+
* Reducing time spent searching for information
41+
* Separating actionable work from reference material
42+
* Onboarding teams to a shared information architecture
43+
* Structuring documentation repositories or wikis
44+
45+
[discrete]
46+
== *Related Anchors*:
47+
48+
* <<diataxis-framework,Diátaxis Framework>>
49+
* <<todotxt-flavoured-markdown,todo.txt-flavoured Markdown>>
50+
====

docs/anchors/para-method.de.adoc

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= P.A.R.A. Method
2+
:categories: documentation
3+
:roles: software-developer, team-lead, technical-writer, educator
4+
:related: diataxis-framework, todotxt-flavoured-markdown
5+
:proponents: Tiago Forte
6+
:tags: knowledge-management, personal-productivity, note-taking, organization, second-brain
7+
:tier: 3
8+
9+
[%collapsible]
10+
====
11+
Vollständiger Name:: P.A.R.A. Method (Projects, Areas, Resources, Archive)
12+
13+
Auch bekannt als:: PARA-Framework, Second Brain Organisationssystem
14+
15+
[discrete]
16+
== *Kernkonzepte*:
17+
18+
Projekte (Projects):: Kurzfristige Vorhaben mit einem konkreten Ziel und einem Abgabetermin (z.B. „Website launchen", „Artikel schreiben")
19+
20+
Bereiche (Areas):: Langfristige Verantwortungsbereiche mit einem kontinuierlich aufrechtzuerhaltenden Standard (z.B. „Gesundheit", „Finanzen", „Team-Management")
21+
22+
Ressourcen (Resources):: Themen von anhaltendem Interesse oder zukünftiger Relevanz ohne aktuellen Handlungsbedarf (z.B. „Machine Learning", „Design Patterns")
23+
24+
Archiv (Archive):: Inaktive Einträge aus den drei anderen Kategorien — abgeschlossene Projekte, aufgegebene Bereiche oder veraltete Ressourcen
25+
26+
Aktionsprinzip:: Informationen werden nach ihrer Handlungsrelevanz (Actionability) organisiert, nicht nach Thema oder Typ
27+
28+
Werkzeug-agnostisch:: Anwendbar auf jedes Notiz- oder Dateiverwaltungssystem (Notion, Obsidian, Roam Research, einfache Ordnerstrukturen)
29+
30+
Single Source of Truth:: Jede Information gehört genau einer der vier Kategorien an
31+
32+
Schlüsselvertreter:: Tiago Forte („Building a Second Brain")
33+
34+
[discrete]
35+
== *Wann zu verwenden*:
36+
37+
* Organisieren von Notizen, Dokumenten oder Dateien systemübergreifend
38+
* Verwaltung von Wissensarbeit mit mehreren parallelen Projekten
39+
* Aufbau eines „Second Brain" – Systems für persönliches Wissensmanagement
40+
* Reduzierung der Suchzeit nach Informationen
41+
* Trennung von aktionsfähiger Arbeit und Referenzmaterial
42+
* Einführung von Teams in eine gemeinsame Informationsarchitektur
43+
* Strukturierung von Dokumentations-Repositories oder Wikis
44+
45+
[discrete]
46+
== *Verwandte Anker*:
47+
48+
* <<diataxis-framework,Diátaxis Framework>>
49+
* <<todotxt-flavoured-markdown,todo.txt-flavoured Markdown>>
50+
====

skill/semantic-anchor-translator/references/catalog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,11 @@ Source: https://github.com/LLM-Coding/Semantic-Anchors
291291

292292
## Documentation
293293

294+
### P.A.R.A. Method
295+
- **Also known as:** PARA Framework, Second Brain Organization System
296+
- **Proponents:** Tiago Forte
297+
- **Core:** Organize all information into four categories by actionability — Projects (specific goal + deadline), Areas (ongoing responsibilities), Resources (reference topics), Archive (inactive items)
298+
294299
### Diátaxis Framework
295300
- **Core:** 4 quadrants: Tutorials, How-to guides, Explanations, Reference
296301

website/public/data/anchors.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,35 @@
21292129
"filePath": "docs/anchors/pugh-matrix.adoc",
21302130
"tier": 2
21312131
},
2132+
{
2133+
"id": "para-method",
2134+
"title": "P.A.R.A. Method",
2135+
"categories": [
2136+
"documentation"
2137+
],
2138+
"roles": [
2139+
"software-developer",
2140+
"team-lead",
2141+
"technical-writer",
2142+
"educator"
2143+
],
2144+
"related": [
2145+
"diataxis-framework",
2146+
"todotxt-flavoured-markdown"
2147+
],
2148+
"proponents": [
2149+
"Tiago Forte"
2150+
],
2151+
"tags": [
2152+
"knowledge-management",
2153+
"personal-productivity",
2154+
"note-taking",
2155+
"organization",
2156+
"second-brain"
2157+
],
2158+
"filePath": "docs/anchors/para-method.adoc",
2159+
"tier": 3
2160+
},
21322161
{
21332162
"id": "pyramid-principle",
21342163
"title": "Pyramid Principle according to Barbara Minto",

0 commit comments

Comments
 (0)