Add roadmap.md

This commit is contained in:
Mateusz Tymek
2026-01-08 20:39:21 +01:00
parent 7553b1dffd
commit b8081e70fa

33
openspec/roadmap.md Normal file
View File

@@ -0,0 +1,33 @@
# OpenCode-Obsidian Plugin roadmap and ideas
## Roadmap
### 0.1
* 3-4 sample skills useful in a vault
* Versioning and changelog
### 0.2
* AGENTS.md initialization
* Windows support
### 1.0
* TBD
## Ideas
### Skills
This repository should contain a set of Agent Skills that can be enabled from the settings page.
### AGENTS.md initialization
OpenCode could be asked to generate initial AGENTS.md file for the vault, based on a template/prompt.
### "Native" Obsidian integration
Implement custom UI connecting to OpenCode server in order to have a seamless integration with Obsidian (clickable links, etc). This would be nice but also quite tedious (would need to re-implement large chunks of OC UI). Not sure if this is worth the effort.
Status: on-hold