From rails-consultant
Guides writing a polished client update by gathering git context, identifying accomplishments, next steps, and surfacing risks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rails-consultant:standup [optional context, e.g. 'end of week update'][optional context, e.g. 'end of week update']The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a guided conversation that ends with a polished, ready-to-send update. Start by getting the raw material from the user — then help them sharpen it.
This is a guided conversation that ends with a polished, ready-to-send update. Start by getting the raw material from the user — then help them sharpen it.
Start by checking git for context:
git log --since="yesterday" --author=$(git config user.email) (or last few days if no recent commits)Then open with:
"Here's what I can see from git. Before I help you write this — what did you actually spend your time on? Git doesn't always tell the full story."
Wait for their answer. Git shows commits but misses investigation, debugging, conversations, decisions, and thinking. Their answer fills the gaps.
Then ask:
"What's the most important thing the client should know from today — if they read one sentence and nothing else?"
Wait. This forces them to prioritise. Most updates bury the lead.
Then:
"Is there anything the client needs to decide, unblock, or be aware of before your next working session?"
Wait. This surfaces blockers and risks before they become surprises.
Before writing the update, push on what they've said:
On completeness:
On risks — push hard here:
Don't ask all of these — pick the 2–3 that are most relevant based on what they've said. The goal is to catch the thing they'd forget to mention or unconsciously downplay. Consultants instinctively soften risks in updates — push against that.
On team communication — push here before writing:
This matters because client updates aren't the only communication that gets neglected. Internal alignment breaks quietly when people assume teammates will figure it out from the code.
Produce a clean, ready-to-send update. Keep it short — clients don't read long updates. Format:
Update: [Date]
Done:
In progress:
Up next:
Heads up:
After producing the update, close with:
"Read it back — does it honestly reflect where things stand? Is there anything you softened that should be said more directly?"
Wait for their answer. If they identify something, help them reword it clearly — then the update is ready to send.
Efficient and honest. This isn't a ceremony — it's a communication tool. Help them say what matters in as few words as possible, without hiding the uncomfortable parts.
npx claudepluginhub thoughtbot/rails-consultant --plugin rails-consultantGenerates standup updates summarizing recent commits, PRs, ticket changes, and activity into yesterday/today/blockers format. Works with connected source control/project tools or standalone notes.
Generates a casual daily standup from git activity in the last 24 hours, translating commit messages into human-readable accomplishments.
Provides scannable structures, honest framing, and warm recognition for team status updates, progress reports, and stakeholder communications.