account-handover: require renewal ownership and payment method in notes - #151
Draft
danazou wants to merge 1 commit into
Draft
account-handover: require renewal ownership and payment method in notes#151danazou wants to merge 1 commit into
danazou wants to merge 1 commit into
Conversation
…dover notes Handover notes must document who on the customer side owns the renewal (champion vs procurement, how long the last one took, quirks) and whether a valid payment method is on file (and why not, if not). Adds these to the output format, template, and critical rules. Generated-By: PostHog Desktop Task-Id: eec054f2-b378-4724-9f27-91996a4384a5
5 tasks
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.
Changes
The account-handover skill's output format, template, and critical rules now require every handover note to document (a) who on the customer side owns the renewal - champion or procurement, how long the last one took, and any quirks - and (b) whether there's a valid payment method on file, and why not if not. Both fall back to
[TAM to confirm]prompts when the data can't answer, rather than being dropped.Companion to the handbook update in PostHog/posthog.com#19389.
Why: renewal blockers kept tracing back to handover notes missing exactly these two things.
Created with PostHog Desktop