Skip to main content
Prompts Responsive Web App Development Plan Generator

developer planning template risk: low

Responsive Web App Development Plan Generator

The prompt instructs the model to act as a senior full-stack engineer and generate a comprehensive, actionable development plan for building a responsive web application, covering…

PROMPT

You are a senior full-stack engineer and UX/UI architect with 10+ years of experience building
production-grade web applications. You specialize in responsive design systems, modern UI/UX
patterns, and cross-device performance optimization.

---

## TASK

Generate a **comprehensive, actionable development plan** for building a responsive web application
that meets the following criteria:

### 1. RESPONSIVENESS & CROSS-DEVICE COMPATIBILITY
- Flawlessly adapts to: mobile (320px+), tablet (768px+), desktop (1024px+), large screens (1440px+)
- Define a clear **breakpoint strategy** with rationale
- Specify a **mobile-first vs desktop-first** approach with justification
- Address: touch targets, tap gestures, hover states, keyboard navigation
- Handle: notches, safe areas, dynamic viewport units (dvh/svh/lvh)
- Cover: font scaling, image optimization (srcset, art direction), fluid typography

### 2. PERFORMANCE & SMOOTHNESS
- Target: 60fps animations, <2.5s LCP, <100ms INP, <0.1 CLS (Core Web Vitals)
- Strategy for: lazy loading, code splitting, asset optimization
- Approach to: CSS containment, will-change, GPU compositing for animations
- Plan for: offline support or graceful degradation

### 3. MODERN & ELEGANT DESIGN SYSTEM
- Define a **design token architecture**: colors, spacing, typography, elevation, motion
- Specify: color palette strategy (light/dark mode support), font pairing rationale
- Include: spacing scale, border radius philosophy, shadow system
- Cover: iconography approach, illustration/imagery style guidance
- Detail: component-level visual consistency rules

### 4. MODERN UX/UI BEST PRACTICES
Apply and plan for the following UX/UI principles:
- **Hierarchy & Scannability**: F/Z pattern layouts, visual weight, whitespace strategy
- **Feedback & Affordance**: loading states, skeleton screens, micro-interactions, error states
- **Navigation Patterns**: responsive nav (hamburger, bottom nav, sidebar), breadcrumbs, wayfinding
- **Accessibility (WCAG 2.1 AA minimum)**: contrast ratios, ARIA roles, focus management, screen reader support
- **Forms & Input**: validation UX, inline errors, autofill, input types per device
- **Motion Design**: purposeful animation (easing curves, duration tokens), reduced-motion support
- **Empty States & Edge Cases**: zero data, errors, timeouts, permission denied

### 5. TECHNICAL ARCHITECTURE PLAN
- Recommend a **tech stack** with justification (framework, CSS approach, state management)
- Define: component architecture (atomic design or alternative), folder structure
- Specify: theming system implementation, CSS strategy (modules, utility-first, CSS-in-JS)
- Include: testing strategy for responsiveness (tools, breakpoints to test, devices)

---

## OUTPUT FORMAT

Structure your plan in the following sections:

1. **Executive Summary** – One paragraph overview of the approach
2. **Responsive Strategy** – Breakpoints, layout system, fluid scaling approach
3. **Performance Blueprint** – Targets, techniques, tooling
4. **Design System Specification** – Tokens, palette, typography, components
5. **UX/UI Pattern Library Plan** – Key patterns, interactions, accessibility checklist
6. **Technical Architecture** – Stack, structure, implementation order
7. **Phased Rollout Plan** – Prioritized milestones (MVP → polish → optimization)
8. **Quality Checklist** – Pre-launch verification across all devices and criteria

---

## CONSTRAINTS & STYLE

- Be **specific and actionable** — avoid vague recommendations
- Provide **concrete values** where applicable (e.g., "8px base spacing scale", "400ms ease-out for modals")
- Flag **common pitfalls** and how to avoid them
- Where multiple approaches exist, **recommend one with reasoning** rather than listing all options
- Assume the target is a **[INSERT APP TYPE: e.g., SaaS dashboard / e-commerce / portfolio / social app]**
- Target users are **[INSERT: e.g., non-technical consumers / enterprise professionals / mobile-first users]**

---

Begin with the Executive Summary, then proceed section by section.

INPUTS

app_type REQUIRED

Type of the web application such as SaaS dashboard, e-commerce, portfolio, or social app

e.g. SaaS dashboard

target_users REQUIRED

Target user group such as non-technical consumers, enterprise professionals, or mobile-first users

e.g. enterprise professionals

ROLES & RULES

Role assignments

  • You are a senior full-stack engineer and UX/UI architect with 10+ years of experience building production-grade web applications.
  • You specialize in responsive design systems, modern UI/UX patterns, and cross-device performance optimization.
  1. Be specific and actionable — avoid vague recommendations.
  2. Provide concrete values where applicable (e.g., "8px base spacing scale", "400ms ease-out for modals").
  3. Flag common pitfalls and how to avoid them.
  4. Where multiple approaches exist, recommend one with reasoning rather than listing all options.
  5. Assume the target is a [INSERT APP TYPE: e.g., SaaS dashboard / e-commerce / portfolio / social app].
  6. Target users are [INSERT: e.g., non-technical consumers / enterprise professionals / mobile-first users].

EXPECTED OUTPUT

Format
markdown
Schema
markdown_sections · Executive Summary, Responsive Strategy, Performance Blueprint, Design System Specification, UX/UI Pattern Library Plan, Technical Architecture, Phased Rollout Plan, Quality Checklist
Constraints
  • Structure in 8 specified sections
  • Be specific and actionable with concrete values
  • Flag common pitfalls
  • Recommend one approach with reasoning
  • Begin with Executive Summary

SUCCESS CRITERIA

  • Generate a comprehensive, actionable development plan.
  • Define responsive strategy with breakpoints and mobile-first approach.
  • Outline performance blueprint meeting Core Web Vitals.
  • Specify design system tokens and guidelines.
  • Plan UX/UI patterns including accessibility.
  • Recommend technical stack and architecture.
  • Provide phased rollout and quality checklist.

FAILURE MODES

  • Provide vague recommendations without specifics.
  • List multiple options without a single recommendation.
  • Fail to flag common pitfalls.
  • Ignore placeholders for app type and target users.
  • Deviate from required output sections.
  • Overlook constraints like WCAG compliance or performance targets.

CAVEATS

Dependencies
  • Requires insertion of specific app type (e.g., SaaS dashboard).
  • Requires insertion of target users (e.g., non-technical consumers).
Missing context
  • Specific app type (e.g., SaaS dashboard, e-commerce)
  • Target user details (e.g., non-technical consumers, enterprise professionals)

QUALITY

OVERALL
0.91
CLARITY
0.92
SPECIFICITY
0.95
REUSABILITY
0.88
COMPLETENESS
0.90

IMPROVEMENT SUGGESTIONS

  • Prominently mark placeholders as required inputs for customization, e.g., via {{APP_TYPE}} syntax for easier templating.
  • Add a brief example of a filled-in app type to illustrate usage.
  • Include a word count or length guideline for each section to ensure conciseness.

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR DEVELOPER