Add create-next-shadcn command to automate Next.js app scaffolding with AIDD#71
Add create-next-shadcn command to automate Next.js app scaffolding with AIDD#71
create-next-shadcn command to automate Next.js app scaffolding with AIDD#71Conversation
Co-authored-by: ericelliott <364727+ericelliott@users.noreply.github.com>
Co-authored-by: ericelliott <364727+ericelliott@users.noreply.github.com>
create-next-shadcn command to scaffold Next.js + shadcn apps via Claude CLI
|
@copilot Let's come up with a plan to start the CLI command with all the stuff we can do without invoking an LLM - automate installation of everything using the CLI tools like |
Great idea! I'll refactor to:
This separates the "can be automated" from the "needs LLM creativity" work. I'll start by extracting the automatable steps from the setup guide. |
Co-authored-by: ericelliott <364727+ericelliott@users.noreply.github.com>
Co-authored-by: ericelliott <364727+ericelliott@users.noreply.github.com>
create-next-shadcn command to scaffold Next.js + shadcn apps via Claude CLIcreate-next-shadcn command to automate Next.js app scaffolding with AIDD
|
@copilot please merge in main and resolve conflicts |
Co-authored-by: ericelliott <364727+ericelliott@users.noreply.github.com>
Done! Merged main into the branch and resolved the conflict in Changes merged:
Commit: 691abb8 |
Description
Adds
npx aidd create-next-shadcn [project-name]command that automates Phase 1 setup of a Next.js application with AIDD framework, tests, and tooling. Based on feedback, the command now performs deterministic automation instead of delegating to Claude CLI, making it LLM-agnostic and more reliable.Branch is now up to date with main - merged latest changes including Biome linter, vision.md, and enhanced documentation.
Changes
New command implementation (
lib/create-next-shadcn.js)create-next-appnpx aidd --cursor && npm install aidd)CLI integration (
bin/aidd.js)handleCliErrorsexport fromcli-core.jsNew
/scaffoldcommand (ai/commands/scaffold.md)Tests
spawnandfs-extra(3 tests)Merged from main
Usage
Benefits
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.