AI Skill Report Card

Architecting AI Buildable Websites

A-87ยทSep 22, 2026ยทSource: Web
Markdown
--- name: architecting-ai-buildable-websites description: Generates complete website blueprints and copy-paste AI build master prompts from a topic or reference URL. Produces page structure, section-by-section content/animation/visual specs scaled to budget tier, an optional live-sync AI chatbot spec, and a final production-ready master prompt for AI code builders (v0, Bolt.new, Cursor). Use when a user wants a website planned and built via AI tools, wants a reference site reverse-engineered, or needs free tools/resources to build a site at zero cost. ---
14 / 15

Given only a topic (e.g., "premium dental clinic website") or a reference URL, immediately produce all outputs in one pass โ€” never ask clarifying questions first. Default budget tier: Premium / High-End Agency Standard.

Output order is always:

  1. Input Analysis / Link Breakdown
  2. Page Structure & Section-by-Section Breakdown
  3. (Only if user explicitly requested it) Live-Sync AI Chatbot Spec
  4. ๐Ÿค– Copy-Paste AI Agent Master Prompt
Recommendationโ–พ
Add a fallback for ambiguous non-English trigger phrases (e.g. 'agar mein kaho tab add krna') โ€” clarify this is Hinglish and may need broader pattern matching for robustness.
14 / 15

Progress:

  • Stage 1: Analyze input (topic inference or URL reverse-engineering) + set budget tier
  • Stage 2: Build Page Structure (core pages + 1-2 niche pages)
  • Stage 3: Section-by-Section Breakdown per page (Layout, Animation, Visual Prompt)
  • Stage 4: If user said "chatbot add karo" / requested live-sync assistant โ†’ insert Chatbot Spec block
  • Stage 5: Generate the Ultimate AI Build Master Prompt
  • Stage 6: If user asks about free tools/resources โ†’ generate a tailored (non-generic) recommendation list

Stage 1 โ€” Input & Analysis

  • Topic given: Infer industry, target audience, brand tone, and top 2 conversion goals (e.g., book appointment, request quote, sign up).
  • URL given: Reverse-engineer color palette (hex-guess), typography style, layout hierarchy, animation cues, and identify what to enhance.
  • Budget tier defaults (state assumption explicitly, never ask):
    • Not stated โ†’ Premium: smooth scroll, parallax, layered micro-interactions, sleek modern UI, cursor effects.
    • "~$4k" or "moderate" โ†’ fade-in-on-scroll, hover scale, sticky header, simple transitions.
    • "$10k+" / "custom" / "advanced" โ†’ 3D/WebGL accents, custom cursor, scroll-linked storytelling animations.

Stage 2 โ€” Page Structure

Always include: Home, Services/Solutions, About Us, Contact Us. Add 1โ€“2 high-value niche pages based on industry (Portfolio, Pricing, Case Studies, Booking, Menu, etc.)

Stage 3 โ€” Section-by-Section Breakdown

For every section on every page, use this exact template:

Markdown
### [Section Name] - **Layout & Content Strategy:** [Headline hook, body copy intent, CTA, layout elements, conversion goal] - **Animation & Motion Design:** [Specific interaction, scaled to budget tier, tied to a UX purpose] - **Visual Asset Prompt:** [Ultra-specific image/video generation prompt โ€” subject, lighting, angle, mood, style, color grading]

Minimum sections per page: Hero, 2โ€“4 content/value sections, Social Proof/Testimonials, CTA/Closing. Contact page must include a functional form section spec.

Stage 4 โ€” Conditional: Live-Sync AI Chatbot

Trigger only when the user explicitly says something like "agar mein kaho tab add krna" / "chatbot add karo" / requests a bot that auto-knows updates.

When triggered, insert this block (adapted to the site's niche) right before the Master Prompt:

Markdown
undefined
Recommendationโ–พ
Expand examples to show actual full output snippets (e.g. a real section breakdown block) rather than just describing what would be produced, to fully meet the 'concrete input/output pairs' bar.

Purpose: A chatbot that always reflects the current state of the business (services, pricing, offers, availability) without manual retraining โ€” it reads from a single source of truth and answers customers in real time.

Architecture:

  • Single Source of Truth: A structured business-data.json (or headless CMS / Notion / Google Sheet via API) containing: services list, pricing, hours, active offers, FAQs, contact policies.
  • Sync Mechanism: Chatbot's system prompt/context is dynamically injected from this data source on every request (RAG-lite pattern) โ€” no redeploy needed when data changes; edit the JSON/Sheet and the bot instantly "knows."
  • Stack: Next.js API route โ†’ fetch latest data source โ†’ inject into system prompt โ†’ call LLM (OpenAI/Claude API) โ†’ stream response to a floating chat widget (Framer Motion entrance animation, bottom-right, matches site's dark/neon theme).
  • Fallback Behavior: If a query falls outside known data, bot offers to connect to a human via the Contact form instead of hallucinating.
  • Real-Time Guidance Role: Proactively suggests relevant service pages/CTAs mid-conversation (e.g., "Since you asked about X, here's our current price โ€” want me to open the booking page?").

Update Rule: Whenever the user says "update the chatbot" with new info, regenerate/append to business-data.json only โ€” never touch chatbot logic code.


### Stage 5 โ€” Ultimate AI Build Master Prompt
Always the final output, formatted exactly as:

```markdown

[Copy everything below this line into your AI code builder like v0, Bolt.new, or Cursor]

"Act as an expert Full-Stack Developer and UI/UX Designer. Build a fully responsive, high-converting professional website based on the following specifications:

  • Tech Stack: Next.js (App Router), Tailwind CSS, Lucide Icons, and Framer Motion for smooth animations.
  • Design System: Modern minimalist aesthetic, high contrast, clean typography (Inter + Outfit), professional color palette (Dark mode default with neon/gradient accents) โ€” [insert specific hex codes derived from Stage 1].
  • Architecture & Pages:
    1. Home Page: [exact section list from Stage 3]
    2. Services Page: [exact section list]
    3. About Us Page: [exact section list]
    4. Contact Us Page: [exact section list, functional form with name/email/message + validation]
    5. [Niche Page]: [exact section list]
  • Animation Rules: [Restate the budget-tier animation set from Stage 1, mapped to specific sections]
  • [If chatbot triggered] Chatbot Integration: Add a floating chat widget synced to a business-data.json data source, using an API route that injects live data into the system prompt before every LLM call.
  • Global Rules: Fully mobile responsive, SEO-optimized semantic HTML, accessibility-compliant (WCAG 2.1 AA), clean component-driven file architecture (/components, /app, /lib), smooth scroll behavior, and budget-appropriate scroll animations throughout."

### Stage 6 โ€” Conditional: Free Resource Recommendations
**Trigger:** User asks about free platforms, free AI website builders, or free video/image assets.

**Rule:** Never return a static generic list. Tailor to the exact niche/topic discussed:
- Match **Free AI Web Builders** (that allow code export/download) to the site's complexity โ€” e.g., simpler content sites vs. app-like dashboards need different tools.
- Match **Free stock video/image sources** to the *visual mood* already defined in the Visual Asset Prompts (e.g., minimalist dental clinic โ‰  moody restaurant โ‰  tech SaaS).
- Always give 3โ€“5 tool names with a one-line reason each ("best for X because Y"), never an unexplained dump.
- If the niche has unusual asset needs (e.g., medical, legal, food), flag licensing/compliance caution.
16 / 20

Example 1: Input: "Make me a website for a boutique coffee roastery, no budget mentioned." Output:

  • Stage 1: States "Assumed Premium tier." Infers audience = specialty coffee enthusiasts, tone = warm/artisanal/premium, goals = online orders + wholesale inquiries.
  • Stage 2: Pages = Home, Shop/Products, Our Story (About), Wholesale (niche), Contact.
  • Stage 3: Full section breakdown for each page (Hero with parallax steam/coffee pour visual prompt, product grid with hover-lift animation, etc.)
  • Stage 5: Full copy-paste master prompt with warm brown/cream + gold accent palette, Inter+Outfit fonts, Framer Motion parallax rules.

Example 2: Input: "Here's a link [SaaS landing page URL] โ€” copy this hero style but for my fintech app, agar mein kaho tab chatbot add krna." Output:

  • Stage 1: Link Breakdown (palette, hierarchy, animation style observed) โ†’ adapted for fintech tone (trust, security, clean data-viz).
  • Stage 2 & 3: Full blueprint.
  • No chatbot block yet (not explicitly requested this turn) โ€” only added when user later says "ab chatbot add karo."
  • Stage 5: Master prompt only.
Recommendationโ–พ
Include an example of the free-resource recommendation output (Stage 6) since it's a distinct workflow branch not otherwise illustrated.
  • Never stall on missing info โ€” state the assumed budget/tone and move forward.
  • Every visual prompt must be production-grade specific (subject, lighting, angle, lens feel, mood, color grading) โ€” never "add a nice photo here."
  • Every animation must be justified by a UX purpose (draw attention to CTA, signal scroll progress, reinforce trust) โ€” never decorative-only.
  • Keep identical formatting across all sections/pages for clean AI-agent handoff.
  • Only include the Chatbot Spec when the user has explicitly asked for it (respect the "agar mein kaho tab add krna" instruction).
  • For free-resource questions, always personalize to the niche โ€” zero generic lists.
  • โŒ Asking "what's your budget?" before producing anything โ€” always default and proceed.
  • โŒ Vague visual prompts like "professional image of a business."
  • โŒ Adding the chatbot spec unprompted โ€” it's opt-in only.
  • โŒ Giving a copy-pasted static tool list for free resources regardless of niche.
  • โŒ Skipping the final Master Prompt block โ€” it must always be the last output.
  • โŒ Inconsistent section template formatting between pages.
0
Grade A-AI Skill Framework
Scorecard
Criteria Breakdown
Quick Start
14/15
Workflow
14/15
Examples
16/20
Completeness
16/20
Format
14/15
Conciseness
13/15