Files
auto.juozas.lt/docs/superpowers/plans/2026-05-02-juozas-auto.md
2026-05-02 22:32:02 +00:00

1.3 KiB

Juozas Auto Implementation Plan

For agentic workers: REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (- [ ]) syntax for tracking.

Goal: Build a production-ready Astro and Tailwind static website for Juozas Auto.

Architecture: Use Astro content collections for cars, small server-rendered components for layout and SEO, and one lightweight client gallery script. Keep configuration, Lithuanian strings, formatting utilities, and schema helpers separate so listing pages stay simple.

Tech Stack: Astro 4, TypeScript, Tailwind CSS, Astro Image, content collections, Vitest, static Vercel output.


Tasks

  • Scaffold Astro, Tailwind, sitemap, TypeScript, Vitest, and base config.
  • Add formatting, slug, excerpt, contact, and JSON-LD utilities with tests.
  • Add car content schema and three example listings with local photos.
  • Build shared layout, header, footer, SEO, Meta Pixel, JSON-LD, and contact components.
  • Build homepage, listing pages, about, contact, robots, and Meta CAPI stub.
  • Add styling tokens, responsive layout, gallery behavior, and accessibility polish.
  • Update README and run full verification: tests, build, and 375px browser inspection.