Skip to content

Official Smart Plugins site

Smart Plugins are independent third-party plugins for Obsidian. Smart Connections is the flagship plugin.

Build a context package

What changes today

The outcome note gains context.

Instead of relying on memory, automated retrieval, or a giant context dump, you choose the smallest useful context for the next delegation.

The context does not need to be perfect. It needs to be attached to the outcome, improvable, and reusable.

You are creating

A Context section that shows what should travel with the assignment.

Before:

After:

Copy this into your note

Copy this section, then replace the placeholders.

## Context

- [[note AI should use]]
	- [optional: What about this note might be useful as context?]
- [[another useful note]]

Add the Smart Context codeblock to attach context using the Context Builder.

```ctx
```

Answer in your note

Examples

Weak context:

## Context
- everything related to this project
- old notes I have not reviewed
- several large files because they might help

Better context:

## Context
- [[specific useful note]]
	- Use this for the audience, constraint, or decision it contains.
- [[another useful note]]
	- Use this only for the section about [specific detail].

Checkpoint

Use Smart Plugins to make this easier

Same loop, bigger outcome

For a small outcome, context may be 2-3 links.

For a complex outcome, context may grow over multiple loops.

The same rule still applies for both: start with the smallest useful context and add or remove when reviewing delegated work shows a gap.