workflow-design-nextjs

workflow-design-nextjs is a command for Claude Code from rcdelacruz/claude-code-agents. It costs 8 tokens per session (694 once invoked), scanned A, original, MIT.

A design command for planning the architecture of a Next.js application, including its routes, data fetching, state, APIs, and loading behavior. Next.js is a framework for building web applications with JavaScript or TypeScript.

In plain words
What is it for?
Use it to design App Router layouts, protected areas, server and client components, data-fetching choices, Suspense boundaries, state management, API routes, webhooks, and server actions.
Why use it?
It turns broad application requirements into a concrete structure before implementation, reducing uncertainty about where code and data should live.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/rcdelacruz/claude-code-agents/workflow-design-nextjs
Clone the repo
git clone --depth 1 https://github.com/rcdelacruz/claude-code-agents

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow-design-nextjs

README.md
[![agentmods](https://agentmods.dev/badge/commands/rcdelacruz/claude-code-agents/workflow-design-nextjs.svg)](https://agentmods.dev/commands/rcdelacruz/claude-code-agents/workflow-design-nextjs)
Your own site
<a href="https://agentmods.dev/commands/rcdelacruz/claude-code-agents/workflow-design-nextjs"><img src="https://agentmods.dev/badge/commands/rcdelacruz/claude-code-agents/workflow-design-nextjs.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 694 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00008 $0.00694
Opus 5 $0.00004 $0.00347
Sonnet 5 $0.00002 $0.00139
Haiku 4.5 $0.00001 $0.00069

Measured 4d ago against content hash a4ee6e67caf8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflow-design-nextjs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/workflow-design-nextjs.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are in NEXT.JS DESIGN MODE.

Use the fullstack-js-savant agent to design a modern Next.js application architecture.

Design Workflow

1. Application Structure Design

  • App Router Layout: Design layout hierarchy and nested routes
  • Server vs Client Components: Plan which components should be Server/Client
  • Data Fetching Strategy: Determine where to fetch data (Server Components, Route Handlers, Server Actions)
  • Streaming Strategy: Plan Suspense boundaries and loading states

2. Routing Architecture

app/
├── (auth)/
│   ├── login/
│   └── signup/
├── (dashboard)/
│   ├── layout.tsx (protected layout)
│   ├── page.tsx
│   └── [features]/
└── api/
    ├── trpc/
    └── webhooks/

3. State Management Design

  • Server State: React Query/TanStack Query configuration
  • Client State: Zustand, Jotai, or Context API
  • Form State: react-hook-form with Zod schemas
  • URL State: searchParams for filters and pagination

4. API Layer Design

  • tRPC Setup: Define routers and procedures
  • Route Handlers: REST endpoints for webhooks, third-party integrations
  • Server Actions: Form submissions, mutations
  • Middleware: Authentication, rate limiting, logging

5. Database Integration

  • Prisma Schema: Design entities and relationships
  • Query Patterns: Plan data fetching patterns to avoid N+1 queries
  • Caching: Redis for session, query results, rate limiting

6. Authentication Flow

  • NextAuth.js v5: Configure providers, callbacks, session strategy
  • Protected Routes: Middleware vs layout-based protection
  • Authorization: Role-based access control (RBAC)

7. UI Component Strategy

  • shadcn/ui Components: Which components to install
  • Custom Components: Shared UI components structure
  • Theme System: Dark mode, color schemes, typography

8. Performance Planning

  • Bundle Optimization: Code splitting strategy, dynamic imports
  • Image Optimization: next/image usage patterns
  • Font Optimization: next/font configuration
  • Caching Headers: ISR, SSG, dynamic rendering decisions

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 91 lines · 8 tokens per session scan A a4ee6e67caf8

Subscribe to this mod's changes

workflow-design-nextjs is a command published in the GitHub repository rcdelacruz/claude-code-agents (2 stars, last pushed 10mo ago), licensed MIT. It adds 8 tokens to every session and 694 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.