revamp carta-investors tutorial: role picker, use-case sections, firm snapshot#38
Closed
annettex11 wants to merge 2 commits intomainfrom
Closed
revamp carta-investors tutorial: role picker, use-case sections, firm snapshot#38annettex11 wants to merge 2 commits intomainfrom
annettex11 wants to merge 2 commits intomainfrom
Conversation
- Section 1: replace plugin skill list with 10 use-case examples drawn from real adoption patterns (year-end reporting, KPI dashboards, fundraising deck data, capital call reconciliation, etc.) plus a paragraph on how early adopters are using it - Section 2 (new): live firm snapshot that queries ALLOCATIONS, AGGREGATE_INVESTMENTS, PARTNER_DATA, and MONTHLY_NAV_CALCULATIONS to surface fund/SPV count, active portfolio companies, LP count, and total NAV - Renumber remaining sections (Verify Setup → §3, demos → §4–6, wrap-up → §7) and update wrap-up cheat sheet to match new use cases Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Section 1 now asks the user to identify as GP, CFO/Controller, or Deal Team (1/2/3), then shows a role-specific use case table, key tables, and "start here" prompts tailored to that persona. Section 4 demo and Section 7 wrap-up cheat sheet also branch on the selected role. Automatic role detection from firm settings is not yet available via the carta MCP — this is noted as a future improvement once the firm people endpoint is exposed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing — carta/plugins is a read-only mirror. Reopening in carta/claude-marketplace per the auto-publish pipeline. |
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.
Summary
Full revamp of the
carta-investors-tutorialskill to make the first-run experience more engaging and personalized.What changed:
1/2/3role question (GP, CFO/Controller, Deal Team). Each path shows a role-specific use case table, key DWH tables, and "start here" prompts.Use-case examples are drawn from real early-adopter patterns (anonymized): year-end financial reporting across multiple funds, capital call reconciliation, LP account snapshots before calls, geography-based portfolio queries, etc.
Future improvement: Role can eventually be detected automatically from the firm people endpoint (currently not exposed via carta MCP). The branching logic is already in place — the role question becomes a no-op once automatic detection ships.
Test plan
🤖 Generated with Claude Code