i-want-get-off-work

Enforces a minimal-output, decide-and-ship response mode for end-of-day coding sessions.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/peachest/skills --skill i-want-get-off-work-peachest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: i-want-get-off-work
Source: https://github.com/peachest/skills/tree/main/in-progress/i-want-get-off-work
Command: npx skills add https://github.com/peachest/skills --skill i-want-get-off-work-peachest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you are about to leave work, long-winded agent responses, unnecessary clarifying questions, and speculative refactors keep you at your desk. This Skill switches the agent into an off-work rush mode that minimizes time-to-exit by shipping the smallest working change and cutting all ceremony from responses. ## Core Features & Use Cases - Decide instead of asking: The agent picks conventional defaults and states each decision in one line instead of blocking on questions. - Blockers-only review: Code review output leads with an approve/fix-first verdict and lists only merge-blocking findings as file:line plus fix snippets. - Verify and one-line handoff: Runs the project's verify entry, fixes failures until green, and ends with a single-line summary of what works, what is parked, and whether you can leave. - Use Case: At 6:55 PM you need one last ticket fixed before heading out. Invoke the mode, and the agent implements exactly the requested change, runs the verify command, and closes with "You can go." ## Quick Start Tell the agent to enter off-work mode by invoking /i-want-get-off-work, then give it your final task of the day.

Frequently Asked Questions about i-want-get-off-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an AI coding agent respond faster with less ceremony?▼

Invoke /i-want-get-off-work to switch the agent into off-work mode. It then leads every response with the result, decides with conventional defaults instead of asking questions, and deletes preambles, recaps, and hedges before sending.

How to get blockers-only code review from an AI agent?▼

In off-work mode, reviews open with an approve or fix-first verdict on the first line, followed only by merge-blocking findings as file:line plus a fix snippet. Style nits and side observations are folded into a parked list for tomorrow.

How do I turn off off-work mode once it is active?▼

Say "stop off-work mode" or "正常模式" to end it. The agent confirms in one line and returns to its default response style; the mode otherwise persists across topic changes for the rest of the session.

When does off-work mode still ask questions or stop to confirm?▼

It confirms before destructive actions like force pushes, data drops, branch deletions, or production migrations, and surfaces one question with a default when blocked on missing credentials or contradictory specs. Safety outranks speed in these cases.

What are the limitations of a minimal-output rush mode for coding?▼

It deliberately skips coverage expansion, mutation testing, refactors, and doc polish, parking them for later. It is unsuitable when you need deep exploration, architecture surveys, or full explanations of trade-offs.