Skip to content

rewrite post_conversation prompt: inline skill, batch calls#352

Closed
deepmasq wants to merge 1 commit intomainfrom
feat/post-conversation-prompt-rewrite
Closed

rewrite post_conversation prompt: inline skill, batch calls#352
deepmasq wants to merge 1 commit intomainfrom
feat/post-conversation-prompt-rewrite

Conversation

@deepmasq
Copy link
Copy Markdown
Contributor

Summary

  • Removes flexus_fetch_skill round-trip by inlining erp_table_crud activity fields directly in the prompt
  • Restructures execution into 4 explicit rounds with parallel tool calls in rounds 2 and 3
  • Adds BANT extraction and deal stage update steps that were missing from the original prompt

Test plan

  • Run test-karen skill against staging to verify post_conversation expert completes in ≤4 tool-call rounds
  • Confirm activity record is created in CRM after a test conversation
  • Confirm BANT fields are populated on the contact record
  • Confirm task resolves at the end

🤖 Generated with Claude Code

Removes the flexus_fetch_skill round-trip by inlining erp_table_crud
activity fields directly. Structures execution into 4 explicit rounds
with parallel calls in rounds 2 and 3. Adds BANT extraction and deal
stage update steps that were previously missing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@deepmasq
Copy link
Copy Markdown
Contributor Author

Superseded by #353 which synthesizes this approach (round-based structure) with corrected BANT field names and resolve format.

@deepmasq deepmasq closed this Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant