Add Deep Company Research to the Extruct API skill#5
Merged
Conversation
New deep-research CLI resource (create/get/list/poll, mirroring deep-search: payload validation, pagination checks, poll loop sized for minutes-long runs at 15s x 240 attempts), a SKILL.md section covering when to use it vs Deep Search, Pro gating, depth/credit semantics, and how to read reports (citations, basis, degradation_reasons, failure_reason), plus a deep-company-research reference playbook for brief-writing, depth choice, and output-schema design. Marketplace bumped to 1.0.7. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
People are first-class targets ("research this lead and the team they work
with"), so the section, routing, playbook, and examples drop the
company-only framing: renamed references/deep-research.md, added a
people-brief example to SKILL.md and the playbook, a people typical-ask,
and a cross-reference from the Research People section.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
What
Extends the
extruct-apiskill with the new Deep Company Research API (extruct-ai/extruct-ai#217):scripts/extruct-api): newdeep-researchresource —create(payload validation: non-emptybrief,depthenum,output_schemaobject),get,list(paginated), andpoll(terminal ondone/failed, defaults 15s × 240 attempts for minutes-long runs). Mirrors thedeep-searchcommand group exactly (error JSON shape, exit codes, pagination checks).deep-research createadded to Pro-only actions), depth/credit semantics (25/50/75 budgets, full budget required to start, billed per completed agent, failed tasks refund), and how to read reports:kind, citations, per-fieldbasis, always surfacedegradation_reasons, relayfailure_reason(rejected briefs include fix-it suggestions).references/deep-company-research.md: playbook for brief-writing, depth choice, and output-schema design.openai.yamlshort_description updated; marketplace bumped 1.0.6 → 1.0.7.Validation
python3 scripts/validate_repo.py✅deep-research --help+ all subcommand parsers ✅; payload/pagination validation paths exercised offline ✅Note
Draft until the feature ships (extruct-ai/extruct-ai#217). Merge after deploy.
🤖 Generated with Claude Code