account-hierarchy-builder

star 3

Groups separate account records into a parent-child hierarchy based on shared domain and corporate suffix patterns.

akhilkannur By akhilkannur schedule Updated 2/4/2026

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

Install via CLI
npx skills add https://github.com/akhilkannur/marketing-agent-blueprints --skill account-hierarchy-builder
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator