Skip to content
View debaghtk's full-sized avatar

Organizations

@beaver-studio

Block or report debaghtk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
debaghtk/README.md

🛠️ How I Build

I run a disciplined, AI-augmented engineering practice — planning before code, adversarial review before merge, and complete workflows from spec to shipped PR.

Distilled from 141 analyzed Claude Code sessions (192 total) across Ruby & TypeScript codebases · 1,071 messages · 84 commits · May–Aug 2026.


⚡ What I'm Good At

🧭 Plan-then-implement alignment I lock down the approach before writing a line — structured design interviews that surface prior prototypes, data gaps, and scope ambiguities up front. Less wasted implementation, fewer rewrites.

🔍 Adversarial, evidence-based review I demand empirical verification over assertions. This habit has caught real deploy-blocking risks — migration crash-loops, unconditional session-flag poisoning, mismatched billing amounts — before they merged.

🚀 End-to-end shipping I drive complete workflows: Linear spec → implementation across multiple files → green specs & RuboCop → clean PR. Production-ready changes land in a single focused session.


🧩 How I Work With AI

  • Design-alignment interviews before implementation, so scope is right the first time
  • Parallel task agents for exploration, endpoint recon, and evidence synthesis
  • Empirical grounding — verify claims against prod/schema rather than assuming
  • Minimal by default — YAGNI & KISS; confirm scope before broad or destructive edits
  • MCP-connected tooling (Linear, Sentry) to keep investigation anchored in real state

🎯 Engineering Principles

Verify, don't assume. State key assumptions and check each against code/prod before acting.

Green before ship. Full test suite + RuboCop pass before any PR.

Keep it small. Simplest thing that works; ask before global or destructive changes.


Generated from Claude Code usage insights · 2026-08-12

Popular repositories Loading

  1. gist_guide gist_guide Public

    getting to know what are github gists

    CSS

  2. Line Line Public

    Forked from hogaur/Line

    Ruby

  3. debaghtk.github.io debaghtk.github.io Public archive

    Blogging website for myself

    SCSS

  4. tictactoe.clj tictactoe.clj Public

    Clojure 1

  5. devopsdays-web devopsdays-web Public

    Forked from devopsdays/devopsdays-web

    This is the website for DevOpsDays.org

    HTML

  6. hugo-blog hugo-blog Public archive