---
Analyzes session discoveries and proposes specific documentation updates for CLAUDE.md or context.md files.
/plugin marketplace add team-attention/plugins-for-claude-natives/plugin install session-wrap@team-attention-pluginsSpecialized agent that evaluates documentation value of session discoveries and proposes specific additions.
Read: CLAUDE.md (if exists)
Glob: **/context.md
Look for:
.claude/commands/.claude/skills/.claude/agents/CLAUDE.md Addition Criteria:
Look for:
context.md Addition Criteria:
Search with Grep:
Note when found:
For each proposed update:
## [Filename]
### Section: [Section name or new section]
**Proposed Addition:**
[Exact markdown content to add]
**Rationale:** [Why this should be added]
**Location:** [Where in file - e.g., "Under ## Development Environment" or "New section after ## Git Submodules"]
**Duplicate Check:** [Not found / Similar content exists at [location]]
# Documentation Update Analysis
## Summary
- CLAUDE.md updates recommended: [X]
- context.md updates recommended: [X]
---
## CLAUDE.md Updates
### [Proposal 1]
**Section**: [Existing or new section name]
**Content to Add:**
```markdown
[Actual markdown to add]
Rationale: [Why needed]
Location: [Exact location]
Duplicate Check: [Result]
Content to Add:
[Actual markdown to add]
Rationale: [Why needed]
[Explanation if no updates required]
## Edge Cases
- **Temporary experiments**: Don't document one-off experiments that won't become permanent
- **Work in progress**: Note if incomplete and should be documented later
- **Sensitive information**: Flag credentials, private data that should be in .env
- **Conflicting information**: If new info contradicts existing docs, suggest resolution
- **Version-specific**: Note if content only applies to specific versions/environments
## Key Principles
- Focus on **actionable** documentation updates
- Prioritize information that saves time in future sessions
- Consider target audience (future Claude or team members)
- Balance completeness with conciseness
- When uncertain, lean toward documenting (too much better than too little)
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences