eugeny-dementev83 downloadsGenerate AI agent briefs from the current note using path-based templates and task extraction.
Briefmaker is an Obsidian community plugin that prepares AI agent briefs from the current note. It does not call any APIs, run AI, or modify notes automatically. It only renders a prompt and copies it to your clipboard.
^Projects/.*\\.md$
^Clients/Acme/.*$
^Daily/\\d{4}-\\d{2}-\\d{2}\\.md$
Rules are evaluated in order; the first match wins. If no rules match, the default template is used.
# Release prep
- [ ] Draft release notes
- [ ] Verify changelog
- [ ] Confirm version numbers
* [ ] Update screenshots
Unchecked tasks are extracted and included in the brief with indentation preserved.
{{filePath}} - Full path of the note (absolute on desktop vaults){{fileName}} - File name including extension{{dirPath}} - Folder path (empty for vault root){{vaultName}} - Vault name{{content}} - Full note content{{selection}} - Current editor selection (or empty){{tasks}} - Bullet list of unchecked tasks{{frontmatter}} - Stringified frontmatter (or empty){{date}} - Local dateUnknown variables render as an empty string.
This repo tracks the built main.js file so you can install it without a local build.
<Vault>/.obsidian/plugins/briefmaker.manifest.json, main.js, versions.json, and styles.css .If you pull updates from the repo, run npm run build to refresh main.js
npm install
npm run dev