Identify Stack Slots

Use this skill at the very start of a brand new coding project of any kind (CLI, web app, API service, library, mobile app, desktop app, server, etc.) to figure out the categories of technology decisions the project's stack is composed of. Trigger this whenever a user is kicking off a new project and needs to plan their stack, asks "what do I need to decide" / "help me set up the stack" / "I'm starting a new X project", or whenever you're about to scaffold a project and haven't yet established which decision categories apply. This produces a YAML list of stack "slots" (categories like "web framework", "test framework", "database"), NOT concrete tool picks. The YAML output feeds a later stage that fills each slot.

pricklywiggles 1f0c81d 2 files · 17.8 KB Updated

File contents

pricklywiggles/fractally-claude-marketplace/tree/main/plugins/stack-it/skills/identify-stack-slots commit 1f0c81d582

Frequently asked questions

npx skillmds@latest add pricklywiggles/identify-stack-slots