This is a complete rebuild of the Transform Personal Training website (www.transformpersonaltraining.com) to create a modern, fast, SEO-optimized, and mobile-responsive experience.
Business: Transform Personal Training
Location: 2900 N Broadway St, Chicago, IL 60657
Services: In-studio personal training, online coaching, nutrition guidance
Current Site: https://www.transformpersonaltraining.com
- Modern Design: Fresh, contemporary aesthetic that builds trust and authority
- Performance: Lightning-fast load times with excellent Core Web Vitals scores
- SEO Excellence: Top rankings for "personal training Chicago" and related keywords
- Mobile-First: Flawless experience on all devices
- Conversion-Focused: Clear CTAs and optimized forms for lead generation
- HighLevel Integration: Seamless connection to existing CRM
- Framework: Astro (performance-first static site generator)
- Styling: Tailwind CSS v4
- Hosting: Vercel or Netlify
- Forms: HighLevel integration via webhooks
- Analytics: Google Analytics 4, Google Search Console
- SEO: Schema.org JSON-LD, optimized meta tags
Transform Website/
├── .agent/ # Agent skills and workflows
│ ├── skills/
│ │ ├── architect/ # Planning and strategy
│ │ ├── designer/ # UI/UX design
│ │ ├── engineer/ # Development
│ │ └── sentinel/ # QA and testing
│ └── workflows/
├── docs/ # Documentation
│ ├── SEO_STRATEGY.md # Comprehensive SEO guide
│ └── HANDOFF_GUIDE.md # Designer/Engineer handoff
├── PLAN.md # Master project plan (single source of truth)
├── README.md # This file
└── [src/] # Source code (to be created)
The single source of truth for this project.
Contains:
- Current project status
- Complete tech stack specifications
- Design specifications
- Detailed roadmap (Phases 1-9)
- Bug log
- Next steps
Comprehensive SEO implementation guide.
Contains:
- Target keywords
- Meta tag templates
- Schema markup examples
- Core Web Vitals optimization
- Local SEO strategy
- Content strategy
Instructions for designer and engineer.
Contains:
- How to use the plan
- Prompts for each skill
- Asset requirements
- Integration details
Phase: Planning & Research ✅
Next Phase: Design System Creation
Ready For: Designer skill (@designer)
- Review and update
PLAN.mdas the project evolves - Keep roadmap current with completed tasks
- Clarify specs when designer/engineer has questions
- Maintain the "single source of truth"
- Read
PLAN.mdsections: Design Spec, SEO Strategy (for content structure) - Read
docs/HANDOFF_GUIDE.mdfor detailed instructions - Create design system in Tailwind config
- Design all page layouts and components
- Update
PLAN.mdwith design decisions
- Read
PLAN.mdsections: Tech Spec, Roadmap - Read
docs/HANDOFF_GUIDE.mdfor detailed instructions - Implement designs using Astro + Tailwind
- Integrate HighLevel forms
- Optimize for performance and SEO
- Update
PLAN.mdroadmap as tasks complete
- Review
PLAN.mdfor acceptance criteria - Test all functionality across devices/browsers
- Audit SEO implementation
- Verify Core Web Vitals scores
- Document bugs in
PLAN.mdBug Log
# Create new Astro project with Tailwind
npm create astro@latest . -- --template minimal --install --git --typescript strict --tailwind
# Install additional dependencies
npm install @astrojs/sitemap @astrojs/image
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Current Website: https://www.transformpersonaltraining.com
- Google Business: [To be added]
- HighLevel Account: [Credentials needed from user]
- Domain Registrar: [To be confirmed with user]
Business Owner: Dave Bostik
Business Phone: (312) 635-5139
Business Email: contact@email.transformfitcoach.com
Studio Address: 2900 N Broadway St, Chicago, IL 60657
- ✅ Planning Complete - PLAN.md and SEO_STRATEGY.md created
- ⏳ Gather Assets - Logo, photos, testimonials, HighLevel credentials
- ⏳ Design Phase - Use
@designerskill to create design system - ⏳ Development Phase - Use
@engineerskill to build website - ⏳ QA Phase - Use
@sentinelskill to test and audit - ⏳ Launch - Deploy to production and migrate domain
Refer to PLAN.md for detailed specifications. If you need clarification on any aspect of the project, ask the Architect (@architect skill) to update the plan.