ワンクリックで
context
Load relevant ADRs, patterns, and memory before implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Load relevant ADRs, patterns, and memory before implementation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | context |
| description | Load relevant ADRs, patterns, and memory before implementation |
| argument-hint | [quick|work-type|topic] |
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
Manage architecture decisions, gaps, and suggestions
Manage inter-team communication, issues, and coordination
Manage the extended memory vault
Review and refine patterns, promote to ADRs
Capture learnings after implementation phase