diff --git a/docs/src/content/docs/samples/research-planning.md b/docs/src/content/docs/samples/research-planning.md index 0fb104213e9..4206f01e148 100644 --- a/docs/src/content/docs/samples/research-planning.md +++ b/docs/src/content/docs/samples/research-planning.md @@ -30,6 +30,22 @@ Update planning issues for team coordination and priority alignment. - **Why it's valuable**: Ensures project plans stay current and accessible to all team members - **Learn more**: [Daily Plan Documentation](https://github.com/githubnext/agentics/blob/main/docs/daily-plan.md) +### 🔍 Basic Research +Perform simple web research and summarization using Tavily. + +- **What it does**: Searches for information on a given topic, analyzes results, and creates a summary with key findings +- **Why it's valuable**: Automates research tasks and provides structured summaries with relevant sources +- **Trigger**: Manual via workflow_dispatch with research topic input +- **Workflow file**: `.github/workflows/research.md` + +### 🔍 MCP Inspector +Systematically audit and document all MCP server configurations. + +- **What it does**: Analyzes all MCP configuration files, extracts server details, and generates comprehensive inventory reports +- **Why it's valuable**: Maintains visibility into available MCP servers, their capabilities, and configuration status +- **Trigger**: Weekly on Mondays at 10am UTC, or manual via workflow_dispatch +- **Workflow file**: `.github/workflows/mcp-inspector.md` + > [!WARNING] > GitHub Agentic Workflows is a research demonstrator, and not for production use.