recall
Recall
Usage — /recall
Load branch-scoped context from .context/ and optionally browse project-scoped memory in .rulesync/.
STEP 1: Load Branch Memory
Determine Context File Path and Load Content
Run the co-located script to resolve paths and load any existing context. Use the skill base directory from the header above:
bash "<skill-base-directory>/context-path.sh" --list-rules
Parse the structured output:
BRANCH=— current branch nameSLUG=— filename slugCONTEXT_FILE=— full path to context fileSTATUS=found|not_found— whether context exists- Content after
---CONTENT---— existing context file contents (if found) - Content after
---RULES---— list of project rule files (if present)
Present Branch Context
If found, present its contents:
## Branch Context Loaded: {branch}
**Intent**: {summary of intent section}
**Key Patterns**: {count} patterns documented
**Known Gaps**: {count} gaps tracked
**References**: {count} references available
---
{Full context file contents}
If not found, inform the user:
No saved context found for branch
{branch}.Run
/rememberand choose Branch to create context for this branch.
STEP 2: Project Memory Summary (optional)
After presenting branch context, offer to show project memory:
Project rules and learnings in
.rulesync/rules/load automatically based on file-pattern globs. Want to browse the project memory files?
If the user says yes:
- Present the rules listing from the
---RULES---section of the script output - User can request to read specific memory files for details
- This is informational — project rules auto-load during normal work via globs
Notes
- Context files are stored in the main repo root, shared across all worktrees
- Context persists even when worktrees are deleted
- Branch context files are gitignored — this is personal/local context, not shared
- Project memory (
.rulesync/rules/) is committed and shared with the team
More from ag-grid/ag-charts
estimate-jira
Estimate complexity, effort, and risks for JIRA tickets, features, or projects. Generates structured reports with time estimates, dependencies, risk analysis, and known unknowns. Use when user asks to "estimate", "size", or "analyze complexity" of work items.
43pr-split
Split a branch into a logical sequence of stacked PRs for easier review
27batch-lint-cleanup
Analyze ESLint violations and auto-fix specific rules in isolation
23plunker
Create and manage Plunker (plnkr.co) code examples for AG Charts and AG Grid. Use this skill whenever the user mentions plunker, plnkr, or plunk, wants to create a shareable code demo or bug reproduction, needs to fork or modify an existing plunk, or asks for a live code example they can share via URL. This includes creating repros for JIRA tickets, building demos for stakeholders, downloading plunks to inspect them, or making any interactive code example hosted on plnkr.co. Also trigger when users ask for "a shareable example", "a repro", "a demo I can send", or "a live example" — even without explicitly saying "plunker".
22sync-ag-shared
Sync ag-shared subrepo changes across ag-charts, ag-grid, and ag-studio repos
22plan-implementation-review
Review plan execution completeness and identify delivery gaps
22