Agent skill · Security

suede-recommend-next-action

Next-action selector for this pack: reads current repo, terminal, plan, or handoff state, scores 2-4 candidate moves against goal alignment, unblocking, evidence, urgency, and leverage, and returns one recommended action plus a short, self-contained copy/paste prompt — expanding into a full operator prompt or granular steps only on request. Use when the user asks 'what's next', 'what should I do next', 'recommend the next move', 'give me the prompt', 'expand prompt', or 'make it granular', especially after a review, audit, plan, or stalled task. NOT FOR: executing the recommended action withou

JasonColapietrogithub.com/JasonColapietroGitHub ↗
claude-codecodexMIT
Install
npx skills add JasonColapietro/suede-creator-skills --skill suede-recommend-next-action --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/suede-recommend-next-action/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 165
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 1. Resolve the target and the user's actual done outcome from the current request, conversation, handoff, plan, repo, or live surface. 2. 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. 3. Generate 2-4 candidate actions internally. Exclude work already verified as complete, adjacent cleanup, and actions outside the user's authorized scope. 4. 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 sour

What's inside
Steps it walks through
  1. Recommendation Workflow
  2. Routing Rules
  3. Prompt Levels
  4. Quick Prompt (Default)
  5. Expanded Prompt (On Request)
  6. Granular Prompt (On Request)
  7. Output Format
  8. Boundaries
  9. Routing
Ships with 1 file
  • agents/openai.yaml
More from suede-creator-skills
All skills →
About this skill
What does the suede-recommend-next-action skill do?

Next-action selector for this pack: reads current repo, terminal, plan, or handoff state, scores 2-4 candidate moves against goal alignment, unblocking, evidence, urgency, and leverage, and returns one recommended action plus a short, self-contained copy/paste prompt — expanding into a full operator prompt or granular steps only on request. Use when the user asks 'what's next', 'what should I do next', 'recommend the next move', 'give me the prompt', 'expand prompt', or 'make it granular', especially after a review, audit, plan, or stalled task. NOT FOR: executing the recommended action withou

How do I install it?

Run `npx skills add JasonColapietro/suede-creator-skills --skill suede-recommend-next-action --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From JasonColapietro/suede-creator-skills, a repository with 165 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going