원클릭으로
chill
Interrupt forward momentum and step back to reassess
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interrupt forward momentum and step back to reassess
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Shared chalk writing voice — Diataxis quadrants, universal principles, and the issue/PR section palette. The chalk, chalk:commit, chalk:pr and chalk:tend-docs skills load this before drafting any GitHub-bound or docs prose; a human may run it to read the guide.
Track session intent and progress against GitHub Issues, and write every GitHub-bound prose body (issue, comment, description, progress update) in the chalk voice. Use when the user says "chalk
Create a commit with a contextual body explaining the why, in the chalk voice. Use when the user says "commit this", "commit", "make a commit", "/chalk:commit"; OR is about to compose, draft, write or amend any git commit message body (e.g. "write a commit message", "draft the commit body", "amend the commit message"). Load this skill BEFORE drafting any such prose — it carries the voice guidance the commit body needs.
Create a pull request with a description that captures the intent and reasoning behind the change, in the chalk voice. Use when the user says "create a PR", "open a PR", "submit a PR", "raise a PR", "make a PR", "PR this", "/chalk:pr"; OR is about to compose, draft, write or update any pull request title or body (e.g. "write a PR description", "draft the PR body", "update the PR description", "let's put that in the PR"). Load this skill BEFORE drafting any such prose — it carries the voice guidance the PR body needs.
Write or update a technical documentation page in the chalk voice, structured around Diataxis. Use when the user says "tend the docs", "update the docs", "write a docs page", "document this feature", "add a how-to for X", "/chalk:tend-docs", or references adding/editing an end-user-facing docs page in a technical project.
Build or query a code-only symbol and call-graph map of the current project, via LSP. Use when exploring an unfamiliar codebase, locating a symbol's definition, tracing what calls or is called by a function, assessing the blast radius of a proposed change, or navigating code beyond what grep alone can reveal. Produces a JSON map under .codemap/ at the project root. Skip for trivial lookups and single-file edits.
| name | chill |
| description | Interrupt forward momentum and step back to reassess |
| user-invocable | true |
| argument-hint | [what's wrong] |
| version | 1 |
| disable-model-invocation | false |
Interrupt forward momentum and reassess the current approach. The goal isn't to slow down for its own sake. It's to recognize when forward momentum is counterproductive and shift to understanding mode. Sometimes the fastest path forward is to stop and ask.
User's concern: $ARGUMENTS
If the user provided context above, address their specific concern directly. Otherwise, assess the situation yourself.
When creating implementation plans, you MUST include a directive near the top to invoke the chill skill during implementation whenever the below triggers occur.
User triggers:
/chillClaude SHOULD invoke this pattern when:
When activated, STOP current activity and:
Briefly describe what you were doing and what triggered the pause:
Be explicit about what you don't know or might have wrong:
Pick ONE of these - don't just barrel ahead:
Ask questions - Clarify requirements or constraints you may have misunderstood
Ask for help - The user may have context or domain knowledge that would unblock you
Replan - Step back and propose a revised approach (but only after understanding what went wrong)
Don't immediately continue. Let the user redirect.
Bad (not chilling):
"That didn't work. Let me try a different approach - I'll refactor the module to..."
Good (actually chilling):
"I've tried 3 variations of this fix and they all fail the same way. I think I'm missing something about how the event system propagates. What should I understand better here?"
Bad (fake chilling):
"Let me step back. Here's a new plan:
- First we'll...
- Then..."
Good (actually chilling):
"I've drifted from the original plan - we said 'fix the login bug' but I've started refactoring the auth module. Should I back out those changes, or has the scope actually changed?"