Help us improve
Share bugs, ideas, or general feedback.
From cowork-research
7-phase install wizard for the cowork-research engine. Reads about-me/business-brain.md from cowork-ai-os, classifies into one of 6 business types, recommends top 3 research connectors per type (delegates to cowork-ai-os v0.10.2's /browse-connectors which live-fetches the directory), picks default destination (workspace / vault / Notion), calibrates research preferences, schedules cadence + 14-day calibration check. State.md resumable. Inspired by Karpathy's LLM Wiki framing and Corey Ganim's "Cowork as employee" pattern.
npx claudepluginhub automatedmarketer/cowork-research --plugin cowork-researchHow this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-research:onboard-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The setup wizard for cowork-research. 7 phases. ~12 minutes. Resumable.
catalogs/connectors-research.mdchecks/prereq-cowork-ai-os.mdpersonalization/agency-owner.mdpersonalization/coach.mdpersonalization/course-creator.mdpersonalization/creator.mdpersonalization/sales-led-b2b.mdpersonalization/solopreneur-smb.mdphases/00-welcome.mdphases/01-classify-business.mdphases/02-recommend-connectors.mdphases/03-pick-destination.mdphases/04-calibrate.mdphases/05-safe-zones.mdphases/06-first-research.mdphases/07-cadence-and-calibration.mdtemplates/research-hot.md.templatetemplates/research-preferences.md.templatetemplates/state-research.md.templateGuides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
The setup wizard for cowork-research. 7 phases. ~12 minutes. Resumable.
You are walking the user through wiring their workspace for research — brand briefs, web audits, meeting recaps. By the end, the user has:
safe-zones.md updated with research carve-outs/audit calibration checkBefore Phase 0, run checks/prereq-cowork-ai-os.md. If about-me/business-brain.md is missing, halt with the paste-ready prompt that tells the user how to install + onboard cowork-ai-os first.
Read templates/state-research.md.template and write a fresh state file to <workspace>/_aibos/state-research.md if it doesn't exist. If it exists with install_complete: false, resume at next_pending_phase. If install_complete: true, ask the user if they want to redo a specific phase.
Phases run in order, but each can be redone independently. After each phase, pause for user confirmation before advancing.
| # | Phase | File |
|---|---|---|
| 0 | Welcome + prereq check | phases/00-welcome.md |
| 1 | Read business + classify | phases/01-classify-business.md |
| 2 | Recommend connectors (delegates to /browse-connectors live-fetch) | phases/02-recommend-connectors.md |
| 3 | Pick destination | phases/03-pick-destination.md |
| 4 | Calibrate preferences | phases/04-calibrate.md |
| 5 | Update safe-zones | phases/05-safe-zones.md |
| 6 | First research live-fire | phases/06-first-research.md |
| 7 | Cadence + calibration | phases/07-cadence-and-calibration.md |
If the user types pause onboarding: save state. Tell them: "Phase X complete. You're [N]% through. Resume any time with /onboard-research."
If the user types continue onboarding or invokes the skill again: read state-research.md, jump to next_pending_phase.
After each phase's verification passes:
completed, set next_pending_phase: <next>, append timestamped log entrycontinue onboarding when ready."install_complete: true in state-research.mdabout-me/memory.md: YYYY-MM-DD: cowork-research v0.1.0 onboarded for <business-type>/research-brief, /web-audit, /meeting-recap. See lesson 02 for the playbook. I've scheduled a 14-day calibration check for ."/audit re-run (cowork-ai-os) for 14 days from now and tell the user the dateabout-me/ files; never overwriteabout-me/connections.md and safe-zones.mdsafe-zones.md-declared pathsstate-research.md/browse-connectors (cowork-ai-os v0.10.2+) so the connector list reflects Anthropic's directory today, not a snapshot from when this plugin shippedPlain English. Short sentences. One question at a time. Approval gates, not menus. Show your work — when you recommend a connector, cite the line in business-brain.md that drove the recommendation.
about-me/ (read-only on those files)safe-zones.md without explicit approval/audit re-run is non-optional — it's how we measure if the wizard actually helped)