Add interaction-reference skill for BYOA agent behavioral steering#8
Open
Add interaction-reference skill for BYOA agent behavioral steering#8
Conversation
added 3 commits
March 29, 2026 23:02
Incorporate the Carta AI Agent Interaction Reference (external) as a plugin skill so that customer BYOA agents (Claude Code, Cowork) follow Carta's voice, tone, financial precision, and data provenance rules when presenting cap table data. - New skill: interaction-reference (user-invocable: false) with the full external reference inlined as the skill body - SessionStart hook enhanced to remind Claude to co-load this skill alongside domain skills - README updated with the new skill entry
Remove behavioral/presentation rules that now overlap with the interaction-reference skill: disclaimer template, table format example, bar chart rendering rules, and generic "state assumptions" guidance. Keeps all domain logic: required inputs blocking, round math formula, option pool shuffle, SAFE/note conversion math, data retrieval commands.
Inline updated carta-ai-agent-interaction-reference-external.md which adds third-party data source citation, "I don't know" guidance, and data visualization as a response format.
etarhan
requested changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exec Summary
Adds Carta's AI Agent Interaction Reference as a plugin skill to steer how customer BYOA agents (Claude Code, Cowork) present cap table data. When the plugin is installed, the agent automatically follows Carta's voice, tone, financial precision, and data provenance standards — distinguishing Carta data from agent-computed data, citing sources, and using consistent Carta terminology.
Key Design Decisions
user-invocable: false— Background knowledge, not a user command. Description stays in context; Claude auto-invokes alongside domain skills.Summary of Changes
interaction-referenceskill — Carta's behavioral rules for presenting cap table data (voice, tone, financial precision, data provenance, trust & safety, audience calibration). Auto-loaded alongside domain skills for every Carta query.Affected user flows
Other changes
A/B Testing
Ran side-by-side sessions using git worktrees — one with the interaction-reference skill, one without (baseline). Tested pro-forma modeling prompts. Key observed deltas: data provenance labeling ("from Carta" attribution), best-effort disclaimers on agent-computed data, ASCII bar chart visualization, and more direct BLUF structure. Stripping presentation guidance from the domain skill amplified the delta significantly.
TODOs
Test Coverage Delta
No automated tests. Manual A/B testing via worktree-based side-by-side sessions (demo transcripts in
_temp_ray/).Demo
Carta.AI.Agent.Interaction.Guide.demo.mov