Skip to content
Discussion options

You must be logged in to vote

Great question! You're exactly right. Here's the complete breakdown:

During /orchestrate workflows, context compacting is NOT automatic. You need to explicitly enable it by:

  1. Installing the suggest-compact skill into your settings.json
  2. Activating it as a workflow step between orchestration steps when you need to preserve context

Why it's manual:

  • Workflows in Claude Code are deterministic by nature—they're designed to chain operations efficiently
  • Not every workflow needs compacting (depends on context length and model limits)
  • Automatic compacting could introduce latency and unexpected context loss

Best practice:
Add the suggest-compact skill strategically:

  • After complex multi-step oper…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pangerlkr
Comment options

Answer selected by MawJPhysics
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants