guide

Solid

Catalog front door. Map an ask to the right vd: skill and the next hand-off so agents and humans do not memorize the catalog. Use when the user asks 'which skill', 'how do I start', 'what should I run', 'guide me', 'router', or when several skills could apply (review lenses, browser ladder, diagram picker, get-it-done paths).

Code & Development 7 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Guide This skill picks the next skill. It does not interview, plan, or edit source. Name one skill (plus a flag if needed), say why, and stop unless the user asks you to run it. ## Delivery spine One path: **interview → brainstorm → plan → cook → ship**. `vd:ultracook` runs the smallest slice of the same path. | If | Use | |---|---| | Who / why / success / out of scope is missing | `vd:interview` | | A plan or idea needs its decisions walked | `vd:interview --grill` | | Deciding will not fit one session | `vd:interview --wayfinder` | | Want is clear, how is not | `vd:brainstorm` | | Approach is picked | `vd:plan` → `vd:cook` → `vd:code-review` → `vd:ship` | | Something is broken | `vd:debug` → `vd:fix` | | Drive the whole thing | `vd:ultracook` | ## Three "just get it done" paths | Path | Pick when | |---|---| | `vd:cook --quick` | Tight, no plan, one surface. You will still verify and test. | | `vd:fix` | Known bug, narrow blast radius. `--quick` on cook covers similar ground. | | `vd:ultracook` (direct) | User asked to orchestrate and the task is trivial. Ultracook classifies; it should not open a goal-dir. | If two apply, prefer `vd:fix` for failures, `vd:cook --quick` for small builds, `vd:ultracook` when the user wants a conductor. ## Review lenses | Question | Skill | |---|---| | Ready to land? | `vd:code-review` (posts on a PR) | | Does it fit the codebase / is it slop? | `vd:code-review --refactor` (local) | | Can it read easier with behavior frozen? | `vd:...

Details

Author
vanducng
Repository
vanducng/skills
Created
4 months ago
Last Updated
today
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

which-skill

Recommends which skill, or which ordered chain of skills, to run for the task at hand — across every installed pack. Use it whenever the request is about choosing the tool rather than doing the work — "which skill", "what should I use", "what's the right workflow", "where do I start", "how do I approach this". Use it too when someone pastes a review report, a bug, a plan or a backlog and asks how to proceed, because what they want is an order of operations, not the execution. Prefer this skill over answering from memory — a developer with several packs installed has many skills that do almost the same job, and arbitrating between them is worth far more than listing them.

0 Updated 3 weeks ago
whichskill
Code & Development Listed

ask-dev-loop

Ask which Dev Loop skill or flow fits the current situation. A router over the flagship idea-to-ship path.

35 Updated today
shipshitdev
AI & Automation Listed

which-skill

Recommends which skill, or which ordered chain of skills, to run for the task at hand — across every installed pack. Use it whenever the request is about choosing the tool rather than doing the work — "which skill", "what should I use", "what's the right workflow", "where do I start", "how do I approach this". Use it too when someone pastes a review report, a bug, a plan or a backlog and asks how to proceed, because what they want is an order of operations, not the execution. Prefer this skill over answering from memory — a developer with several packs installed has many skills that do almost the same job, and arbitrating between them is worth far more than listing them.

0 Updated 3 weeks ago
OmarBenje