Turn a feature into well-defined, independently shippable slices — whether it's an epic that needs breaking apart or a single story that needs sharpening into a job story
원문 언어: 영어
메뉴
SkillsMP는 thoughtbot/rails-consultant에서 12개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 12개 중 12개를 표시합니다.
Turn a feature into well-defined, independently shippable slices — whether it's an epic that needs breaking apart or a single story that needs sharpening into a job story
원문 언어: 영어
Take one new feature slice from idea to reviewed, committed code in a single guided pass — scope it into the smallest shippable slice, build it test-first with strict TDD, review and fix the diff, then commit it. Chains slice → test-driven-development → the…
원문 언어: 영어
Socratic code review and refactoring session — whether it's your own code, a teammate's PR, or something you inherited. Leads you to see the issues through questions, names smells and moves precisely, then closes with a concrete plan.
원문 언어: 영어
Turn the working changes into one or more atomic commits with well-written messages. Use whenever the user runs /git-commit or asks to commit their work, wrap up a feature, or "commit what I have."
원문 언어: 영어
Strict red-green-refactor TDD workflow for implementing features, fixing bugs, or changing behavior in Rails applications. Enforces the discipline of writing a failing test before any production code. Use whenever you want to implement with TDD — whether a…
원문 언어: 영어
Think out loud about a problem, decision, or approach — Socratic friction to help you find clarity, not sympathy
원문 언어: 영어
Walk through the Designer/Developer wrap-up checklist for offboarding a client engagement — conversationally, one item at a time.
원문 언어: 영어
Explain what a piece of code does — a specific file, class, or method in close detail, or a user-facing flow as a concise system overview. What it does and why, not whether it's good.
원문 언어: 영어
Pressure-test an assumption, decision, or inherited constraint — Socratic cross-examination that forces you to defend or abandon your position
원문 언어: 영어
Discover how a codebase already handles a specific concern — search broadly, find every instance, and assess consistency. The "how does this app do X?" tool.
원문 언어: 영어
Write a client update — identify what was done, what's next, and surface risks before they become surprises. End of day, start of day, or end of week.
원문 언어: 영어
Prepare to deliver difficult technical news to a client — a conversational prep session before the hard conversation happens
원문 언어: 영어