DEV Community

Cover image for Personal Brand Guardian — AI-Powered Reputation Management This is a submission for the Runner H "AI Agent Prompting" Challenge
odinachi igbokwe
odinachi igbokwe

Posted on

Personal Brand Guardian — AI-Powered Reputation Management This is a submission for the Runner H "AI Agent Prompting" Challenge

Personal Brand Guardian — AI-Powered Reputation Management

This is a submission for the Runner H "AI Agent Prompting" Challenge


What I Built

Personal Brand Guardian is an automated online reputation manager, powered by Runner H’s multi-agent AI workflow. It tracks mentions of a public figure (in this case, “Henry O. Igbokwe”), analyzes sentiment and context, drafts smart responses, and compiles a weekly digest of brand activity—no PR team required.

Problem Solved

Entrepreneurs and creators struggle to keep up with every online mention, respond thoughtfully, and track their reputation. This workflow provides an always-on “AI assistant” for social listening, engagement, and brand management—ideal for business owners, founders, and influencers.


Demo

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description


Workflow Sample: AI Agents in Action

Agent 1 — Mention Analyzer

Input:

"@henryigbokwe he's dope. He's worked with a couple of A-list artists in Nigeria"

Output:


json
{
  "sentiment": "Positive",
  "topic": "music, career achievements",
  "platform": "Twitter",
  "author": "@henryigbokwe",
  "summary": "The user praises Henry O. Igbokwe for his impressive work with several A-list Nigerian artists."
}
Agent 2 — Response Strategist Output
json
Copy
Edit
{
  "tone": "Friendly",
  "respond": "Yes",
  "channel": "Reply directly",
  "objective": "Thank the user for the positive recognition and reinforce Henry O. Igbokwe's commitment to the music industry."
}
Agent 3 — Draft Response Generator Output
Thank you so much for the kind words! I’m honored to have worked with such amazing artists in Nigeria, and I appreciate your support. More great things to come—let’s keep pushing the industry forward! 

Sample Weekly Reputation Data Array
json
Copy
Edit
[
  {
    "mention": "@henryigbokwe he's dope. He's worked with a couple of A-list artists in Nigeria",
    "analysis": {
      "sentiment": "Positive",
      "topic": "music, career achievements",
      "platform": "Twitter",
      "author": "@henryigbokwe",
      "summary": "The user praises Henry O. Igbokwe for his impressive work with several A-list Nigerian artists."
    },
    "response_strategy": {
      "tone": "Friendly",
      "respond": "Yes",
      "channel": "Reply directly",
      "objective": "Thank the user for the positive recognition and reinforce Henry O. Igbokwe's commitment to the music industry."
    },
    "draft_response": "Thank you so much for the kind words! I’m honored to have worked with such amazing artists in Nigeria, and I appreciate your support. More great things to come—let’s keep pushing the industry forward! 🚀"
  },
  {
    "mention": "I heard @henryigbokwe is launching something new soon. Anyone have more details?",
    "analysis": {
      "sentiment": "Neutral",
      "topic": "business, upcoming projects",
      "platform": "Reddit",
      "author": "user123",
      "summary": "A user is asking for more information about Henry O. Igbokwe's rumored upcoming project."
    },
    "response_strategy": {
      "tone": "Professional",
      "respond": "Yes",
      "channel": "Reply directly",
      "objective": "Engage curiosity and invite the user to follow for official updates."
    },
    "draft_response": "Thanks for your interest! Stay tuned—exciting announcements are coming soon. Be sure to follow my page for updates!"
  },
  {
    "mention": "Not sure why people hype @henryigbokwe so much. Haven't seen anything special.",
    "analysis": {
      "sentiment": "Negative",
      "topic": "public perception, criticism",
      "platform": "Twitter",
      "author": "critic42",
      "summary": "A user expresses skepticism about Henry O. Igbokwe's achievements and reputation."
    },
    "response_strategy": {
      "tone": "Calm, Professional",
      "respond": "Yes",
      "channel": "Reply directly",
      "objective": "Acknowledge the opinion respectfully and share openness to feedback."
    },
    "draft_response": "Thank you for sharing your perspective. I value all feedback and am committed to continuous growth—always open to suggestions!"
  }
]
Agent 4 — Weekly Digest Composer Output
Weekly Digest Summary
Total mentions: 3 (1 positive, 1 neutral, 1 negative)

Top Mentions:

Twitter | @henryigbokwe | The user praises Henry O. Igbokwe for his impressive work with several A-list Nigerian artists.

Reddit | user123 | A user is asking for more information about Henry O. Igbokwe's rumored upcoming project.

Twitter | critic42 | A user expresses skepticism about Henry O. Igbokwe's achievements and reputation.

Top Fans: [@henryigbokwe]

Top Critics: [critic42]

Urgent Issues: None

How I Used Runner H
Trigger: New online mention is detected (Twitter, Reddit, etc).

Agent 1: Analyze the mention (sentiment, topic, summary, author).

Agent 2: Decide if and how to respond.

Agent 3: Generate a polished, on-brand reply.

Agent 4: Compile weekly digest report with highlights and insights.

Use Case & Impact
Who Benefits:
Entrepreneurs, small business owners, creators, founders—anyone building a brand online.

Impact:

Saves hours of manual searching and responding

Ensures timely, on-brand engagement

Surfaces urgent issues before they escalate

Compiles actionable, weekly brand health insights

Unique Angle:
Brings full-stack “AI PR team” power to individuals who can’t afford traditional PR or community managers.

Social Love
Sharing this project for the #RunnerHChallenge!
X/Twitter: @odinachiigbokwe
LinkedIn: linkedin.com/in/henryigbokwe

Team Submission: Solo project by Odinachi Henry Igbokwe
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
axrisi profile image
Nikoloz Turazashvili (@axrisi)

i guess makes sense to fix formatting. had same issue :)

Collapse
 
nachioflagos profile image
odinachi igbokwe

Haha, right? Formatting can really sneak up on you! Glad I’m not the only one 😅

Some comments may only be visible to logged-in visitors. Sign in to view all comments.