Skip to content
Discussion options

You must be logged in to vote

Grok is not a first-class ECC harness today, so the best current model is to treat ECC as a source kit rather than expecting native .claude-style auto-loading.

What works best in practice right now:

  • keep deterministic constraints in a smaller rule/context pack instead of dumping the whole repo every session
  • load only the specific agents/skills/commands you actually need for the task
  • define a lightweight command registry in your system/custom instructions so /plan, /review, /tdd, etc. have stable meanings
  • keep broader workflow playbooks as on-demand context rather than always-on prompt ballast

So the split is roughly:

  • rules / invariants -> always-on packed context
  • skills / workflows -> …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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