From glean-project
Provides project status, ownership, and context using Glean tools like chat, search, and employee_search. Triggers on queries like 'status of X', 'who owns Y', or project updates.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-projectThis skill uses the workspace's default tool permissions.
When users ask about projects, their status, or ownership, use Glean to quickly gather relevant context.
Detects project type, tech stack, AIWG phase status, team config, git activity, blockers, and risks from .aiwg files and repo. Summarizes context and recommends next actions.
Displays project development status at granularities: overview, detail, tree, trace by name, metrics (quality/delivery/risk), keyword search, role views (biz/pm/dev/tester/ops/chain), changes since time. Auto-activates on progress queries like '项目状态' or 'pace-status'.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Share bugs, ideas, or general feedback.
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 area