From setup-ai
Plan a feature end-to-end before coding — clarify intent, explore existing code for reuse, design the approach, list files to change, and define how to verify. Use before implementing any non-trivial feature or when asked to plan or design work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/setup-ai:plan-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce an executable plan, not code. Keep it concise enough to scan, detailed enough to execute.
Produce an executable plan, not code. Keep it concise enough to scan, detailed enough to execute.
file_path:line.Goal: …
Assumptions: …
Approach: …
Files to change:
- path — why
Verification: …
For Next.js/React work, load stacks/nextjs-react.md. For Node/Fastify backends, load
stacks/node-fastify.md. Only read them when the task touches that stack.
npx claudepluginhub linder3hs/setup-ai --plugin setup-aiBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.