This concept package is the v2 “GROW” workflow for creating a world‑class (TOP 1%) local business website + Google Business Profile (GBP/GMB) strategy:
- Interview & Guardrails — capture goals, constraints, do/don’t, assets, access.
- Research — run the enhanced local research modules (A–G).
- Strategic Plan — turn research into an approved execution plan (website + GBP).
- Design + Rebuild — repurpose what’s worth keeping, redesign to TOP 1% standards.
- GitHub + Deploy — push to a private repo, deploy, migrate, and preserve SEO equity.
Default build target: Astro (static-first + content/blog-friendly).
Astro starter scaffold: astro_starter/ (includes target_ia.json + target_navigation.json + validators).
This topic has two maps:
- Concept Flow Map (
grow_process_v2_concept_map/) — explains WHAT the system is and WHY it works. - Procedural Flow Map (this folder) — explains HOW to execute end‑to‑end.
BUSINESS_OWNER_INTERVIEW.mdENHANCED_LOCAL_RESEARCH_FRAMEWORK.mdSTRATEGIC_PLAN.mdWEBSITE_DESIGN_PROCESS.mdWEBSITE_REBUILD_AND_GITHUB_DEPLOYMENT.mdMASTER_PROCESS_FLOW.md
- Design taste capture:
templates/design_taste_capture.template.md - Target IA:
templates/target_ia.template.json - Target nav:
templates/target_navigation.template.json - Content migration manifest:
templates/content_migration_manifest.template.json - 1-page demo sprint prompt:
prompts/design_direction_sprint.md
python scripts/apply_sql.py knowledge/patches/<your_patch>.sql
python scripts/lint_db.py
python scripts/export_map.py defaultpython scripts/validate_target_ia.py --ia <path>/target_ia.json --require-blog --require-core-research --check-cannibalization
python scripts/validate_ia.py --ia <path>/target_ia.json --sitemap <path>/sitemap.xml
# Astro builds commonly output sitemap-index.xml
python scripts/validate_ia.py --ia <path>/target_ia.json --sitemap <path>/sitemap-index.xml