Skip to content

PackmindHub/demo-use-case-skills

Repository files navigation

Packmind Playbook Updates from External Sources

Demonstrate how to automatically update your Packmind playbook by mining external data sources — using Agent Skills and MCP servers.

AI agent agnostic — Examples below use Claude Code for illustration, but the same skills and MCP-based approach work with any AI coding agent that supports MCP (GitHub Copilot, Cursor, Windsurf, etc.).

Architecture

flowchart LR
    Source["External Source<br>(GitHub, GitLab, Slack,<br>Confluence, ...)"] -->|MCP Server| Skill["Source Skill<br>(fetch & classify)"]
    Skill -->|findings report| Update["packmind-update-playbook"]
    Update -->|CLI| Packmind["Packmind<br>Change Proposals"]
Loading

Each use case follows the same pattern:

  1. A source skill fetches data via an MCP server and classifies it for playbook relevance
  2. The classified findings are handed off to packmind-update-playbook, which creates change proposals in Packmind

Use Cases

Use Case Source Link
GitHub PR Comments Merged PR review comments README
Slack Conversations Slack channel discussions README
Jira Issues Resolved Jira issues README
GitLab MR Comments Merged MR review comments README
Confluence Documentation Confluence pages & spaces README
Notion Documentation Notion pages & databases README

Extensibility

The same pattern works with any data source that has an MCP server — Jira, Confluence, Notion, Linear, and more. To add a new source:

  1. Create a source skill that fetches and classifies data via the relevant MCP server
  2. Output a structured findings report
  3. Hand off to packmind-update-playbook

Prerequisites

  • A Packmind account and organization
  • PACKMIND_API_KEY_V3 environment variable set
  • Packmind CLI installed: npm install -g @packmind/cli
  • An AI coding agent with MCP support (e.g. Claude Code, GitHub Copilot, Cursor)

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors