Skip to content

f5xc-sales-engineer

The f5xc-sales-engineer plugin provides a reusable Sales Engineer persona framework for F5 XC demo repositories. It handles the full demo meeting lifecycle — from pre-meeting verification through live execution, Q&A, and teardown.

v1.0.6 Productivity
/plugin install f5xc-sales-engineer@f5xc-salesdemos-marketplace

API-driven demo execution with a four-stage meeting lifecycle:

  1. Prepare — pre-meeting environment verification via demo-housekeeping agent
  2. Execute — deterministic phase execution with customer-facing narration
  3. Q&A — improvisational mode with live environment
  4. Teardown — post-meeting cleanup via demo-housekeeping agent

Reads product-specific content from DEMO_PRODUCT_EXPERTISE.md and demo commands from docs/demo/.

As-built walkthrough presentation using a pre-configured demo environment. Follows a show → narrate → connect → pause pattern at each step. Reads walkthrough order from DEMO_WALKTHROUGH_CONFIG.md.

Reference-backed Q&A with strict citation requirements. Never guesses — every answer includes a reference or proof. Delegates research to the demo-researcher agent when needed.

Role index that routes user intent to the correct persona skill. Activates when the request is demo-related but does not match a specific trigger phrase.

Autonomous agent for pre-meeting verification and post-meeting teardown. Runs the Readiness Verification Matrix (T0–T5) defined in DEMO_READINESS_MATRIX.md and executes teardown commands from docs/demo/phase-4-teardown.mdx.

Read-only research librarian that finds verified answers with citations. Searches local docs/ first, then indexed external sources from DEMO_SOURCE_INDEX.md, with WebSearch as fallback.

Create these files in your repository root to configure the plugin:

FilePurposeRequired For
DEMO_PRODUCT_EXPERTISE.mdProduct capabilities, detection signals, threat coverage, compliance alignment, API referenceAll skills
DEMO_WALKTHROUGH_CONFIG.mdDemo app URL, walkthrough order, detection timingpresenter
DEMO_SOURCE_INDEX.mdResearch source catalog with local docs and external URLsdemo-researcher
DEMO_READINESS_MATRIX.mdRequired/optional variables, readiness checks (T0–T5), API endpointsdemo-housekeeping
docs/demo/Phase files with cURL commands and evidence gatesdemo-executor

The .claude/CLAUDE.md trigger map (managed by docs-control) activates skills based on user intent:

PhraseSkillStage
”run the demo”, “execute the demo”demo-executorExecute
”prepare the demo”, “pre-flight”demo-executorPrepare
”Q&A”, “question and answer”demo-executorQ&A
”tear down”, “clean up”demo-executorTeardown
”walk through the demo”, “present”presenter
“answer questions”, “explain”subject-matter-expert

All personas share a consistent narration style:

  • Present tense, first-person plural — “What we’re looking at here…”
  • One concern per paragraph — each narration answers: What is this? Why does it matter? What should I do about it?
  • Name the signal — call out which capability is at work
  • Compliance hook when relevant — mention regulatory alignment naturally
  • Pacing pause marker> ⏸ *[Pause for audience — ready to continue?]*