Blockscout-rs research-scope

Investigate the intended scope of a codebase topic through discussion with a human, propose a research-note outline, and only create a .memory-bank/research file after explicit human confirmation.

install
source · Clone the upstream repo
git clone https://github.com/blockscout/blockscout-rs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/blockscout/blockscout-rs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/interchain-indexer/.codex/skills/research-scope" ~/.claude/skills/blockscout-blockscout-rs-research-scope-332a69 && rm -rf "$T"
manifest: interchain-indexer/.codex/skills/research-scope/SKILL.md
source content

Research Scope Skill

Use this skill when the user wants to investigate and clarify a codebase topic before persisting durable research.

Workflow

Follow the canonical workflow in

../../../.memory-bank/workflows/research-scope.md
.

Required Guardrails

  • Read the relevant
    .memory-bank/
    context before forming conclusions.
  • Treat the interaction as a discussion, not a one-shot dump.
  • Propose a title and outline before creating any research file.
  • Do not create
    .memory-bank/research/*.md
    until the human gives explicit confirmation.
  • If the topic overlaps an existing research note, discuss whether to extend the existing note or create a new one.

Minimal Starting Reads

Start with:

  • ../../../.memory-bank/project-context.md
  • ../../../.memory-bank/architecture.md
  • ../../../.memory-bank/exploration-map.md
  • ../../../.memory-bank/gotchas.md
  • ../../../.memory-bank/research/README.md

Then read only the additional research notes, ADRs, rules, and source files needed for the current topic.