@zack/research-brief-playbook

Multi-step workflow guidance for gathering sources and producing a concise research brief.

Install
agentpm install @zack/research-brief-playbook@0.1.0
Load
import { loadSkill } from '@agentpm/sdk';
const skill = await loadSkill('@zack/research-brief-playbook@0.1.0');
Weekly installs
0
0%
Last publish
1d ago
v0.1.0
agent.json
{
  "name": "research-brief-playbook",
  "version": "0.1.0",
  "description": "Multi-step workflow guidance for gathering sources and producing a concise research brief.",
  "tools": [
    {
      "name": "@zack/web-page-extract",
      "version": "0.1.2"
    },
    {
      "name": "@zack/robots-aware-crawl",
      "version": "0.1.1"
    },
    {
      "name": "@zack/document-convert",
      "version": "0.1.0"
    },
    {
      "name": "@zack/table-extract",
      "version": "0.1.0"
    },
    {
      "name": "@zack/markdown-chunk",
      "version": "0.1.1"
    },
    {
      "name": "@zack/summarize-text",
      "version": "0.1.8"
    }
  ],
  "skill": {
    "entrypoint": "SKILL.md",
    "references": [
      "references/research-brief-template.md",
      "references/source-quality-checks.md",
      "references/tool-selection-guide.md"
    ],
    "scripts": [
      "scripts/fetch-page.sh",
      "scripts/crawl-site.sh",
      "scripts/summarize-brief.sh"
    ],
    "compatibility": {
      "runtimes": [
        "agentpm-run"
      ],
      "model_families": [
        "gpt-4o",
        "gpt-4.1"
      ]
    }
  },
  "readme": "README.md",
  "license": {
    "spdx": "MIT"
  }
}
Skill files
Entrypoint
SKILL.md
References
references/research-brief-template.md
references/source-quality-checks.md
references/tool-selection-guide.md
Scripts
scripts/fetch-page.sh
scripts/crawl-site.sh
scripts/summarize-brief.sh
Compatibility metadata
Runtimes
agentpm-run
Model families
gpt-4ogpt-4.1
Environments
No environments declared.