Quick project context — surface a project's status, owner, recent activity, and key links. Use when the user wants a fast situational read on a project, not a deep handoff document.
55
62%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/glean-project/skills/project-awareness/SKILL.mdWhen users ask about projects, their status, or ownership, use Glean to quickly gather relevant context.
This skill drives the standard Glean MCP tools. For full param shape and pitfalls of chat, search, employee_search, and meeting_lookup, see the using-glean skill's reference files in the glean-core plugin.
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=truesearch 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 area39a5c99
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.