By ByeongminLee
NCC — Spec-Driven AI workflow for Next.js & React. Define features with /spec, implement with /dev, force-complete with /loop.
Explores feature design through Socratic questioning before spec writing. Asks clarifying questions one at a time, proposes 2-3 approaches with trade-offs, presents design in sections for approval, and produces a spec-ready summary. Invoked by the /brainstorm skill.
AI-driven browser testing agent. Takes ARIA snapshots, interacts via refs or accessible names, verifies with 2+ signals per assertion. Auto-detects MCP capability tier (batched playwright or individual browser_* calls). Supports spec-driven, basic, visual, and a11y modes.
CDO (Chief Design Officer) reviewer for /create pipeline. Evaluates information architecture, interaction design, visual direction, AI slop detection, and accessibility. Spawned by create-orchestrator as part of the C-suite team.
CEO reviewer for /create pipeline. Evaluates vision alignment, scope, demand validation, resource allocation, and 10-star product thinking. Spawned by create-orchestrator as part of the C-suite team.
CMO reviewer for /create pipeline. Evaluates market positioning, competitive landscape, messaging clarity, and growth potential using marketing psychology principles. Spawned by create-orchestrator as part of the C-suite team.
Architecture pattern reference for Next.js & React projects. Covers Flat, Feature-Based, FSD, and Monorepo patterns with core principles, file placement, and import boundaries.
Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in/sign-up flows, and Marketplace provisioning. Use when implementing user authentication.
Explore and validate feature design before writing specs. Uses Socratic questioning to refine the idea, compares 2-3 approaches with trade-offs, and produces a design summary approved by the user before handing off to /spec.
Set up or update CI/CD pipeline. Analyzes project stack, git strategy, and test strategy to generate deployment configurations. Uses find-skills for platform-specific guidance.
Advanced Claude Code usage guide covering token optimization, memory/context management, subagent architecture, parallelization strategies, verification loops, continuous learning, environment setup, workflow patterns, and agentic security. Use this skill whenever the user asks about Claude Code tips, best practices, workflows, optimization, context management, subagents, parallel work, efficient development setup, CLAUDE.md, hooks, skills creation, session management, or agent security. Also trigger on keywords like "Claude Code tips", "save tokens", "context management", "subagent", "parallel work", "workflow optimization", "CLAUDE.md", "memory persistence", "agent security", "prompt injection", "sandboxing".
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Spec-Driven AI Development — define and build in just two commands.
Define your feature. Claude builds exactly what the spec says — every change traced back to a requirement.
/spec auth "email login" → spec.md + design.md
/dev auth → plan → implement → verify → done
/spec + /devThe core workflow. Define what to build, then build it — with every change traced to a REQ.
/spec auth "user login with email and OAuth" # spec-writer → spec.md + design.md
/dev auth # planner → lead-engineer → verifier → done
/dev auth --team # parallel team (db/ui engineers)
/loop auth # review → fix → re-verify until all REQs pass
/createTurn a raw idea into a validated product concept. Seven forcing questions sharpen your thinking into a real product — then a virtual C-suite (CEO, CTO, CPO, CMO, CDO) debates your idea as a team, catching blind spots before you write a single spec. Details →
/create "AI recipe app that suggests meals from fridge photos"
# → 7 forcing questions → 3 approaches → C-suite team debate
# → VISION.md + C-REVIEW.md + DECISION.md → convert to /spec
/reforgeTransform an existing codebase into spec-driven development. Analyzes legacy code, accepts change specifications, generates feature specs — blending existing logic with requested modifications.
/reforge ./_legacy/old-project "Switch to App Router, add Tailwind"
# → analysis → change spec → delta → spec generation → validation
# → spec.md + design.md per feature → /dev [feature]
Independent commands for quality, security, and deployment. Full command list →
/review auth # spec compliance + code quality
/security --audit # OWASP Top 10 project-wide scan
/commit auth # auto-generate commit with REQ links
/pr auth # create PR with spec-based body
npx nextjs-claude-code@latest # install SDD workflow
/init # analyze codebase, populate spec docs
/spec auth "user login with email" # define a feature spec
/dev auth # implement the feature
Prerequisites: Node.js >= 18, Claude Code
Installation guide: For Humans | For Claude Code: curl -s https://raw.githubusercontent.com/ByeongminLee/nextjs-claude-code/main/docs/en/installation.md
Features are never completed in a single iteration. You ship a basic checkout, add coupons a month later, then subscriptions, then promotions. At every step you need to know what was built before and what changed.
spec/feature/[name]/) that persists throughout the project. Changes accumulate as history entries./create/reforge transforms existing projects into spec-driven development--team modeminimal / standard / strict intensity controlUser Claude Agents Files
──── ───────────── ─────
/create "idea" ──→ create-orchestrator ──→ spec/create/[name]/VISION.md
c-ceo/cto/cpo/cmo/cdo spec/create/[name]/C-REVIEW.md
spec/create/[name]/DECISION.md
/reforge [path] ──→ reforge-orchestrator──→ spec/reforge/[name]/ANALYSIS.md
"changes" codebase-analyzer spec/reforge/[name]/DELTA.md
reforge-spec-gen ──→ spec/feature/[name]/spec.md + design.md
npx claudepluginhub byeongminlee/nextjs-claude-code --plugin nextjs-claude-codeSpec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
一个Harness工程解决方案插件包
Specification-driven development workflow: specify → plan → tasks → implement
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Spec-driven development methodology for full-stack teams