From PACT
Queries PACT Secretary via SendMessage for project context including past decisions, architectural patterns, history, and lessons learned. Useful before decisions or on unfamiliar code.
npx claudepluginhub synaptic-labs-ai/pact-plugin --plugin PACTThis skill uses the workspace's default tool permissions.
The PACT Secretary (secretary) is available for the entire session to answer questions about past decisions, architectural patterns, and project history.
Queries cross-session project history, past decisions, and gotchas from claude-mem observations via search, details, and timeline tools. Useful for 'last session', decisions, or timelines.
Recalls past work, decisions, error solutions, and project history via a token-efficient 3-layer memory search workflow (search, timeline, details).
Implements 3-layer memory search workflow to recall past work, decisions, errors, and project history token-efficiently via layered functions.
Share bugs, ideas, or general feedback.
The PACT Secretary (secretary) is available for the entire session to answer questions about past decisions, architectural patterns, and project history.
When to use this:
How to request context:
SendMessage(to="secretary",
message="[{your-name}→secretary] Query: {your question}",
summary="Context request: {topic}")
What you'll get back: Summaries of relevant memories with IDs. If you need more detail on a specific memory, ask a follow-up with the memory ID.
What NOT to ask: Implementation advice, code review, or testing strategy — those are other specialists' domains. The secretary provides historical context only.