record_consultation
Record a consultation's query, personas used, and synthesis to build session history for analytics and future reference.
Instructions
Record a consultation in session history.
After Claude analyzes a query using persona content, record the consultation for session analytics and history.
Args: query: The original query personas_used: List of persona names that were consulted session_id: Session identifier project_root: Optional project root synthesis: Optional synthesis/recommendation from Claude
Returns: Confirmation with consultation ID
Example: # After Claude analyzes using persona content: record_consultation( query="Should we migrate to microservices?", personas_used=["pragmatic-architect", "site-reliability-engineer"], synthesis="[Claude's full analysis and recommendation]" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| synthesis | No | ||
| session_id | No | default | |
| project_root | No | ||
| personas_used | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |