Redesign CausalPy method selection skill#931
Draft
drbenvincent wants to merge 4 commits into
Draft
Conversation
Make method routing more reliable for agents by replacing flat fast routing with ordered intake, text-based routing, explicit no-fit outcomes, and focused disambiguation references. Co-authored-by: Cursor <cursoragent@cursor.com>
Make the method-selection skill easier to discover for plain-language impact questions that imply quasi-experimental causal inference. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #931 +/- ##
==========================================
+ Coverage 95.07% 95.08% +0.01%
==========================================
Files 87 87
Lines 13701 13701
Branches 812 812
==========================================
+ Hits 13026 13028 +2
+ Misses 479 478 -1
+ Partials 196 195 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Route comparative interrupted time-series questions to InterruptedTimeSeries with comparison series as predictors, and clarify when to prefer synthetic control. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep CITS covered in routing without elevating it in the main skill introduction. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Test plan
prek run --files causalpy/skills/choosing-causalpy-methods/SKILL.md causalpy/skills/choosing-causalpy-methods/reference/experiment_decision_guide.md causalpy/skills/choosing-causalpy-methods/reference/decision_tree.md causalpy/skills/choosing-causalpy-methods/reference/not_in_causalpy.md causalpy/skills/choosing-causalpy-methods/reference/method_capability_matrix.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/its_vs_piecewise_its.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/its_vs_sc_vs_did.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/did_vs_staggered_vs_panel.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/sc_vs_sdid.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/ipw_vs_iv_vs_panel.md causalpy/skills/choosing-causalpy-methods/reference/disambiguation/prepostnegd_vs_did.mdprek run --all-filesMade with Cursor