skills/context/SKILL.md
Load relevant ADRs, patterns, and memory before implementation
npx skillsauth add attunelearning/ai_team_config 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.
Pre-implementation context loading. Combines ADR lookup, pattern loading, and memory recall.
/context # Auto-detect work type from conversation
/context quick # Quick orientation (memory + recent activity only)
/context new-endpoint # Explicit work type
/context certificates # Search by topic
/context quick)Fast orientation for session start or context recovery:
memory/memory-log.md for recent activitymemory/context/project-overview.mdmemory/ for keywords## Context Loaded
**Recent Activity:** [from memory-log]
**Relevant:** [matching entities/patterns]
Detect Work Type from conversation keywords: | Work Type | Keywords | |-----------|----------| | new-endpoint | route, endpoint, api, controller | | new-model | model, schema, collection, mongoose | | bug-fix | fix, bug, issue, broken, error | | auth-change | auth, permission, access, role | | testing | test, spec, vitest, coverage | | ui-component | component, widget, page, layout |
Load ADRs (max 3) from dev_communication/shared/architecture/decisions/ — decision section only, skip rationale unless requested
Load Patterns (max 4) from memory/patterns/ matching work type
Load Memory — search memory/entities/ and memory/context/ for topic keywords
Load Backend Context Packs (backend only) — if team.json indicates backend team, load relevant notes from memory/context/backend/ (for example restart checklist or backend issue snapshots)
Load Role Guidance — read the role guidance file for the active sub-team from dev_communication/shared/guidance/
Output:
## Context for: {work-type}
### ADRs
- **{ID}**: {one-line decision}
### Patterns
- **{name}**: {summary}
### Memory
- **{entity/context}**: {relevant notes}
### Role Guidance
- **{key points from role guidance}**
### Checklist
- [ ] {applicable checklist items}
Target: <2000 tokens per invocation
tools
Capture learnings after implementation phase
tools
Review and refine patterns, promote to ADRs
tools
Manage the extended memory vault
tools
Manage inter-team communication, issues, and coordination