Stats
Actions
Tags
From coding-agent
Extracts current conversation context into a brief.md file for comprehensive knowledge reuse
How this command is triggered — by the user, by Claude, or both
Slash command
/coding-agent:extract-contextThe summary Claude sees in its command listing — used to decide when to auto-load this command
### Extract Context Workflow 1. **Analyze Current Conversation**: Review the current conversation to identify key information: - Project details and requirements - Technical decisions made - Code patterns and preferences - Problem-solving approaches used - User-specific preferences and constraints 2. **Structure Context Information**: Organize the extracted information into sections: - Project Overview (purpose, goals, tech stack) - Key Decisions (architectural choices, library selections) - Code Patterns (naming conventions, structure preferences) - User Prefer...
Analyze Current Conversation: Review the current conversation to identify key information:
Structure Context Information: Organize the extracted information into sections:
Create brief.md File: Generate a comprehensive markdown file containing:
Validate Content: Review the generated file to ensure:
Save and Confirm: Save the brief.md file in the project root and confirm with user:
npx claudepluginhub thongntit/prompts --plugin coding-agent