Rooted Growth Consulting
Report Generator — Admin Access
← Consulting
Report Generator
—
Unsaved
One-time setup required. Run this SQL in your Supabase SQL Editor before saving:
CREATE TABLE consulting_report_data (
  id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
  engagement_id uuid NOT NULL UNIQUE,
  user_id uuid NOT NULL,
  data jsonb,
  sent_at timestamptz,
  updated_at timestamptz DEFAULT now()
);
ALTER TABLE consulting_report_data ENABLE ROW LEVEL SECURITY;
CREATE POLICY "Users manage their own report data"
  ON consulting_report_data FOR ALL
  USING (auth.uid() = user_id) WITH CHECK (auth.uid() = user_id);
1
Report Details
2
Assessment Scores
Auto-loaded from audit
Loading audit data…
3
Executive Summary
4
Key Findings
5
Recommendations
Up to 5
6
Roadmap
7
Next Steps
Preview
Assessment Report
Culture & Learning Assessment
Organisation Name
Prepared For
—
Engagement
—
Date
—
Prepared By
Jonathan Maydwell
—/5.0
Awaiting Assessment
Overall score across all six domains of culture and learning readiness.
Executive Summary
Your executive summary will appear here as you type.
Assessment Results
Scores will appear once the audit is loaded.
Key Findings
Strengths
Strengths will appear here.
Priority Gaps
Priority gaps will appear here.
Opportunities
Opportunities will appear here.
Recommendations
Roadmap
Next Steps
From here, we:
Next steps will appear here as you type.
Rooted Growth Consulting
Learn with Maydwell
Jonathan Maydwell
learnwithmaydwell@gmail.com
learnwithmaydwell.com