22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
# 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.
|