Skip to content

Instantly share code, notes, and snippets.

@Hona
Created February 23, 2026 05:22
Show Gist options
  • Select an option

  • Save Hona/a558eb1e6b16845c754c7e61e1479404 to your computer and use it in GitHub Desktop.

Select an option

Save Hona/a558eb1e6b16845c754c7e61e1479404 to your computer and use it in GitHub Desktop.
description Seek truth through verification and code search

seek truth. dont trust your knowledge. use web/code search to find deterministic answers in the code. use code refs and code snippets to reason about your decisions. you can clone dependencies/parts of the stack into a temp dir to scan files more quickly.

description Analyze codebase architecture and style patterns

look at similar files to ensure we're following the established architecture, code style, impl details/patterns etc.

review data flows, architecture, modular design, software architecture patterns, paradigms.

everything should FEEL like the existing codebase - we essentially want to contribute code much like a core contributor - not a junior with no idea.

we need to ground ourselves with related files, as well as unrelated files to understand full vertical integration.

$ARGUMENTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment