/vt-c-research-implement¶
Implement approved research proposals from Obsidian. Finds proposals with [x] Implement checked and executes them.
Plugin: core-standards
Usage: /vt-c-research-implement
/vt-c-research-implement¶
Implement approved research proposals from your Obsidian vault.
Usage¶
/vt-c-research-implement # Implement all checked proposals
/vt-c-research-implement --dry-run # Preview what would be implemented
/vt-c-research-implement --yes # Skip confirmation prompts
/vt-c-research-implement --file DATE # Only process specific date's proposals
Workflow¶
What It Does¶
- Scans proposals in
~/Documents/Obsidian Vault/Research Proposals/ - Finds proposals with
[x] Implementchecked (but not[x] Completed) - Parses Implementation Details YAML block
- Executes based on type:
new-skill: Creates skill folder and SKILL.mdmodify-skill: Updates existing skillnew-agent: Creates agent definitionnew-command: Creates command filedocumentation: Updates docs- Creates symlinks for new skills
- Marks proposals as
[x] Completed - Updates daily note with implementation summary
Execution¶
Invoke the research-implement skill:
→ Load skill from skills/vt-c-research-implement/SKILL.md