Amira Solis

Amira Solis

Generating with AI

A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right.
A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #1A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #2A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #3A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #4A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #5A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #6A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #7A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #8A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #9A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #10A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #11A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #12A slide titled 'Current State Audit' showing a personal brand checklist on the left and an interactive 'Brand completeness' progress tracker on the right. Fragment #13
This slide was generated for the topic:

Auditing and improving your personal brand with an interactive checklist and progress tracker.

Description provided by the user:

The user requested a slide designed as a professional tool for auditing personal brand assets. The goal was to create a consultant-style checklist that is both comprehensive and visually engaging. The slide needed to systematically list key branding elements like headshots, taglines, and online profiles. A key requirement was an interactive component to track the overall completeness of the brand, represented by a percentage. The slide should guide a discussion about identifying gaps, prioritizing improvements, and setting actionable goals.

This slide is part of:"Personal Brand Development" presentation

Categories

Generated Notes

Introduce the slide as a consultant-style audit of personal brand assets. Explain that the left side is a compact checklist and the right side is a live completeness gauge.
  1. Start with Headshot through About summary. Emphasize consistent, current visuals and a concise narrative.
  2. Move to GitHub README and Pinned repos. Stress clarity of role, tech focus, and recency.
  3. Cover LinkedIn headline and Featured section. Align language with the tagline and showcase signature work.
  4. Discuss Personal site/portfolio. Ensure a strong hero, case studies, and clear contact.
  5. Highlight Recent content and Talk recordings as proof of expertise and communication.
  6. End with Testimonials as social proof. Note where gaps exist.

On each click or advance, reveal the corresponding checkmark and briefly comment on what good looks like for that item.

On the right, set the editable percentage to reflect today’s reality. Explain that it’s a directional gauge to align the team on effort and sequencing.

Close with a call to action: choose three items to complete this week and set a target percentage to hit by the next check-in.

Behind the Scenes

How AI generated this slide

  1. Deconstruct the prompt for a 'Personal Brand Audit' slide, identifying the core requirements: a comprehensive checklist, an interactive progress gauge, and actionable insights with a professional, consultant-like aesthetic.
  2. Design a two-column layout using Tailwind CSS to separate the granular checklist on the left from the high-level dashboard on the right. This structure enhances clarity and user focus.
  3. Implement the checklist as a React component, mapping over an array of brand assets. Each item is wrapped in a Slidebook <Fragment> component to enable sequential animation reveals.
  4. Incorporate 'framer-motion' to animate the checkmarks. A scale and opacity animation is used for the container, while the SVG path is animated using the 'pathLength' property for a dynamic drawing effect, adding a polished feel to each reveal.
  5. Build the interactive 'Brand completeness' widget using React state ('useState') to manage the percentage. An editable number input allows for live updates, which in turn animates the width of a 'framer-motion' progress bar.
  6. Add a 'useMemo' hook to dynamically change the progress bar's color based on the percentage, providing immediate visual feedback on the level of brand completion (e.g., minimal, partial, or complete).
  7. Incorporate contextual information and calls-to-action, such as the 'Priority next' and 'Quality check' boxes, to guide the user's strategy. A final animated fragment at the bottom delivers a summary call-to-action.
  8. Generate detailed speaker notes that walk the presenter through each section of the slide, explaining how to use the interactive elements and how to structure the conversation around the audit.

Why this slide works

This slide is highly effective because it transforms a static audit into an interactive, engaging workshop tool. The two-column layout is a best practice in information design, clearly separating a detailed task list from a high-level summary dashboard, which prevents cognitive overload. The use of framer-motion for the checkmark reveals and the animated progress bar adds a professional, dynamic quality that keeps the audience engaged. By making the percentage gauge editable, the slide becomes a hands-on tool for real-time goal setting and progress tracking during a presentation or coaching session. The component-based React structure makes the code clean and maintainable. This approach successfully gamifies the process of a personal brand audit, making it a motivational and actionable experience rather than a simple review.

Slide Code

You need to be logged in to view the slide code.

Frequently Asked Questions

What is the purpose of the interactive percentage gauge?

The interactive percentage gauge serves as a dynamic and motivational tool. It transforms the qualitative concept of 'brand completeness' into a tangible, quantifiable metric. This allows users to get an immediate, high-level understanding of their current standing. By making it editable, it encourages active participation during a presentation or workshop, allowing for real-time adjustments as assets are discussed. This feature is crucial for setting clear, measurable goals (e.g., 'increase from 62% to 80% this quarter') and visually tracking progress over time, making the entire brand improvement process more concrete and strategic.

How are the checklist animations implemented?

The checklist animations are implemented using a combination of the '@slidebook/core' library's <Fragment> component and the 'framer-motion' animation library. Each checkmark in the list is wrapped in its own <Fragment index={...}>. This tells the presentation framework to treat each checkmark as a separate animation step. When the presenter advances the slide, the next <Fragment> becomes active, triggering the 'framer-motion' animations within it. The SVG checkmark itself uses two animations: its container animates 'scale' and 'opacity' for a pop-in effect, while the SVG 'path' element animates the 'pathLength' property from 0 to 1, creating a visually appealing drawing effect. This layered approach creates a polished and sequential reveal that highlights each audited item.

Why is this two-column layout effective for a brand audit?

The two-column layout is a deliberate design choice that enhances clarity and cognitive processing. It follows a common dashboard design pattern by separating granular details from high-level summaries. The left column provides a comprehensive, itemized checklist, allowing for a systematic and detailed review of each brand asset without distraction. The right column functions as a dashboard, synthesizing the information from the left into a single key performance indicator (the percentage gauge) and providing strategic, actionable insights in the 'Priority next' and 'Quality check' boxes. This separation allows the audience to easily switch focus between the micro-details of the checklist and the macro-level strategy, making the information easier to digest and act upon.

Related Slides

Want to generate your own slides with AI?

Start creating high-tech, AI-powered presentations with Slidebook.

Try Slidebook for FreeLaunch App