Use when the user asks about project status, ownership, or context. Triggers on phrases like "status of X project", "who owns Y", "what's happening with Z", "project update", "where does the project stand", "what's the state of", "who's working on", or when needing quick project context without a full analysis.
Retrieves current project status, ownership, and recent activity from internal sources with critical currency and authority checks.
npx claudepluginhub gleanwork/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
When users ask about projects, their status, or ownership, use Glean to quickly gather relevant context.
See the glean-tools-guide skill for Glean MCP tool naming conventions.
Use this approach when users ask:
Not all project info is current or reliable. Before presenting information, evaluate:
Currency Test
Authority Test
Ownership Test
Cross-Reference Check
Filter Out:
If unsure: Mark as "Status Unknown - Recommend checking with [owner]"
For quick context, use Glean chat:
chat "What is the current status of [project]? Who owns it and what are the recent updates?"
For deeper investigation, combine:
search for project documentationemployee_search for peoplemeeting_lookup for recent discussionschat "Give me a 2-3 sentence status update on [project]."
employee_search "[project] lead OR owner"
search query="[project] owner OR lead" app="confluence"
search query="[project]" updated="past_week" sort_by_recency=true
search query="[project] in progress OR active" app="jira"
For quick questions, respond concisely:
**[Project]**
- **Status**: [Active/Planning/Blocked]
- **Owner**: [Name]
- **Recent Update**: [What's happening]
- **Details**: [Link to main doc]
For more detail, include:
## [Project Name]
### Quick Status
| Attribute | Value |
|-----------|-------|
| Status | [Status] |
| Owner | [Name] |
| Last Updated | [Date] |
### Recent Activity
- [Activity 1]
- [Activity 2]
### Key People
- **Owner**: [Name]
- **Team**: [Team name]
### Key Links
- [Main doc]([link])
- [Tracker]([link])
For comprehensive project context, suggest:
/glean-project:project-handoff <name> - Generate complete handoff document/glean-docs:onboarding <topic> - Get up to speed on a team or areaThis skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.