@duckmind/deepquark-darwin-arm64 0.9.78 → 0.9.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.deepquark/skills/bundled/data-storytelling/SKILL.md +453 -0
- package/.deepquark/skills/bundled/docx/LICENSE.txt +30 -0
- package/.deepquark/skills/bundled/docx/SKILL.md +481 -0
- package/.deepquark/skills/bundled/docx/scripts/__init__.py +1 -0
- package/.deepquark/skills/bundled/docx/scripts/accept_changes.py +135 -0
- package/.deepquark/skills/bundled/docx/scripts/comment.py +318 -0
- package/.deepquark/skills/bundled/docx/scripts/office/helpers/__init__.py +0 -0
- package/.deepquark/skills/bundled/docx/scripts/office/helpers/merge_runs.py +199 -0
- package/.deepquark/skills/bundled/docx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.deepquark/skills/bundled/docx/scripts/office/pack.py +159 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.deepquark/skills/bundled/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.deepquark/skills/bundled/docx/scripts/office/soffice.py +183 -0
- package/.deepquark/skills/bundled/docx/scripts/office/unpack.py +132 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validate.py +111 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validators/__init__.py +15 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validators/base.py +847 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validators/docx.py +446 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validators/pptx.py +275 -0
- package/.deepquark/skills/bundled/docx/scripts/office/validators/redlining.py +247 -0
- package/.deepquark/skills/bundled/docx/scripts/templates/comments.xml +3 -0
- package/.deepquark/skills/bundled/docx/scripts/templates/commentsExtended.xml +3 -0
- package/.deepquark/skills/bundled/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/.deepquark/skills/bundled/docx/scripts/templates/commentsIds.xml +3 -0
- package/.deepquark/skills/bundled/docx/scripts/templates/people.xml +3 -0
- package/.deepquark/skills/bundled/drawio-architect/SKILL.md +300 -0
- package/.deepquark/skills/bundled/drawio-architect/references/architecture-patterns.md +236 -0
- package/.deepquark/skills/bundled/drawio-architect/references/branding.md +180 -0
- package/.deepquark/skills/bundled/drawio-architect/references/cloud-icons.md +493 -0
- package/.deepquark/skills/bundled/drawio-architect/references/style-guide.md +268 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/ARCHITECTURE_REVIEW.md +495 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/AUTONOMY_VERIFICATION.md +420 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/COMPETITIVE_ANALYSIS.md +179 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/CONTEXT_OPTIMIZATION.md +293 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/QUICK_START.md +167 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/README.md +259 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/SKILL.md +754 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/WORD_PRECISION_AUDIT.md +476 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/reference/methodology.md +384 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/requirements.txt +10 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/citation_manager.py +177 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/md_to_html.py +330 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/research_engine.py +578 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/source_evaluator.py +292 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/validate_report.py +354 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/verify_citations.py +430 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/scripts/verify_html.py +220 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/templates/mckinsey_report_template.html +443 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/templates/report_template.md +414 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/tests/fixtures/invalid_report.md +27 -0
- package/.deepquark/skills/bundled/duckmind-deep-research/tests/fixtures/valid_report.md +114 -0
- package/.deepquark/skills/bundled/duckmind-multimodal/SKILL.md +171 -0
- package/.deepquark/skills/bundled/duckmind-multimodal/references/image-generation.md +131 -0
- package/.deepquark/skills/bundled/duckmind-multimodal/references/pdf-processing.md +120 -0
- package/.deepquark/skills/bundled/duckmind-transcribe/SKILL.md +70 -0
- package/.deepquark/skills/bundled/duckmind-transcribe/scripts/transcribe.sh +134 -0
- package/.deepquark/skills/bundled/excel-analysis/SKILL.md +247 -0
- package/.deepquark/skills/bundled/ge-payroll/SKILL.md +153 -0
- package/.deepquark/skills/bundled/ge-payroll/evals/evals.json +23 -0
- package/.deepquark/skills/bundled/ge-payroll/references/pain-points-improvements.md +106 -0
- package/.deepquark/skills/bundled/ge-payroll/references/process-detail.md +217 -0
- package/.deepquark/skills/bundled/ge-payroll/references/raci-stakeholders.md +85 -0
- package/.deepquark/skills/bundled/ge-payroll/references/timeline-mandays.md +64 -0
- package/.deepquark/skills/bundled/pdf/LICENSE.txt +30 -0
- package/.deepquark/skills/bundled/pdf/SKILL.md +314 -0
- package/.deepquark/skills/bundled/pdf/forms.md +294 -0
- package/.deepquark/skills/bundled/pdf/reference.md +612 -0
- package/.deepquark/skills/bundled/pdf/scripts/check_bounding_boxes.py +65 -0
- package/.deepquark/skills/bundled/pdf/scripts/check_fillable_fields.py +11 -0
- package/.deepquark/skills/bundled/pdf/scripts/convert_pdf_to_images.py +33 -0
- package/.deepquark/skills/bundled/pdf/scripts/create_validation_image.py +37 -0
- package/.deepquark/skills/bundled/pdf/scripts/extract_form_field_info.py +122 -0
- package/.deepquark/skills/bundled/pdf/scripts/extract_form_structure.py +115 -0
- package/.deepquark/skills/bundled/pdf/scripts/fill_fillable_fields.py +98 -0
- package/.deepquark/skills/bundled/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
- package/.deepquark/skills/bundled/perplexity-search/SKILL.md +447 -0
- package/.deepquark/skills/bundled/perplexity-search/assets/.env.example +16 -0
- package/.deepquark/skills/bundled/perplexity-search/references/model_comparison.md +386 -0
- package/.deepquark/skills/bundled/perplexity-search/references/openrouter_setup.md +454 -0
- package/.deepquark/skills/bundled/perplexity-search/references/search_strategies.md +258 -0
- package/.deepquark/skills/bundled/perplexity-search/scripts/perplexity_search.py +277 -0
- package/.deepquark/skills/bundled/perplexity-search/scripts/setup_env.py +171 -0
- package/.deepquark/skills/bundled/pptx/LICENSE.txt +30 -0
- package/.deepquark/skills/bundled/pptx/SKILL.md +232 -0
- package/.deepquark/skills/bundled/pptx/editing.md +205 -0
- package/.deepquark/skills/bundled/pptx/pptxgenjs.md +420 -0
- package/.deepquark/skills/bundled/pptx/scripts/__init__.py +0 -0
- package/.deepquark/skills/bundled/pptx/scripts/add_slide.py +195 -0
- package/.deepquark/skills/bundled/pptx/scripts/clean.py +286 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/helpers/__init__.py +0 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/helpers/merge_runs.py +199 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/pack.py +159 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/soffice.py +183 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/unpack.py +132 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validate.py +111 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validators/__init__.py +15 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validators/base.py +847 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validators/docx.py +446 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validators/pptx.py +275 -0
- package/.deepquark/skills/bundled/pptx/scripts/office/validators/redlining.py +247 -0
- package/.deepquark/skills/bundled/pptx/scripts/thumbnail.py +289 -0
- package/.deepquark/skills/bundled/text-to-pdf-automation/SKILL.md +91 -0
- package/.deepquark/skills/bundled/web-fetch/SKILL.md +56 -0
- package/.deepquark/skills/bundled/web-fetch/scripts/fetch.sh +54 -0
- package/.deepquark/skills/bundled/xlsx/LICENSE.txt +30 -0
- package/.deepquark/skills/bundled/xlsx/SKILL.md +292 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/helpers/__init__.py +0 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/helpers/merge_runs.py +199 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/pack.py +159 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/soffice.py +183 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/unpack.py +132 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validate.py +111 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validators/__init__.py +15 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validators/base.py +847 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validators/docx.py +446 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validators/pptx.py +275 -0
- package/.deepquark/skills/bundled/xlsx/scripts/office/validators/redlining.py +247 -0
- package/.deepquark/skills/bundled/xlsx/scripts/recalc.py +184 -0
- package/.deepquark/skills/bundled/youtube-downloader/SKILL.md +99 -0
- package/.deepquark/skills/bundled/youtube-downloader/scripts/download_video.py +145 -0
- package/.deepquark/skills/bundled/youtube-transcribe-skill/SKILL.md +116 -0
- package/bin/deepquark +0 -0
- package/package.json +4 -3
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
# Research Report: [Topic]
|
|
2
|
+
|
|
3
|
+
<!-- =============================================================================
|
|
4
|
+
PROGRESSIVE FILE ASSEMBLY STRATEGY (2025 - Unlimited Length):
|
|
5
|
+
|
|
6
|
+
This report is generated section-by-section using progressive file assembly.
|
|
7
|
+
Each section is generated to APPROPRIATE depth (however many words needed) and
|
|
8
|
+
written to file immediately using Write/Edit tools.
|
|
9
|
+
|
|
10
|
+
WHY: Manages output token limits while maintaining quality throughout
|
|
11
|
+
RESULT: Large reports (up to 20,000 words per skill run) - sections sized naturally by content
|
|
12
|
+
|
|
13
|
+
CLAUDE CODE LIMIT: 32,000 output tokens (≈20,000 words max per run)
|
|
14
|
+
For reports >20,000 words: Run skill multiple times for different parts
|
|
15
|
+
|
|
16
|
+
GENERATION WORKFLOW:
|
|
17
|
+
1. Generate Executive Summary → Write to file
|
|
18
|
+
(As long as needed for comprehensive summary)
|
|
19
|
+
|
|
20
|
+
2. Generate Introduction → Edit/append to file
|
|
21
|
+
(As long as needed to establish context)
|
|
22
|
+
|
|
23
|
+
3. Generate Finding 1 → Edit/append to file
|
|
24
|
+
(As long as needed to fully present evidence and analysis)
|
|
25
|
+
|
|
26
|
+
4. Generate Finding 2 → Edit/append to file
|
|
27
|
+
(Each finding sized appropriately - some may need 300 words, others 1,500)
|
|
28
|
+
|
|
29
|
+
5. Continue for ALL findings (no limit on number OR length per finding!)
|
|
30
|
+
|
|
31
|
+
6. Generate Synthesis → Edit/append to file
|
|
32
|
+
(As long as needed for deep synthesis)
|
|
33
|
+
|
|
34
|
+
7. Generate Limitations → Edit/append to file
|
|
35
|
+
8. Generate Recommendations → Edit/append to file
|
|
36
|
+
9. Generate Bibliography (ALL citations) → Edit/append to file
|
|
37
|
+
10. Generate Methodology → Edit/append to file
|
|
38
|
+
|
|
39
|
+
SIZING PRINCIPLE:
|
|
40
|
+
- Each section should be as long as IT NEEDS TO BE
|
|
41
|
+
- Simple finding? Maybe 400 words is enough
|
|
42
|
+
- Complex multi-faceted finding? Could be 1,200 words
|
|
43
|
+
- Let evidence and analysis determine length, not arbitrary targets
|
|
44
|
+
- Only constraint: Keep each INDIVIDUAL generation under ~2,000 words to avoid output limits
|
|
45
|
+
- If a section needs >2,000 words, break it into subsections and generate progressively
|
|
46
|
+
|
|
47
|
+
CITATION TRACKING (CRITICAL):
|
|
48
|
+
- Maintain running list in working memory: citations_used = [1, 2, 3, ...]
|
|
49
|
+
- After each section: Add new citations to list
|
|
50
|
+
- In Bibliography: Generate entry for EVERY citation in final list
|
|
51
|
+
- NO gaps, NO ranges, NO placeholders
|
|
52
|
+
|
|
53
|
+
============================================================================= -->
|
|
54
|
+
|
|
55
|
+
<!-- WRITING STANDARDS (Apply to EACH section): -->
|
|
56
|
+
<!-- - PRECISION: Each word deliberately chosen, carries intention -->
|
|
57
|
+
<!-- - ECONOMY: No fluff, eliminate fancy grammar, unnecessary adjectives -->
|
|
58
|
+
<!-- - CLARITY: Use exact numbers, specific data, precise technical terms -->
|
|
59
|
+
<!-- - DIRECTNESS: State findings without embellishment -->
|
|
60
|
+
<!-- - HIGH SIGNAL-TO-NOISE: Respect reader's time, dense information -->
|
|
61
|
+
<!-- Examples: "reduced mortality 23%" not "significantly improved outcomes" -->
|
|
62
|
+
<!-- Examples: "5 RCTs (n=1,847)" not "several studies suggest" -->
|
|
63
|
+
|
|
64
|
+
<!-- SOURCE ATTRIBUTION (CRITICAL - PREVENTS FABRICATION): -->
|
|
65
|
+
<!-- EVERY factual claim MUST be followed by [N] citation in same sentence -->
|
|
66
|
+
<!-- Use "According to [1]..." or "[1] reports..." for factual statements -->
|
|
67
|
+
<!-- DISTINGUISH fact from synthesis: -->
|
|
68
|
+
<!-- ✅ GOOD: "Mortality decreased 23% (p<0.01) in treatment group [1]." -->
|
|
69
|
+
<!-- ❌ BAD: "Studies show mortality improved significantly." -->
|
|
70
|
+
<!-- NO vague attributions like "research suggests" or "experts believe" -->
|
|
71
|
+
<!-- ADMIT uncertainty: "No sources found for X" not fabricated citations -->
|
|
72
|
+
<!-- LABEL speculation: "This suggests..." not "Research shows..." -->
|
|
73
|
+
|
|
74
|
+
<!-- ANTI-TRUNCATION (CRITICAL - Each Section Must Be COMPLETE): -->
|
|
75
|
+
<!-- ❌ FORBIDDEN: "Content continues...", "Due to length...", "[Sections X-Y...]" -->
|
|
76
|
+
<!-- ✅ REQUIRED: Generate current section COMPLETELY (you're only writing 500 words!) -->
|
|
77
|
+
<!-- ✅ REQUIRED: Write to file immediately, then move to next section -->
|
|
78
|
+
<!-- Progressive assembly handles unlimited length - you handle quality per section -->
|
|
79
|
+
|
|
80
|
+
## Executive Summary
|
|
81
|
+
|
|
82
|
+
[Write 3-5 bullet points, 50-250 words total]
|
|
83
|
+
- **Key Finding 1:** [Major discovery with specific data/metrics]
|
|
84
|
+
- **Key Finding 2:** [Important insight with evidence]
|
|
85
|
+
- **Key Finding 3:** [Critical conclusion with implications]
|
|
86
|
+
- [Additional findings as needed]
|
|
87
|
+
|
|
88
|
+
**Primary Recommendation:** [One clear sentence stating the main recommendation]
|
|
89
|
+
|
|
90
|
+
**Confidence Level:** [High/Medium/Low with brief justification]
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Introduction
|
|
95
|
+
|
|
96
|
+
### Research Question
|
|
97
|
+
[State the original question clearly and completely]
|
|
98
|
+
|
|
99
|
+
[Add 1-2 sentences providing context for why this question matters]
|
|
100
|
+
|
|
101
|
+
### Scope & Methodology
|
|
102
|
+
[2-3 paragraphs explaining:]
|
|
103
|
+
- What specific aspects were investigated
|
|
104
|
+
- What was included vs excluded from scope
|
|
105
|
+
- What research methods were used (web search, academic sources, industry reports, etc.)
|
|
106
|
+
- How many sources were consulted
|
|
107
|
+
- Time period covered
|
|
108
|
+
|
|
109
|
+
### Key Assumptions
|
|
110
|
+
[List 3-5 important assumptions made during research]
|
|
111
|
+
- Assumption 1: [Description and why it matters]
|
|
112
|
+
- Assumption 2: [Description and why it matters]
|
|
113
|
+
- [Continue...]
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Main Analysis
|
|
118
|
+
|
|
119
|
+
<!-- CRITICAL: Write 4-8 detailed findings, each 300-500 words -->
|
|
120
|
+
<!-- Each finding should have multiple paragraphs with evidence -->
|
|
121
|
+
<!-- Include specific data, quotes, statistics, not vague statements -->
|
|
122
|
+
<!-- PRECISION: Use exact numbers, specific metrics, no fluff words -->
|
|
123
|
+
<!-- "mortality reduced 23%" not "significantly improved" -->
|
|
124
|
+
<!-- "5 trials (n=1,847)" not "several studies" -->
|
|
125
|
+
|
|
126
|
+
### Finding 1: [Descriptive Title That Captures the Key Point]
|
|
127
|
+
|
|
128
|
+
[Opening paragraph: State the finding clearly and why it matters]
|
|
129
|
+
|
|
130
|
+
[Body paragraphs:
|
|
131
|
+
- Present detailed evidence
|
|
132
|
+
- Include specific data, statistics, dates, numbers
|
|
133
|
+
- Explain mechanisms, causes, or relationships
|
|
134
|
+
- Discuss implications
|
|
135
|
+
- Address nuances or exceptions
|
|
136
|
+
]
|
|
137
|
+
|
|
138
|
+
**Key Evidence:**
|
|
139
|
+
- Data point 1 from Source A [1]
|
|
140
|
+
- Data point 2 from Source B [2]
|
|
141
|
+
- Conflicting view from Source C [3] and how it was resolved
|
|
142
|
+
|
|
143
|
+
**Implications:**
|
|
144
|
+
[1-2 paragraphs on what this finding means for the user's decision/understanding]
|
|
145
|
+
|
|
146
|
+
**Sources:** [1], [2], [3], [4]
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
### Finding 2: [Descriptive Title]
|
|
151
|
+
|
|
152
|
+
[Follow same detailed structure as Finding 1]
|
|
153
|
+
[Minimum 300 words per finding]
|
|
154
|
+
[Include multiple paragraphs with evidence]
|
|
155
|
+
|
|
156
|
+
**Sources:** [5], [6], [7], [8]
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
### Finding 3: [Descriptive Title]
|
|
161
|
+
|
|
162
|
+
[Continue with same detail level]
|
|
163
|
+
|
|
164
|
+
**Sources:** [9], [10], [11]
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
### Finding 4: [Descriptive Title]
|
|
169
|
+
|
|
170
|
+
[And so on... Include 4-8 major findings minimum]
|
|
171
|
+
|
|
172
|
+
**Sources:** [12], [13], [14]
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
[Continue with additional findings as needed]
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Synthesis & Insights
|
|
181
|
+
|
|
182
|
+
<!-- This section should be 500-1000 words -->
|
|
183
|
+
<!-- Go beyond just summarizing - generate NEW insights -->
|
|
184
|
+
|
|
185
|
+
### Patterns Identified
|
|
186
|
+
|
|
187
|
+
[2-3 paragraphs identifying key patterns across findings]
|
|
188
|
+
|
|
189
|
+
**Pattern 1: [Name]**
|
|
190
|
+
[Explain the pattern in detail, cite which findings support it]
|
|
191
|
+
|
|
192
|
+
**Pattern 2: [Name]**
|
|
193
|
+
[Continue...]
|
|
194
|
+
|
|
195
|
+
### Novel Insights
|
|
196
|
+
|
|
197
|
+
[2-3 paragraphs of insights that go BEYOND what sources explicitly stated]
|
|
198
|
+
|
|
199
|
+
**Insight 1: [Name]**
|
|
200
|
+
[What you discovered by connecting information across sources]
|
|
201
|
+
[Why this matters even though no single source said it explicitly]
|
|
202
|
+
|
|
203
|
+
**Insight 2: [Name]**
|
|
204
|
+
[Continue...]
|
|
205
|
+
|
|
206
|
+
### Implications
|
|
207
|
+
|
|
208
|
+
[2-3 paragraphs on what all this means]
|
|
209
|
+
|
|
210
|
+
**For [User Context]:**
|
|
211
|
+
[Specific implications for the user's situation/decision]
|
|
212
|
+
|
|
213
|
+
**Broader Implications:**
|
|
214
|
+
[Wider significance of these findings]
|
|
215
|
+
|
|
216
|
+
**Second-Order Effects:**
|
|
217
|
+
[What might happen as consequences of these findings]
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Limitations & Caveats
|
|
222
|
+
|
|
223
|
+
<!-- Be honest and comprehensive about what's uncertain -->
|
|
224
|
+
|
|
225
|
+
### Counterevidence Register
|
|
226
|
+
|
|
227
|
+
<!-- Document findings that contradict or challenge main conclusions -->
|
|
228
|
+
|
|
229
|
+
[2-3 paragraphs explaining contradictory evidence found during research]
|
|
230
|
+
|
|
231
|
+
**Contradictory Finding 1:** [Description]
|
|
232
|
+
- Source: [Citation]
|
|
233
|
+
- Why it contradicts: [Explanation]
|
|
234
|
+
- How resolved/interpreted: [Your analysis]
|
|
235
|
+
- Impact on conclusions: [Minimal/Moderate/Significant]
|
|
236
|
+
|
|
237
|
+
**Contradictory Finding 2:** [Continue...]
|
|
238
|
+
|
|
239
|
+
### Known Gaps
|
|
240
|
+
|
|
241
|
+
[2-3 paragraphs explaining:]
|
|
242
|
+
- What information was not available
|
|
243
|
+
- What questions remain unanswered
|
|
244
|
+
- What would strengthen this research
|
|
245
|
+
|
|
246
|
+
**Gap 1:** [Description]
|
|
247
|
+
- Why it's missing
|
|
248
|
+
- How it affects conclusions
|
|
249
|
+
- How to address it in future research
|
|
250
|
+
|
|
251
|
+
**Gap 2:** [Continue...]
|
|
252
|
+
|
|
253
|
+
### Assumptions
|
|
254
|
+
|
|
255
|
+
[Revisit key assumptions from intro, now with more detail on their validity]
|
|
256
|
+
|
|
257
|
+
**Assumption 1:** [Restate]
|
|
258
|
+
- Evidence supporting it: [...]
|
|
259
|
+
- Evidence challenging it: [...]
|
|
260
|
+
- Overall validity: [...]
|
|
261
|
+
|
|
262
|
+
### Areas of Uncertainty
|
|
263
|
+
|
|
264
|
+
[2-3 paragraphs on:]
|
|
265
|
+
- Where sources disagree
|
|
266
|
+
- Where evidence is thin
|
|
267
|
+
- Where extrapolation was necessary
|
|
268
|
+
- What could change conclusions
|
|
269
|
+
|
|
270
|
+
**Uncertainty 1:** [Topic]
|
|
271
|
+
[Detailed explanation of what's uncertain and why]
|
|
272
|
+
|
|
273
|
+
**Uncertainty 2:** [Continue...]
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
## Recommendations
|
|
278
|
+
|
|
279
|
+
<!-- Make this actionable and specific -->
|
|
280
|
+
|
|
281
|
+
### Immediate Actions
|
|
282
|
+
|
|
283
|
+
[3-5 specific actions the user should take NOW]
|
|
284
|
+
|
|
285
|
+
1. **[Action Title]**
|
|
286
|
+
- What: [Specific action]
|
|
287
|
+
- Why: [Rationale based on findings]
|
|
288
|
+
- How: [Implementation steps]
|
|
289
|
+
- Timeline: [When to do this]
|
|
290
|
+
|
|
291
|
+
2. **[Continue with similar detail...]**
|
|
292
|
+
|
|
293
|
+
### Next Steps
|
|
294
|
+
|
|
295
|
+
[3-5 actions for the near-term future (1-3 months)]
|
|
296
|
+
|
|
297
|
+
1. **[Step Title]**
|
|
298
|
+
- [Similar detailed structure]
|
|
299
|
+
|
|
300
|
+
### Further Research Needs
|
|
301
|
+
|
|
302
|
+
[3-5 areas where additional research would be valuable]
|
|
303
|
+
|
|
304
|
+
1. **[Research Topic]**
|
|
305
|
+
- What to investigate: [Specific question]
|
|
306
|
+
- Why it matters: [Connection to current findings]
|
|
307
|
+
- Suggested approach: [How to research it]
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Bibliography
|
|
312
|
+
|
|
313
|
+
<!-- ============================================================================ -->
|
|
314
|
+
<!-- CRITICAL: Generate COMPLETE bibliography with ALL sources cited in report -->
|
|
315
|
+
<!-- DO NOT use placeholders like "[8-75] Additional citations" or "etc." -->
|
|
316
|
+
<!-- DO NOT use "...continue..." or "[Continue with all sources...]" -->
|
|
317
|
+
<!-- EVERY citation [N] in report body MUST have corresponding entry here -->
|
|
318
|
+
<!-- If report cites [1]-[25], bibliography MUST contain all 25 complete entries -->
|
|
319
|
+
<!-- Format: [N] Author/Organization (Year). "Title". Publication. URL -->
|
|
320
|
+
<!-- ============================================================================ -->
|
|
321
|
+
|
|
322
|
+
[1] Author Name or Organization (2025). "Full Title of Article or Paper". Publication Name or Website. https://full-url.com (Retrieved: 2025-11-04)
|
|
323
|
+
|
|
324
|
+
[2] Second Author (2024). "Second Article Title". Journal Name, Volume(Issue), pages. https://doi-or-url.com (Retrieved: 2025-11-04)
|
|
325
|
+
|
|
326
|
+
<!-- Add ALL remaining citations [3] through [N] here -->
|
|
327
|
+
<!-- Standard reports: 15-30 sources | Deep/UltraDeep: 30-50 sources -->
|
|
328
|
+
<!-- Write each entry completely - NO ranges, NO "etc.", NO placeholders -->
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
## Appendix: Methodology
|
|
333
|
+
|
|
334
|
+
### Research Process
|
|
335
|
+
|
|
336
|
+
[2-3 paragraphs describing the research process in detail]
|
|
337
|
+
|
|
338
|
+
**Phase Execution:**
|
|
339
|
+
- Phase 1 (SCOPE): [What was done]
|
|
340
|
+
- Phase 2 (PLAN): [What was done]
|
|
341
|
+
- Phase 3 (RETRIEVE): [What was done]
|
|
342
|
+
- [Continue for all phases executed]
|
|
343
|
+
|
|
344
|
+
### Sources Consulted
|
|
345
|
+
|
|
346
|
+
**Total Sources:** [Number]
|
|
347
|
+
|
|
348
|
+
**Source Types:**
|
|
349
|
+
- Academic journals: [Number]
|
|
350
|
+
- Industry reports: [Number]
|
|
351
|
+
- News articles: [Number]
|
|
352
|
+
- Government/regulatory: [Number]
|
|
353
|
+
- Documentation: [Number]
|
|
354
|
+
- [Other categories]
|
|
355
|
+
|
|
356
|
+
**Geographic Coverage:**
|
|
357
|
+
[If relevant, note geographic distribution of sources]
|
|
358
|
+
|
|
359
|
+
**Temporal Coverage:**
|
|
360
|
+
[Date range of sources, recency distribution]
|
|
361
|
+
|
|
362
|
+
### Verification Approach
|
|
363
|
+
|
|
364
|
+
[2-3 paragraphs explaining:]
|
|
365
|
+
|
|
366
|
+
**Triangulation:**
|
|
367
|
+
- How claims were verified across multiple sources
|
|
368
|
+
- Minimum sources required per major claim: 3
|
|
369
|
+
- How contradictions were handled
|
|
370
|
+
|
|
371
|
+
**Credibility Assessment:**
|
|
372
|
+
- How source quality was evaluated
|
|
373
|
+
- Scoring system used (0-100)
|
|
374
|
+
- Average credibility score: [Number]/100
|
|
375
|
+
- Distribution: [High/medium/low source counts]
|
|
376
|
+
|
|
377
|
+
**Quality Control:**
|
|
378
|
+
- Validation checks performed
|
|
379
|
+
- Issues found and corrected
|
|
380
|
+
- Final quality metrics
|
|
381
|
+
|
|
382
|
+
### Claims-Evidence Table
|
|
383
|
+
|
|
384
|
+
<!-- Explicit mapping of major claims to supporting sources -->
|
|
385
|
+
|
|
386
|
+
| Claim ID | Major Claim | Evidence Type | Supporting Sources | Confidence |
|
|
387
|
+
|----------|-------------|---------------|-------------------|------------|
|
|
388
|
+
| C1 | [First major claim from findings] | [Primary data / Meta-analysis / Expert opinion] | [1], [2], [3] | High / Medium / Low |
|
|
389
|
+
| C2 | [Second major claim] | [Evidence type] | [4], [5], [6] | High / Medium / Low |
|
|
390
|
+
| C3 | [Third major claim] | [Evidence type] | [7], [8] | High / Medium / Low |
|
|
391
|
+
| ... | [Continue for all major claims] | ... | ... | ... |
|
|
392
|
+
|
|
393
|
+
**Confidence Levels:**
|
|
394
|
+
- **High**: 3+ independent sources, consistent findings, strong methodology
|
|
395
|
+
- **Medium**: 2 sources OR single high-quality source with minor contradictions
|
|
396
|
+
- **Low**: Single source OR significant contradictions in evidence
|
|
397
|
+
|
|
398
|
+
---
|
|
399
|
+
|
|
400
|
+
## Report Metadata
|
|
401
|
+
|
|
402
|
+
**Research Mode:** [Quick/Standard/Deep/UltraDeep]
|
|
403
|
+
**Total Sources:** [Number]
|
|
404
|
+
**Word Count:** [Approximate count]
|
|
405
|
+
**Research Duration:** [Time taken]
|
|
406
|
+
**Generated:** [Date and time]
|
|
407
|
+
**Validation Status:** [Passed with X warnings / Passed without warnings]
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
<!-- END OF TEMPLATE -->
|
|
412
|
+
<!-- Remember: Write COMPREHENSIVE, DETAILED reports -->
|
|
413
|
+
<!-- Target 2,000-5,000 words minimum, more for deep modes -->
|
|
414
|
+
<!-- Include specific data, evidence, and analysis throughout -->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Research Report: Bad Report
|
|
2
|
+
|
|
3
|
+
## Executive Summary
|
|
4
|
+
|
|
5
|
+
This is too short.
|
|
6
|
+
|
|
7
|
+
**Primary Recommendation:** TBD
|
|
8
|
+
|
|
9
|
+
**Confidence Level:** High
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Introduction
|
|
14
|
+
|
|
15
|
+
Missing methodology section.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Main Analysis
|
|
20
|
+
|
|
21
|
+
No citations here [99].
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Limitations & Caveats
|
|
26
|
+
|
|
27
|
+
Some limitations TODO.
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# Research Report: Test Topic
|
|
2
|
+
|
|
3
|
+
## Executive Summary
|
|
4
|
+
|
|
5
|
+
This is a test report with exactly the right length for validation. It contains multiple findings backed by citations. The report covers comprehensive research on the test topic. Overall confidence level is high.
|
|
6
|
+
|
|
7
|
+
**Primary Recommendation:** Proceed with implementation
|
|
8
|
+
|
|
9
|
+
**Confidence Level:** High
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Introduction
|
|
14
|
+
|
|
15
|
+
### Research Question
|
|
16
|
+
What is the current state of test research?
|
|
17
|
+
|
|
18
|
+
### Scope & Methodology
|
|
19
|
+
This research covered academic sources, industry publications, and recent developments in the field using a systematic 8-phase approach.
|
|
20
|
+
|
|
21
|
+
### Key Assumptions
|
|
22
|
+
We assume test data is representative of real-world conditions.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Main Analysis
|
|
27
|
+
|
|
28
|
+
### Finding 1: Current State
|
|
29
|
+
|
|
30
|
+
The field has seen significant advancement in recent years [1], [2]. Multiple studies confirm this trend [3].
|
|
31
|
+
|
|
32
|
+
**Sources:** [1], [2], [3]
|
|
33
|
+
|
|
34
|
+
### Finding 2: Key Challenges
|
|
35
|
+
|
|
36
|
+
Several challenges remain, including scalability [4] and adoption barriers [5], [6].
|
|
37
|
+
|
|
38
|
+
**Sources:** [4], [5], [6]
|
|
39
|
+
|
|
40
|
+
### Finding 3: Future Outlook
|
|
41
|
+
|
|
42
|
+
The outlook is positive with emerging solutions [7], [8], [9], [10].
|
|
43
|
+
|
|
44
|
+
**Sources:** [7], [8], [9], [10]
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Synthesis & Insights
|
|
49
|
+
|
|
50
|
+
### Patterns Identified
|
|
51
|
+
Clear trend toward increased adoption and sophistication in implementations.
|
|
52
|
+
|
|
53
|
+
### Novel Insights
|
|
54
|
+
The combination of recent developments suggests accelerated progress in the next 2-3 years.
|
|
55
|
+
|
|
56
|
+
### Implications
|
|
57
|
+
Organizations should prepare for rapid change and invest in capability building.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Limitations & Caveats
|
|
62
|
+
|
|
63
|
+
### Known Gaps
|
|
64
|
+
Limited data available for certain niche applications.
|
|
65
|
+
|
|
66
|
+
### Assumptions
|
|
67
|
+
Assumes current trajectory continues without major disruptions.
|
|
68
|
+
|
|
69
|
+
### Areas of Uncertainty
|
|
70
|
+
Long-term impact remains to be fully understood.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Recommendations
|
|
75
|
+
|
|
76
|
+
### Immediate Actions
|
|
77
|
+
Begin pilot implementation to gain early experience.
|
|
78
|
+
|
|
79
|
+
### Next Steps
|
|
80
|
+
Monitor developments and adjust strategy quarterly.
|
|
81
|
+
|
|
82
|
+
### Further Research
|
|
83
|
+
Deep dive into specific implementation case studies.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Bibliography
|
|
88
|
+
|
|
89
|
+
[1] Smith, J. (2025). "Test Research Advances". Journal of Testing. https://example.com/paper1
|
|
90
|
+
[2] Johnson, K. (2025). "Current State Analysis". Research Quarterly. https://example.com/paper2
|
|
91
|
+
[3] Williams, M. (2024). "Comprehensive Review". Academic Press. https://example.com/paper3
|
|
92
|
+
[4] Brown, A. (2025). "Scalability Challenges". Tech Review. https://example.com/paper4
|
|
93
|
+
[5] Davis, R. (2024). "Adoption Barriers". Industry Report. https://example.com/paper5
|
|
94
|
+
[6] Miller, S. (2025). "Implementation Issues". Trade Journal. https://example.com/paper6
|
|
95
|
+
[7] Wilson, T. (2025). "Future Trends". Forecasting Quarterly. https://example.com/paper7
|
|
96
|
+
[8] Moore, L. (2025). "Emerging Solutions". Innovation Today. https://example.com/paper8
|
|
97
|
+
[9] Taylor, P. (2024). "Next Generation Approaches". Tech Horizons. https://example.com/paper9
|
|
98
|
+
[10] Anderson, C. (2025). "Market Outlook". Strategy Brief. https://example.com/paper10
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Appendix: Methodology
|
|
103
|
+
|
|
104
|
+
### Research Process
|
|
105
|
+
Conducted 8-phase research pipeline with systematic source evaluation and triangulation.
|
|
106
|
+
|
|
107
|
+
### Sources Consulted
|
|
108
|
+
10 peer-reviewed sources spanning 2024-2025.
|
|
109
|
+
|
|
110
|
+
### Verification Approach
|
|
111
|
+
All major claims verified across minimum 3 independent sources.
|
|
112
|
+
|
|
113
|
+
### Quality Control
|
|
114
|
+
Automated validation plus manual review for accuracy and completeness.
|