Skip to content

/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

/vt-c-research-ingest  →  Review in Obsidian  →  Check [x] Implement  →  /vt-c-research-implement

What It Does

  1. Scans proposals in ~/Documents/Obsidian Vault/Research Proposals/
  2. Finds proposals with [x] Implement checked (but not [x] Completed)
  3. Parses Implementation Details YAML block
  4. Executes based on type:
  5. new-skill: Creates skill folder and SKILL.md
  6. modify-skill: Updates existing skill
  7. new-agent: Creates agent definition
  8. new-command: Creates command file
  9. documentation: Updates docs
  10. Creates symlinks for new skills
  11. Marks proposals as [x] Completed
  12. Updates daily note with implementation summary

Execution

Invoke the research-implement skill: → Load skill from skills/vt-c-research-implement/SKILL.md