13 lines
403 B
Markdown
13 lines
403 B
Markdown
---
|
|
name: repository-research
|
|
description: Investigate an existing repository to find relevant code and established patterns.
|
|
---
|
|
|
|
# Repository Research
|
|
|
|
Use before changing an unfamiliar repository area.
|
|
|
|
Inspect relevant files, callers, tests, configuration, and established patterns.
|
|
|
|
Return evidence, affected areas, unknowns, and useful implementation context. Avoid modifying implementation code.
|