[LifeSci Skill] Add bounded target-evidence research#363
Draft
phorward-deployed wants to merge 3 commits into
Draft
[LifeSci Skill] Add bounded target-evidence research#363phorward-deployed wants to merge 3 commits into
phorward-deployed wants to merge 3 commits into
Conversation
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
Add
research-target-evidence-skill, a bounded PubMed and ClinicalTrials.gov workflow for target biology, therapeutic-program, and safety briefs and comparisons.The skill:
The helper is intentionally stateless: each invocation executes the same bounded request plan against the public sources. The research router selects this skill for focused target-evidence reviews, and the plugin version moves to
1.1.0.Why
Broad target-evidence prompts can otherwise expand into repeated source calls, and independent per-target invocations can duplicate work or exceed source and output limits. This provides one coordinated, size-bounded path for single-target briefs and cross-target comparisons while retaining explicit limitations and source links.
Validation
python -m unittest test_research_target_evidence.py(14 tests)ruff check research_target_evidence.py test_research_target_evidence.pyblack --check research_target_evidence.py test_research_target_evidence.pypython -m py_compile research_target_evidence.pyquick_validate.py plugins/life-science-research/skills/research-target-evidence-skillgit diff --checkLimitations
This is a bounded, relevance-ranked research pass rather than a systematic review. Human/preclinical classification is heuristic, and registry adverse-event counts are not treated as automatically treatment-attributed.