← ClaudeAtlas

ws-ask-mattlisted

Ask which skill or flow fits your situation. A router over the skills in this repo.
wsagency/WS-Claude-marketplace · ★ 0 · Data & Documents · score 75
Install: claude install-skill wsagency/WS-Claude-marketplace
# Ask Matt You don't remember every skill, so ask. A **flow** is a path through the skills. Most paths run along one **main flow**, and two **on-ramps** merge onto it. Everything else is standalone, or a vocabulary layer that runs underneath. ## The main flow: idea → ship The route most work travels. You have an idea and want it built. 1. **`/ws-grill-with-docs`** — sharpen the idea by interview. Start here when you **have a codebase**: it's stateful, retaining what it learns in `CONTEXT.md` and ADRs. (No codebase? Use `/grill-me` — see Standalone. Both run the same `/ws-grilling` primitive; `ws-grill-with-docs` is the one that leaves a paper trail.) 2. **Branch — can you settle every question in conversation?** If a question needs a runnable answer (state, business logic, a UI you have to see), detour through a prototype, bridged by **`/handoff`** in both directions (see Crossing sessions): - **`/handoff`** out, then open a fresh session against that file, - **`/ws-prototype`** to answer the question with throwaway code, - **`/handoff`** back what you learned, and reference it from the original idea thread. 3. **Branch — is this a multi-session build?** - **Yes** → **`/ws-to-spec`** (turn the thread into a spec), then **`/ws-to-tickets`** to split it into tracer-bullet tickets, each declaring its **blocking edges**. On a local tracker that's one file per ticket under `dev-docs/tickets/open/`, worked blockers-first by hand; on a real tracker the edges become