Skip to content

feat: Add research-assistant skill for proactive vault context#412

Merged
rjroy merged 1 commit intomainfrom
feat/368-spatial
Jan 25, 2026
Merged

feat: Add research-assistant skill for proactive vault context#412
rjroy merged 1 commit intomainfrom
feat/368-spatial

Conversation

@rjroy
Copy link
Copy Markdown
Owner

@rjroy rjroy commented Jan 25, 2026

Summary

  • Adds new research-assistant skill that changes Claude's behavior to proactively search the vault for relevant context during conversation
  • Activates on explicit request ("/research", "research mode") or inferred from conversation patterns (person/project names, timeframes, "help me think through")
  • Aligned with GCTR philosophy: AI fetches context to support user synthesis, doesn't conclude for them

Implementation

Purely instruction-based skill (no code changes needed):

  • SKILL.md (~280 lines) teaches Claude when to activate and how to behave
  • Uses existing tools (Grep, Glob, Read) for searching
  • Session persistence via conversation context

Key Behaviors

When active, Claude will:

  • Search vault proactively when topics come up
  • Quote relevant passages with file citations
  • Present findings without interpreting them
  • Focus on recent and relevant content

Test plan

  • Run ./git-hooks/pre-commit.sh (all checks pass)
  • Start dev server with bun run dev
  • In Discussion mode, test explicit activation: "/research" or "research mode"
  • Test inferred activation: "help me think through what happened this week"
  • Verify Claude searches vault proactively and cites sources
  • Test deactivation: "stop researching" or "be less aggressive"

🤖 Generated with Claude Code

Adds a new skill that changes Claude's behavior to proactively search
the vault for relevant context during conversation. Activates on
explicit request ("/research") or inferred from conversation patterns
(person names, timeframes, "help me think through").

Aligned with GCTR philosophy: AI fetches context to support user
synthesis, doesn't conclude for them. Uses existing Grep/Glob/Read
tools, no custom scripts needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rjroy rjroy merged commit 889bae2 into main Jan 25, 2026
2 checks passed
@rjroy rjroy deleted the feat/368-spatial branch January 25, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant