suede-recommend-next-action
정보
이 스킬은 현재 개발 상황(예: 저장소 상태나 터미널 출력)을 분석하고, 가장 적합한 다음 작업 하나를 추천하여 짧고 복사-붙여넣기 가능한 프롬프트로 제공합니다. 목표 일치도와 긴급성 같은 기준으로 후보 작업을 평가하며, 요청 시 프롬프트를 상세 단계로 확장할 수 있습니다. 검토나 감사 후 막히거나 "다음에 무엇을 해야 할까"라는 질문이 생겼을 때 사용하세요. 단, 별도의 승인 없이는 작업을 실행하지 않습니다.
빠른 설치
Claude Code
추천npx skills add JasonColapietro/suede-creator-skills -a claude-code/plugin add https://github.com/JasonColapietro/suede-creator-skillsgit clone https://github.com/JasonColapietro/suede-creator-skills.git ~/.claude/skills/suede-recommend-next-actionClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Suede Recommend Next Action
Recommend one action and package it as a short runnable prompt. Inspect current state read-only; do not execute the recommended action unless the user separately authorizes execution. Keep the full operator contract hidden until the user asks to expand it.
Recommendation Workflow
- Resolve the target and the user's actual done outcome from the current request, conversation, handoff, plan, repo, or live surface.
- Check only the evidence needed to distinguish the next move. Prefer, in order: current terminal/repo/live state, current source documents, current plans or handoffs, then older memory.
- Generate 2-4 candidate actions internally. Exclude work already verified as complete, adjacent cleanup, and actions outside the user's authorized scope.
- Score each candidate from 0-2 on every criterion below. Recommend the highest total.
| Criterion | 2 points | 1 point | 0 points |
|---|---|---|---|
| Goal alignment | Directly produces the user's done signal | Required prerequisite | Merely adjacent |
| Unblocking | Unlocks a core path or at least two downstream steps | Unlocks one step | Unlocks nothing known |
| Evidence | Confirmed by current source | Confirmable with one read-only check | Depends on an assumption |
| Urgency | Active failure, deadline, security risk, or release gate | Needed for the active milestone | No current pressure |
| Leverage | Fits one focused session and prevents rework or creates a reusable result | Bounded work with moderate payoff | Unscoped, multi-day, or low-payoff work |
- Break ties by preferring a required prerequisite, then current-evidence verification, then the more reversible action. If the top two remain within one point and target ambiguity would change the answer, run at most three additional read-only checks. If still tied, show both choices and state the single fact that decides between them.
- Turn the recommendation into a 2-4 sentence quick prompt. Keep the scoring
and full operator contract internal unless the user asks to compare choices,
expand prompt, ormake it granular.
Routing Rules
- If a repo or task already has its own plan, progress doc, issue tracker, or project board, do not create a second one. Treat its recorded next step as one candidate, verify it against current source, and recommend the winner — don't replace the existing tracker.
- If the user needs options explored before a commitment can be made, say so and offer to brainstorm instead of forcing a single recommendation.
- If missing evidence is the real blocker, make the smallest read-only check the recommended action and generate a prompt for that check.
Prompt Levels
Quick Prompt (Default)
Write 2-4 sentences that another capable agent can paste and run:
- Name the selected skill or lane, exact target, and one concrete outcome.
- Include the single current fact, scope boundary, or preservation rule most likely to change execution.
- Name the observable done signal and its verification.
- Add a stop condition only when a material blocker is plausible.
Do not dump field labels, the score breakdown, a long evidence list, or numbered implementation steps by default. After the prompt, add exactly:
Say "expand prompt" for the full operator version or "make it granular" for exact steps and commands.
Expanded Prompt (On Request)
When the user says expand prompt, render the full self-contained prompt below.
Include only applicable fields and never leave placeholders such as TBD or
<path>.
Use $<skill> to complete this task.
Target: <exact repo, worktree, route, URL, document, account, or surface>
Objective: <one concrete outcome>
Current verified state:
- <fresh fact and its source>
Authorized scope: <read-only, local edits, live mutation, or other exact boundary>
Preserve: <dirty work, copy, data, identities, or other invariants>
Source-truth order: <current sources in precedence order>
Required work:
1. <smallest complete sequence>
Done signal: <observable proof>
Verification:
- <command, readback, screenshot, URL, test, or response>
Stop and report if: <material ambiguity, unsafe mutation, failed gate, or missing authority>
Return: outcome, changed surfaces, verification evidence, caveats, and status.
Granular Prompt (On Request)
When the user says make it granular, render the expanded prompt and decompose
Required work into atomic numbered steps. Include exact commands, absolute
paths, mutation checkpoints, expected readbacks, and stop conditions wherever
current evidence supports them. Do not invent missing commands or values; make
resolving a missing decisive fact the first step.
For multi-lane work spanning more than one specialist, start expanded and
granular prompts with $suede-agent-teams so the coordination lane owns the
handoff. For a single-lane task, start with the specialist the recommendation
names directly. Use exact absolute paths, URLs, handles, branch names, and
verification commands when current evidence provides them.
Output Format
Recommended action: <one sentence>
Why now: <one evidence-backed sentence>
Quick prompt: <2-4 runnable sentences>
Say "expand prompt" for the full operator version or "make it granular" for exact steps and commands.
Show the route, score, evidence list, confidence, or alternatives only when the
user asks for rationale or when the unresolved tie rule requires them. When the
recommendation is an evidence-gathering step, state that in Why now without
loading the expanded prompt.
Boundaries
- Do not mutate files, repos, deployments, accounts, messages, or live systems while recommending.
- Do not load the expanded or granular prompt by default.
- Do not repeat a broad audit when one current execution lane can be selected.
- Do not invent paths, URLs, skill availability, status, metrics, owners, or completion evidence.
- Do not recommend vague actions such as "keep working", "improve the app", or "do more research". Name a command, artifact, decision, edit, or verification result.
- Do not hide a blocker. If authority or a decisive fact is missing, make its resolution the next action.
Routing
- Need multi-lane coordination across specialists -> use
suede-agent-teams. - Need help picking which single skill fits a request -> read this pack's
router (
suede-workflow-skills) or ask directly. - Need idea exploration before selecting a move -> brainstorm directly with the user instead of forcing a single recommendation.
- Need execution -> use the specialist named in the generated prompt.
GitHub 저장소
자주 묻는 질문
suede-recommend-next-action Skill이란 무엇인가요?
suede-recommend-next-action은(는) JasonColapietro이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 suede-recommend-next-action 관련 작업을 수행할 수 있게 합니다.
suede-recommend-next-action은(는) 어떻게 설치하나요?
이 페이지의 설치 명령을 사용하세요. suede-recommend-next-action을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.
suede-recommend-next-action은(는) 어떤 카테고리에 속하나요?
suede-recommend-next-action은(는) 메타 카테고리에 속합니다.
suede-recommend-next-action은(는) 무료로 사용할 수 있나요?
네. suede-recommend-next-action은(는) AIMCP에 등록되어 있으며 무료로 설치할 수 있습니다.
연관 스킬
이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.
이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.
이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.
SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.
