pact-plugin/skills/request-more-context/SKILL.md
Get additional project context from the secretary — past decisions, architectural patterns, project history, and lessons learned via SendMessage
npx skillsauth add synaptic-labs-ai/pact-plugin request-more-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
data-ai
Record your teammate identity (name@team) at session start so later hooks can recover your friendly name. Invoke as your first action when your spawn prompt directs it.
testing
Testing strategies, test pyramid guidance, and quality assurance patterns for PACT Test phase. Use when: designing test suites, implementing unit tests, integration tests, E2E tests, performance testing, security testing, or determining test coverage priorities. Triggers on: test design, unit testing, integration testing, E2E testing, test coverage, test pyramid, mocking, fixtures, performance testing, test phase.
data-ai
Command-style teachback protocol for PACT teammates. Invoking this skill directly instructs you to store your teachback in task metadata and idle on awaiting_lead_completion before any implementation work.
development
Persistent memory for PACT agents. Save context, goals, lessons learned, decisions, and entities. Semantic search across sessions. Use when: saving session context, recalling past decisions, searching lessons. Triggers: memory, save memory, search memory, lessons learned, remember, recall