Workflow Patterns — Recurring Workflow Index Hub

This hub mirrors WORKFLOW-PATTERNS.md — the canonical registry of recurring workflows that have appeared 3+ times across plans and sessions. Check this hub before building any new procedure, script, or automation; if the workflow exists here, extend or reuse it rather than creating a parallel implementation. Content last updated 2026-03-17 (WF-1 through WF-8) and 2026-05-02 (WF-9 through WF-15). Curator: shared (henry writes triggers; claude writes steps). Review cadence: on-demand after major new workflows crystallize.


Quick reference

FieldValue
Source docWORKFLOW-PATTERNS
Source doc last updated2026-03-17 (WF 1-8) / 2026-05-02 (WF 9-15)
Canonical path/home/opsadmin/.openclaw/workspace/WORKFLOW-PATTERNS.md
Curatorshared
Review cadenceon-demand
Staleness riskmedium — WF 1-8 content reflects pre-Wave-1 state; WF 9-15 added 2026-05-02
Applies to agents_summary, _summary, _summary, _summary
Governance gates enforced[G-GOVERNANCE-LOG-FRESHNESS]

Staleness audit

WF-1 through WF-8 content authored 2026-03-17 — 48 days pre-date of this hub.

  • WF 1-8 source internal “Last updated”: 2026-03-17
  • WF 9-15 added: 2026-05-02 (2 days before hub creation — within G-GOVERNANCE-LOG-FRESHNESS 14-day window)
  • Status: CONTENT SPLIT — WF 1-8 pre-Wave-1 state; WF 9-15 current

WF 1-8 content is still conceptually valid but may not reflect:

  • Skill extraction status (WF-4 Post-Plan Assimilation now has a skill candidate but status may have changed)
  • New automation built since March 2026
  • Wave 1-3 infrastructure changes (hub system, wikilink optimization, vault sync)

Wave 1 ships: acquisitions-lifecycle, dispo-lifecycle, outreach-stage1 process hubs that partially operationalize WF-9 through WF-11.


Workflow catalog

WF-1: System Architecture Audit

  • Trigger: Any plan touching infrastructure, integration, or data model
  • Status: Unautomated — template + initial queries could be scripted
  • Skill candidate: system-audit-template (SK-4, not built)
  • Related hub: sources-first

WF-2: Dead Code + Duplicate Detection

  • Trigger: Pre-build audit, codebase cleanup, architecture review
  • Status: Unautomated — scriptable
  • Skill candidate: dead-code-finder (SK-7, not built)
  • Related hub: plan-governance

WF-3: Plan Review + Blind Spot Detection

  • Trigger: Henry says “optimize”, “blind spots”, “what’s missing” — or before plan approval
  • Status: Partially automated via /plan-eng-review and /plan-ceo-review skills
  • Skill candidate: plan-review-audit (SK-2, not built as standalone — logic lives in plan-eng-review skill)
  • Related hub: plan-governance

WF-4: Post-Plan Assimilation

  • Trigger: After major plan, audit, architecture review, or implementation completion
  • Status: Checklist exists at workspace/POST-PLAN-ASSIMILATION.md; partially automated via /ocl-post-plan skill
  • Skill candidate: post-plan-assimilation (SK-1, partially built)
  • Related hub: plan-governance

WF-5: Bridge File + Session Continuity

  • Trigger: Completion Packet delivery or session end
  • Status: Already automated — hooks system (on-stop.sh + session-summary-extractor.py)
  • Skill candidate: session-continuity-updater (SK-10, partially built)
  • Related hub: action-gate

WF-6: Scope Reframing

  • Trigger: Plan starts as feature request instead of problem statement
  • Status: Manual — requires judgment; not code-extractable
  • Skill candidate: Review checklist in plan-review-audit skill
  • Related hub: sources-first

WF-7: Source-of-Truth Doc Sync

  • Trigger: After any file modification or architecture change
  • Status: Manual; often skipped. File freshness check scriptable.
  • Skill candidate: source-of-truth-sync (SK-3, not built)
  • Related hub: plan-governance

WF-8: Founder Response Formatting

  • Trigger: Email/SMS/outreach draft for Henry to send externally
  • Status: Rules documented in henry-preferences §4
  • Skill candidate: founder-response-formatter (SK-8, not built)
  • Related hub: henry-preferences

WF-9: Acquisitions Stage-1 SMS Pipeline

  • Trigger: New deal candidate ingested from any source
  • Status: ALREADY EXTRACTEDacquisitions-outreach skill (Stage 1) + acquisitions-followup skill (Stages 2-4)
  • Skills: ~/.claude/skills/acquisitions-outreach/SKILL.md, ~/.claude/skills/acquisitions-followup/SKILL.md
  • Related hubs: outreach-stage1, acquisitions-lifecycle, compliance-gates

WF-10: Dispo 4-Channel Buyer Blast

  • Trigger: New dispo deal listed in HubSpot dispo pipeline (816046)
  • Status: ALREADY EXTRACTEDdispo-blast skill (replaces 435+ legacy workflows)
  • Skills: ~/.claude/skills/dispo-blast/SKILL.md
  • Related hubs: dispo-lifecycle, buyer-blast

WF-11: IL → HubSpot → Outreach Pipeline (5-skill composable suite)

  • Trigger: Henry says “pull IL deals” or “kick off acquisitions on IL marketplace”
  • Status: ALREADY EXTRACTED as 5-skill suite (shipped 2026-04-28)
  • Skills: il-marketplace-pull, hubspot-deal-ingest, acquisitions-outreach, acquisitions-followup, dispo-blast
  • Related hubs: investorlift, hubspot

WF-12: VPS Crash-Loop Remediation

  • Trigger: Hostinger force-reboot or oomd cascade detected
  • Status: F1-F4 documented; diagnosis requires judgment; skill candidate not built
  • Skill candidate: vps-crash-loop-remediation (SK-12, not built)
  • Reference: project_vps_cascade_permanent_remediation_2026-05-04

WF-13: Substrate Audit + Gap Closure

WF-14: Six-Audit Indexing-Gap Suite

  • Trigger: Henry says “what’s not being indexed” or after major plan accumulation (>20 new plans)
  • Status: Pattern documented; dispatch is mechanical; synthesis requires judgment
  • Skill candidate: six-audit-indexing-gap-suite (SK-14, not built)
  • Reference: openclaw-fragmentation-fix-2026-05-01

WF-15: Execution-Mode Sonnet Dispatch

  • Trigger: Opus enters execution mode (any of 7 trigger surfaces)
  • Status: Soft-enforced via CLAUDE.md auto-load + per-skill boilerplate; hard enforcement via PreToolUse hook deferred
  • Skill candidate: N/A — this IS the dispatch pattern that other skills wrap
  • Reference: feedback_model_routing_at_exec, feedback_model_routing_pattern
  • Related hub: action-gate

Skill extraction status

Skill IDWorkflowStatus
SK-1WF-4 Post-Plan Assimilationpartially built
SK-2WF-3 Plan Review + Blind Spotnot built (logic in plan-eng-review)
SK-3WF-7 Source-of-Truth Syncnot built
SK-4WF-1 System Architecture Auditnot built
SK-7WF-2 Dead Code + Duplicate Detectionnot built
SK-8WF-8 Founder Response Formattingnot built
SK-10WF-5 Bridge File + Session Continuitypartially built
SK-12WF-12 VPS Crash-Loop Remediationnot built
SK-13WF-13 Substrate Auditnot built
SK-14WF-14 Six-Audit Indexing-Gap Suitenot built
WF-9 Acquisitions Stage-1 SMSEXTRACTED (acquisitions-outreach, acquisitions-followup)
WF-10 Dispo 4-Channel Buyer BlastEXTRACTED (dispo-blast)
WF-11 IL→HubSpot→OutreachEXTRACTED (5-skill suite)
WF-15 Execution-Mode DispatchSOFT-ENFORCED via CLAUDE.md

How it’s used

  • Before building any new procedure — check if it matches an existing WF here; if so, extend it
  • Before creating a new script — check if WF-2 (dead code detection) or WF-1 (architecture audit) applies
  • When Henry says “optimize” — run WF-3 (plan review) against the target
  • When a plan nears completion — trigger WF-4 (post-plan assimilation) and WF-5 (bridge file)
  • For acquisitions SMS work — use WF-9 through WF-11 skill suite directly
  • Failure mode: creating a parallel implementation of a workflow already here — WF-2 dead-code detector prevents this

Agents that touch this

  • _summary — owns WF-9, WF-11 (acquisitions skills)
  • _summary — owns WF-11 (il-marketplace-pull, hubspot-deal-ingest)
  • _summary — owns WF-10 (dispo-blast skill)
  • _summary — owns WF-5, WF-8 (session continuity, response formatting)

Process hubs

Governance hubs

Plans

Feedback rules

Resource hubs (knowledge curation cluster)


Knowledge curation cluster

This hub is a member of the Knowledge curation cluster anchored at kb-directory.

HubRole in cluster
kb-directoryAnchor — 165 KB platform docs Claude must check first
henry-preferencesFounder operating standards — rules for HOW Claude works
workflow-patternsRecurring patterns — canonical procedures
runbooks-masterTactical runbooks — step-by-step procedures
templates-libraryTemplates — structured scaffolds for new files

Open issues / TODOs

  • WF-1 through WF-8 authored 2026-03-17 — verify skill extraction status has not changed
  • SKILL-CANDIDATES.md should be cross-referenced here once Wave 3 systems hubs ship the skill-registry hub
  • WF-15 hard enforcement via PreToolUse hook deferred — track in openclaw-fragmentation-fix-2026-05-01
  • After major new workflows crystallize (Wave 3+), add WF-16 onward to source doc

Recent activity

  • 2026-05-04: hub created (W3-S1, Wave 3 resource hubs batch)
  • 2026-05-02: WF-9 through WF-15 added to source document
  • 2026-03-17: WF-1 through WF-8 authored