Skip to content

Conversation

@steve-calvert-glean
Copy link
Contributor

Summary

  • Adds glean-productivity plugin for personal workflow intelligence (daily briefings, weekly summaries)
  • Adds glean-project plugin for project handoff document generation
  • Adds synthesis-patterns and confidence-signals skills to glean-core
  • Improves existing plugins with consistent TodoWrite integration and troubleshooting sections

New Plugins

glean-productivity

Component Description
/daily-briefing Last 24 hours: mentions, shared docs, decisions, action items
/my-week Weekly summary of activity, accomplishments, collaborations
activity-synthesis skill Triggers on "what have I been working on"
priority-signals skill Triggers on "what's urgent", "what needs attention"
activity-analyzer agent Categorizes activity by priority, extracts patterns

glean-project

Component Description
/project-handoff Generate comprehensive handoff document for team transitions
project-awareness skill Triggers on "status of X project", "who owns Y"
project-synthesizer agent Gathers and synthesizes project information

glean-core improvements

Component Description
synthesis-patterns skill Guidance for combining multi-source Glean results
confidence-signals skill Guidance for expressing data reliability and freshness

Other Improvements

  • Added TodoWrite integration to all multi-phase commands for progress tracking
  • Added consistent troubleshooting sections across all commands
  • Added allowed-tools declarations where needed (AskUserQuestion)
  • Enhanced agent output formats with tables for better scanning

Test plan

  • Verify plugins load without errors
  • Test /daily-briefing command with Glean MCP connected
  • Test /my-week command with various time periods
  • Test /project-handoff command with a known project
  • Verify skills auto-trigger on expected phrases
  • Confirm troubleshooting sections display correctly

🤖 Generated with Claude Code

…s skills

New plugins:
- glean-productivity: Daily briefings (/daily-briefing) and weekly summaries
  (/my-week) powered by Glean activity signals. Includes activity-analyzer
  agent and skills for activity-synthesis and priority-signals.

- glean-project: Project handoff documents (/project-handoff) for team
  transitions. Includes project-synthesizer agent and project-awareness skill.

New glean-core skills:
- synthesis-patterns: Guidance for combining multi-source Glean results
- confidence-signals: Guidance for expressing data reliability and freshness

Improvements to existing plugins:
- Added TodoWrite integration to all multi-phase commands
- Added consistent troubleshooting sections across all commands
- Added allowed-tools declarations where needed
- Enhanced agent output formats with tables for better scanning

Co-Authored-By: Claude <noreply@anthropic.com>
@steve-calvert-glean steve-calvert-glean requested a review from a team as a code owner February 11, 2026 18:26
@travis-hoover-glean
Copy link
Contributor

What are your thoughts around consolidating the commands into skills. I believe claude has moved away from commands infavor of just skills

@steve-calvert-glean
Copy link
Contributor Author

What are your thoughts around consolidating the commands into skills. I believe claude has moved away from commands infavor of just skills

I personally like to have the commands be a deterministic way to run things. I'm open to moving away from them, but I myself use these a lot. I'm open though!

steve-calvert-glean and others added 6 commits February 11, 2026 10:38
TodoWrite has been superseded by task lists and TaskCreate.
Updated all command files to use the new terminology.

Co-Authored-By: Claude <noreply@anthropic.com>
Remove task list references that were superseded by Claude's built-in
task management. Commands no longer need to explicitly instruct Claude
to create/track task lists.

Removed from 13 command files:
- "Use task lists" from Core Principles
- "Create task list with all phases" from Phase 1
- "Mark all tasks complete" from final phases

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove reference to non-existent /project-context command
- Fix search tool to use structured params instead of inline filters
  (search uses separate parameters, not query string filters)
- Fix meeting_lookup to use natural language dates instead of
  after/before syntax (which doesn't work reliably)

These changes align with the documented behavior in glean-tools-guide.

Co-Authored-By: Claude <noreply@anthropic.com>
Add "Example Tool Calls" section demonstrating the correct syntax
for each tool type:
- Search with structured parameters
- Code search with inline filters
- Employee search with inline filters
- Meeting lookup with natural language + inline filters
- User activity with structured parameters

This makes the difference between structured params and inline
filters clearer by showing concrete calling examples.

Co-Authored-By: Claude <noreply@anthropic.com>
Update meeting_lookup examples to use documented inline filter syntax
(after:/before:) instead of natural language dates, matching the actual
tool_meeting_lookup_impl.go schema.

Add note about non-inclusive time ranges requiring day buffer.

All examples now verified against actual MCP implementations:
- search: structured params (tool_glean_search_impl.go:25-39)
- code_search: inline filters (tool_code_search_impl.go:115-123)
- employee_search: inline filters (tool_employee_search_impl.go:120-128)
- meeting_lookup: inline filters (tool_meeting_lookup_impl.go:122-130)
- user_activity: structured params (tool_user_activity_retrieve_impl.go:124-141)

Co-Authored-By: Claude <noreply@anthropic.com>
Cross-referenced with Glean enterprise docs and PR #9 history.
Testing confirmed that after:/before: filters don't work reliably:
- after:now-1w → "Invalid filter was ignored"
- "standup last week" → Works without errors

Reverting to natural language date examples which are proven to work.

Co-Authored-By: Claude <noreply@anthropic.com>
@steve-calvert-glean steve-calvert-glean added the enhancement New feature or request label Feb 12, 2026
@steve-calvert-glean steve-calvert-glean merged commit ade250b into main Feb 12, 2026
@steve-calvert-glean steve-calvert-glean deleted the feat/productivity-project-plugins branch February 12, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants