d0hx4n2503
- 11 skills
- 0 followers
- 3 hours ago last updated
- ▌ Tdd · d0hx4n2503 bundleTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- ▌ Research · d0hx4n2503 bundleInvestigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
- ▌
- ▌ Prototype · d0hx4n2503 bundleBuild a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
- ▌ Code Review · d0hx4n2503 bundleReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
- ▌
- ▌ Codebase Design · d0hx4n2503 bundleShared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
- ▌ Diagnosing Bugs · d0hx4n2503 bundleDiagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
- ▌ Domain Modeling · d0hx4n2503 bundleBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
- ▌ Resolving Merge Conflicts · d0hx4n2503 bundleUse when you need to resolve an in-progress git merge/rebase conflict.
- ▌ Improve Codebase Architecture · d0hx4n2503 bundleScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.