home / skills / gtmagents / gtm-agents / insights-repository-kit
This skill helps organize research artifacts with governance, tagging, and discovery workflows enabling self-serve access and versioned, actionable insights.
npx playbooks add skill gtmagents/gtm-agents --skill insights-repository-kitReview the files below or copy the command above to add this skill to your agents.
---
name: insights-repository-kit
description: Governance + tooling pattern for storing research artifacts, tagging,
and discovery.
---
# Insights Repository Kit Skill
## When to Use
- Archiving research deliverables, raw data, transcripts, and notes.
- Enabling self-serve discovery of past research to prevent duplicate studies.
- Setting up governance for access control, tagging, and retention policies.
## Framework
1. **Structure** – libraries for briefs, raw data, synthesis, decision logs, assets.
2. **Metadata** – tags for persona, lifecycle, product area, method, confidence, expiry.
3. **Access & Permissions** – roles for contributors, reviewers, consumers, legal.
4. **Versioning** – changelog, superseded flags, linkage to experiments or roadmap items.
5. **Discovery** – search templates, digest generation, and notification hooks.
## Templates
- Repository IA diagram + folder/Notion/database schema.
- Metadata dictionary with tag definitions and required fields.
- Intake/update form for adding new studies with validation logic.
## Tips
- Automate ingestion from survey tools and recording platforms when possible.
- Require executive summaries + decisions so assets stay actionable.
- Pair with `run-market-landscape-study` and `orchestrate-qualitative-lab` to auto-file outputs.
---
This skill provides a governance-ready repository pattern for storing, tagging, and discovering research artifacts across product, marketing, and customer teams. It combines a structured information architecture, metadata conventions, access control, and discovery tools to make research reusable and auditable. The kit is production-ready and designed to reduce duplicated work and surface actionable insights quickly.
The skill defines a folder and database schema for briefs, raw data, syntheses, decision logs, and assets, plus a metadata dictionary with required fields and controlled tags. It implements role-based access and versioning rules, automates ingestion from survey and recording platforms, and supplies search templates, digest generators, and notification hooks for discovery. Intake and update forms enforce validation and ensure every artifact includes an executive summary and decision record.
How does tagging improve discovery?
Consistent tags for persona, method, product area, and lifecycle let search templates surface relevant artifacts quickly and reduce manual filtering.
Can the kit ingest external tools automatically?
Yes. The kit includes patterns for automating ingestion from survey platforms and recording services, with validation steps to ensure metadata completeness.