Day 1: Initial Outreach — 7 PRs to Awesome Lists

Campaign

First wave of OSOP adoption PRs targeting awesome lists and platform plugin registries. Focus on low-friction, high-visibility targets.

9 nodes · 10 edgescampaigns
campaignoutreachawesome-listsday-1
ex-campaign-2026-04-01-initial-outreach.osop.yaml
# OSOP Campaign: Initial Outreach — Day 1
# First wave of PRs to awesome lists and platform integrations
osop_version: "1.0"
id: campaign-2026-04-01-initial-outreach
name: "Day 1: Initial Outreach — 7 PRs to Awesome Lists"
description: >
  First wave of OSOP adoption PRs targeting awesome lists and
  platform plugin registries. Focus on low-friction, high-visibility targets.
version: "1.0.0"
tags: [campaign, outreach, awesome-lists, day-1]

nodes:
  - id: plan-targets
    type: agent
    subtype: planner
    name: Plan Target Repos
    description: Identified 7 targets from TARGETS.md — awesome lists and platform registries.

  - id: pr-windsurf
    type: git
    subtype: pr
    name: "PR: awesome-windsurf #288"
    description: "Added OSOP session logging prompt. Devin AI reviewed with 4+2+1 issues across 3 rounds."
    purpose: Add OSOP to Windsurf ecosystem

  - id: pr-cursorrules
    type: git
    subtype: pr
    name: "PR: awesome-cursorrules #219"
    description: "Added OSOP session logging rule. CodeRabbit found 'windsurf' should be 'cursor' — fixed."
    purpose: Add OSOP to Cursor ecosystem

  - id: pr-rules
    type: git
    subtype: pr
    name: "PR: awesome-rules #12"
    description: "Added OSOP session logging rule for Continue. GitGuardian passed, no issues."
    purpose: Add OSOP to Continue ecosystem

  - id: pr-cli-agents
    type: git
    subtype: pr
    name: "PR: awesome-cli-coding-agents #28"
    description: "Added OSOP entry. Owner asked to add star count for sorting — fixed."
    purpose: Add OSOP to CLI agents list

  - id: pr-openclaw
    type: git
    subtype: pr
    name: "PR: openclaw #58974"
    description: "Added OSOP workflow skills. Greptile found P1: block inserted in wrong section — fixed."
    purpose: Add OSOP skills to OpenClaw registry

  - id: pr-anthropic
    type: git
    subtype: pr
    name: "PR: anthropics/knowledge-work-plugins #159"
    description: "Added OSOP plugin to partner-built section. No reviews yet, waiting."
    purpose: Get OSOP into Anthropic's official plugin list

  - id: pr-mcp-servers
    type: git
    subtype: pr
    name: "PR: awesome-mcp-servers #3983"
    description: "Added OSOP MCP Server. Bot requires Glama AAA score badge — added badge, needs Glama registration."
    purpose: List OSOP on the biggest MCP directory

  - id: fix-reviews
    type: agent
    subtype: worker
    name: Fix Review Feedback
    description: "Fixed 3 PRs from review: cursorrules (agent name), cli-agents (star count), openclaw (section placement)."

edges:
  - from: plan-targets
    to: pr-windsurf
    mode: parallel
  - from: plan-targets
    to: pr-cursorrules
    mode: parallel
  - from: plan-targets
    to: pr-rules
    mode: parallel
  - from: plan-targets
    to: pr-cli-agents
    mode: parallel
  - from: plan-targets
    to: pr-openclaw
    mode: parallel
  - from: plan-targets
    to: pr-anthropic
    mode: parallel
  - from: plan-targets
    to: pr-mcp-servers
    mode: parallel
  - from: pr-cursorrules
    to: fix-reviews
    mode: fallback
    label: "CodeRabbit: windsurf→cursor"
  - from: pr-cli-agents
    to: fix-reviews
    mode: fallback
    label: "Owner: add star count"
  - from: pr-openclaw
    to: fix-reviews
    mode: fallback
    label: "Greptile: wrong section"