Stats
Actions
Tags
Sprint Stage 2.5 for React/Next.js. Builds cheap, throwaway implementations of the 2-3 design directions from 02.5-design-explore.md using real DS components. No tests, no polish — just enough to see each option in the browser before picking one.
How this command is triggered — by the user, by Claude, or both
Slash command
/design-kit-react-nextjs:design-exploreThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /design-kit-react-nextjs:design-explore Sprint Stage 2.5 — build lightweight explorations from the options in `02.5-design-explore.md`. ## Behavior 1. Read `02.5-design-explore.md` — extract each direction (A, B, C…). 2. For each direction: - Scaffold a single throwaway file: `<project-path>/explorations/direction-[a|b|c].tsx` - Use real DS components from `design-system.md` — no raw HTML, no inline styles - Render enough of the UI to communicate the layout and interaction pattern - Do NOT add tests, error handling, loading states, or data fetching — static/hardcoded data o...
Sprint Stage 2.5 — build lightweight explorations from the options in 02.5-design-explore.md.
02.5-design-explore.md — extract each direction (A, B, C…).<project-path>/explorations/direction-[a|b|c].tsxdesign-system.md — no raw HTML, no inline styles<project-path>/explorations/index.tsx that links to each direction so the user can navigate between them in the browser.<project-path>/explorations/. Review in the browser, then choose a direction."The sprint runner will delete explorations/ and proceed to Stage 3 prototype with the chosen direction and its modifications noted in 02.5-design-explore.md.
npx claudepluginhub anindhitavidia/design-agent-kit --plugin design-kit-react-nextjs