
from qmd-team-intent-kb8
Capture, validate, and share team decisions, patterns, and conventions with a governance pipeline that turns session insights into curated team memory.
This skill provides governed team knowledge management: it captures session insights (decisions, patterns, conventions, architectures, troubleshooting notes, onboarding steps), validates them via deterministic governance policies, and surfaces them as curated team memory. It includes tooling to propose single insights, bulk-import documents, check knowledge health, and transition memory lifecycle states. The workflow is designed to avoid noise by spooling proposals and passing them through curator and conflict-checker subagents before promotion.
Use TeamKB when you want to preserve team-relevant knowledge from meetings or sessions: for recording architectural decisions, documenting recurring patterns, noting agreed conventions, or importing onboarding/setup docs. Avoid using it for ephemeral debugging steps, personal preferences, or secret-bearing content. Typical triggers: end-of-session capture, importing docs directory, or deliberate review of recent proposals.
teamkb_propose), bulk import (teamkb_import), status checks (teamkb_status), lifecycle transitions (teamkb_transition), and sync operations (teamkb_sync). The SKILL.md outlines governance subagents (@teamkb-curator, @teamkb-classifier, @teamkb-conflict-checker) and quality checks to avoid low-value captures.Best suited for conversational/agent environments that support tool invocation and background subagents (Claude Code-style agents, MCP servers). It assumes an MCP server provides the teamkb_* tools and a curator pipeline for promotion.
TeamKB is a governed team-knowledge capture skill that proposes session insights as candidates for a governance pipeline. It delegates classification, conflict-checking, and curation to subagents and uses MCP tools (teamkb_propose, teamkb_status, etc.) for writes. No bundled scripts — purely instruction-driven. The SKILL.md is well-structured with clear steps, error handling, and a quality bar, but lacks runnable code to verify behavior. Requires the intent-brain plugin with admin role, limiting the audience to teams already in that ecosystem.
No scripts to run or test. Security is strong — explicitly warns against hardcoding tokens and includes a secret-stripping quality bar. Well-documented error handling table. Architecture follows skill spec conventions well with clear subagent delegation and output contracts.