Skip to content

Instantly share code, notes, and snippets.

@broskees
Last active February 20, 2021 19:57
Show Gist options
  • Save broskees/0e6fb42e3ae2c1b77424a89bdc4e2b5f to your computer and use it in GitHub Desktop.
Save broskees/0e6fb42e3ae2c1b77424a89bdc4e2b5f to your computer and use it in GitHub Desktop.
A Zettelkasten like BPM (idea)

A Zettelkasten like BPM

What this is

This is a methodology for managing business procedures and factual references for a company.

Folder Structure

Business Reference
├── complex checklists
│   ├── aComplexChecklist.md
│   ├── anotherComplexChecklist.md
│   └── complicated checklists
│       ├── aComplicatedChecklist.md
│       ├── anotherComplicatedChecklist.md
│       └── simple checklists
│           ├── aSimpleChecklist.md
│           ├── anotherSimpleChecklist.md
│           └── atomic references
│               ├── anAtomicReference.md
│               └── anotherAtomicReference.md
└── README.md #this file

File Types

  • An Atomic Reference: This is the lowest level file. It contains a factual reference, that is also atomic 1.
  • A Simple Checklist: A simple checklist is the simplest type of checklist. Can only reference atomic references.
  • A Complicated Checklist: A complicated checklist is the second level of checklists. These checklists can reference both atomic references and simple checklists. Simple checklists can be steps themselves in a complicated checklist.
  • A Complex Checklist: A complex checklist is the highest level of checklists. These checklist can reference atomic references, simple checklists, and complicated checklists.

Rules

  • You can link down, not up. (e.g. a complicated checklist can have links within to simple checklists and atomic references but not to complex checklists)
  • All checklists must only be have a number of steps equivalent to human working memory (5-7 steps)
  • If this lives in the same vault as your own PARA or Zettelkasten, never link to actual links in your PARA or Zettelkasten unless they’re publicly available on the web. Otherwise, it is no longer a delgatable, stand alone system. I see no reason why your PARA or Zettelkasten can’t link to notes in this though.

Tagging

How tagging is done should be based on your organizational structure. But in most organizations, tagging would be done by departments. #finance, #sales, #marketing, #operations, etc.

Inspiration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment