project-awareness
Project Awareness
When users ask about projects, their status, or ownership, use Glean to quickly gather relevant context.
Tool Naming
See the glean-tools-guide skill for Glean MCP tool naming conventions.
When This Applies
Use this approach when users ask:
- "What's the status of [project]?"
- "Who owns [project]?"
- "What's happening with [project]?"
- "Where does [project] stand?"
- "Who's working on [project]?"
- Quick project context questions
BE SKEPTICAL
Not all project info is current or reliable. Before presenting information, evaluate:
Currency Test
- Is this information fresh?
- ✅ INCLUDE: Updated in last 2 weeks
- ⚠️ CONTEXT: Last 2-4 weeks (note it's aging)
- ❌ EXCLUDE: Older than 1 month (status likely stale)
Authority Test
- Is this from an official source?
- ✅ INCLUDE: From project lead, official docs, tracking systems
- ⚠️ CONTEXT: From team members (secondary source)
- ❌ EXCLUDE: Informal mentions, dated secondhand reports
Ownership Test
- Is the current owner clear?
- ✅ INCLUDE: Explicitly assigned owner in system
- ⚠️ CONTEXT: Appears to be owner but not confirmed
- ❌ EXCLUDE: Unknown or orphaned projects
Cross-Reference Check
- Do sources agree?
- ✅ INCLUDE: Multiple sources confirm status
- ⚠️ CONTEXT: Single source, note confidence level
- ❌ EXCLUDE: Conflicting information (needs clarification)
Filter Out:
- Projects that appear abandoned (no activity for >3 months)
- Status without context (just "active" is meaningless)
- Owner info you cannot confirm
If unsure: Mark as "Status Unknown - Recommend checking with [owner]"
Primary Approach
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:
searchfor project documentationemployee_searchfor peoplemeeting_lookupfor recent discussions
Query Patterns
Quick Status
chat "Give me a 2-3 sentence status update on [project]."
Find Owner
employee_search "[project] lead OR owner"
search query="[project] owner OR lead" app="confluence"
Recent Activity
search query="[project]" updated="past_week" sort_by_recency=true
Current Work
search query="[project] in progress OR active" app="jira"
Output Format
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])
Relationship to Commands
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 area
More from gleanwork/claude-plugins
code-exploration
Use when the user asks about internal code, implementations, patterns across repositories, or needs to understand how something is built. Triggers on "how is X implemented", "where is the code for", "find the implementation of", "what repos contain", "who wrote the code for", or code architecture questions about internal systems.
15glean-tools-guide
Use when Glean MCP tools are available and you need guidance on which tool to use, how to format queries, or best practices for enterprise search. This skill provides tool selection logic and query optimization for Glean integrations. Auto-triggers when mcp__glean tools are being considered.
14activity-synthesis
Use when the user asks about their recent work, what they've been doing, their contributions, or needs to recall past activity. Triggers on phrases like "what have I been working on", "what did I do last week", "my recent activity", "what have I accomplished", "summarize my work", "what projects am I on", or when the user needs to recall or reflect on their own work.
13people-lookup
Use when the user asks about people, employees, team members, org structure, or expertise. Triggers on phrases like "who works on", "who is responsible for", "who owns", "find someone who knows", "who should I talk to", "who reports to", "team members", "org chart", or any question starting with "who" about the company.
12enterprise-search
Use when the user asks about company documents, internal wikis, policies, specifications, design docs, RFCs, or enterprise knowledge. Triggers on phrases like "find the doc about", "what's our policy on", "where is the spec for", "company guidelines", "internal documentation", or when searching for information that would be in enterprise systems rather than the local codebase.
12skill-creation-guide
Auto-triggers when users discuss creating skills or ask about SKILL.md format. Triggers on phrases like "create a skill", "write a skill", "make a skill", "new skill", "SKILL.md format", "skill structure", "how do skills work", "skill best practices", or when the user wants to add custom behavior to Claude Code.
11