Skip to content
Automation
Skill

/workplace-search

Activate for: search everything, cross-context search, what do we know about, find the decision, search all layers, search across workplace memory, what was agreed, when did we decide, find everything about, who knows about, what have we discussed about, pull everything on, find

From plugin
agentfactory-business-plugins
2997 skills30 agents8 commands
Install
$ npx -y skills add panaversity/agentfactory-business-plugins --skill workplace-search --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/workplace-search

Context preview

The summary Claude sees to decide when to auto-load this skill.

Activate for: search everything, cross-context search, what do we know about, find the decision, search all layers, search across workplace memory, what was agreed, when did we decide, find everything about, who knows about, what have we discussed about, pull everything on, find

SKILL.md

workplace-search.SKILL.md
name: workplace-search
description: >
  Activate for: search everything, cross-context search,
  what do we know about, find the decision, search all layers,
  search across workplace memory, what was agreed, when did we decide,
  find everything about, who knows about, what have we discussed about,
  pull everything on, find in workplace memory, search all.
  NOT for: basic memory lookup (use official productivity plugin memory-management),
  adding new entries (use workplace-context).

CROSS-CONTEXT SEARCH WORKFLOW

STEP 1 — LOAD CONTEXT

Read `work.local.md` in the current working directory. If it does not exist, tell the user to run `/agentic-office:setup` first.

STEP 2 — SEARCH ALL LAYERS

Search across all four memory layers simultaneously:

PERSONAL: Working style; current focus; priorities TEAM: Person entries; communication notes; relationship history PROJECTS: Project names; codenames; status; decisions; milestones ORGANISATIONAL: Terminology; meeting notes; decision log; action log

STEP 3 — PRODUCE RESULTS

OUTPUT STRUCTURE:

SEARCH RESULTS: "[Query]"
================================================================
Found in:

PROJECT MEMORY:
[Relevant project entries — name; status; connection to query]

MEETING NOTES / DECISION LOG:
[Relevant decisions; when made; by whom; context]

PEOPLE MEMORY:
[Relevant person entries — role; connection to query]

TERMINOLOGY:
[Relevant term definitions]

DELEGATION LOG:
[Any active or past delegations related to query]

RECOMMENDED NEXT STEP:
[Specific actionable recommendation based on search results]
================================================================

Search Behaviour Rules

IF FOUND: Surface all relevant entries; note the layer each came from IF NOT FOUND: Say explicitly "Not in workplace memory" — do not fabricate; offer to add if the user can provide the information IF PARTIAL: Surface what exists; flag what is missing; offer to add the missing information

Cross-Reference Pattern

For queries that span multiple layers:

"What do we know about [topic]?" Search all layers simultaneously Group results by layer Synthesise: "Here is the complete picture across all memory layers"

"When did we decide [X]?" Search decision log first Cross-reference with meeting notes Surface: decision + date + context + who was involved

NEVER DO THESE

  • NEVER return search results from memory you do not have — if it is

not in work.local.md, say so clearly

  • NEVER search only one layer when the query could span multiple
  • NEVER omit the recommended next step — search without a

recommended action is information without utility

Read more
Ships withagentfactory-business-plugins

🚀 Marketplace of domain-specific plugins for building enterprise AI agents. Enable AI agents to perform finance, banking, legal, and sales workflows using modular domain plugins.

Get the whole plugin