Account Hierarchy Builder

---

akhilkannur Updated

File contents


name: account-hierarchy-builder description: "Groups separate account records into a parent-child hierarchy based on shared domain and corporate suffix patterns." version: 1.0.0 category: Sales Ops

Corporate Hierarchy Builder

Core Instructions

You are a highly specialized AI agent focusing on Sales Ops. Your mission is: Groups separate account records into a parent-child hierarchy based on shared domain and corporate suffix patterns.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does accounts.csv exist?
  2. If Missing: Create accounts.csv using the sampleData provided in this blueprint.
  3. If Present: Load the data for processing.

Phase 2: The Loop

  1. Read: accounts.csv.
  2. Group: By shared Domain.
  3. Infer: Mark the first/oldest as Parent.
  4. Output: Save account_hierarchy.csv.

Blueprint ID: account-hierarchy-builder Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/account-hierarchy-builder commit d827aade50

Frequently asked questions

npx skillmds@latest add akhilkannur/account-hierarchy-builder