@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,476 @@
|
|
|
1
|
+
# Word Precision Audit: Deep Research Skill
|
|
2
|
+
|
|
3
|
+
**Date:** 2025-11-04
|
|
4
|
+
**Purpose:** Systematic review of every word in SKILL.md for precision, intention, and clarity
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Audit Methodology
|
|
9
|
+
|
|
10
|
+
**Criteria for precision:**
|
|
11
|
+
1. **No hedge words** ("reasonably", "generally", "basically", "essentially")
|
|
12
|
+
2. **No weak verbs** ("can", "may", "might", "should" → use "must", "will", "do")
|
|
13
|
+
3. **No vague adjectives** ("good", "nice", "reasonable" → use specific criteria)
|
|
14
|
+
4. **No passive voice** where active is stronger
|
|
15
|
+
5. **No colloquialisms** in formal directives
|
|
16
|
+
6. **No double negatives** ("no need to" → "proceed without")
|
|
17
|
+
7. **No redundancy** (say once, clearly)
|
|
18
|
+
8. **No ambiguous pronouns** without clear referents
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Issues Found (14 total)
|
|
23
|
+
|
|
24
|
+
### HIGH PRIORITY (8 issues)
|
|
25
|
+
|
|
26
|
+
#### Issue #1: "reasonable assumptions" (Lines 54, 58)
|
|
27
|
+
**Current:**
|
|
28
|
+
```markdown
|
|
29
|
+
Proceed with reasonable assumptions.
|
|
30
|
+
Make reasonable assumptions based on query context.
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**Problem:** "reasonable" is subjective, vague, creates uncertainty about what's acceptable
|
|
34
|
+
|
|
35
|
+
**Fix:**
|
|
36
|
+
```markdown
|
|
37
|
+
Infer assumptions from query context.
|
|
38
|
+
Derive assumptions from query signals.
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
**Intention carried:** "reasonable" → permission-seeking, cautious | "infer/derive" → direct action, confident
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
#### Issue #2: "genuinely incomprehensible" (Line 61)
|
|
46
|
+
**Current:**
|
|
47
|
+
```markdown
|
|
48
|
+
Query is genuinely incomprehensible
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
**Problem:** "genuinely" is hedge word, weakens the criterion
|
|
52
|
+
|
|
53
|
+
**Fix:**
|
|
54
|
+
```markdown
|
|
55
|
+
Query is incomprehensible
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**Intention carried:** "genuinely" → doubting, qualifying | removed → clear, definitive
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
#### Issue #3: "User can redirect if needed" (Line 64)
|
|
63
|
+
**Current:**
|
|
64
|
+
```markdown
|
|
65
|
+
PROCEED with standard mode. User can redirect if needed.
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
**Problem:** "can" is weak permission, "if needed" is uncertain, both undermine autonomy
|
|
69
|
+
|
|
70
|
+
**Fix:**
|
|
71
|
+
```markdown
|
|
72
|
+
PROCEED with standard mode. User will redirect if incorrect.
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
**Intention carried:** "can...if needed" → uncertain, permission-seeking | "will...if incorrect" → confident, definitive
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
#### Issue #4: "NO need to wait" - double negative (Line 85)
|
|
80
|
+
**Current:**
|
|
81
|
+
```markdown
|
|
82
|
+
NO need to wait for approval - proceed directly to execution
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**Problem:** Double negative ("NO need") is weaker than direct command, "proceed directly to execution" is wordy
|
|
86
|
+
|
|
87
|
+
**Fix:**
|
|
88
|
+
```markdown
|
|
89
|
+
Proceed without waiting for approval
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
**Intention carried:** "NO need to" → permissive, passive | "Proceed without" → imperative, active
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
#### Issue #5: Contraction "Don't" (Line 113)
|
|
97
|
+
**Current:**
|
|
98
|
+
```markdown
|
|
99
|
+
Don't inline everything - use references
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
**Problem:** Contraction in formal directive, less authoritative
|
|
103
|
+
|
|
104
|
+
**Fix:**
|
|
105
|
+
```markdown
|
|
106
|
+
Do not inline everything - reference external files
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
**Intention carried:** "Don't" → casual | "Do not" → formal, authoritative
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
#### Issue #6: "ask to proceed" - weak request (Line 229)
|
|
114
|
+
**Current:**
|
|
115
|
+
```markdown
|
|
116
|
+
<5 sources after exhaustive search → Report limitation, ask to proceed
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
**Problem:** "ask to proceed" is weak, implies uncertainty about whether to continue
|
|
120
|
+
|
|
121
|
+
**Fix:**
|
|
122
|
+
```markdown
|
|
123
|
+
<5 sources after exhaustive search → Report limitation, request direction
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
**Intention carried:** "ask to proceed" → tentative | "request direction" → professional, clear need
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
#### Issue #7: "When uncertain" contradicts autonomy (Line 262)
|
|
131
|
+
**Current:**
|
|
132
|
+
```markdown
|
|
133
|
+
**When uncertain:** Be thorough, not fast. Quality > speed.
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
**Problem:** "When uncertain" directly contradicts autonomy principle (line 54 says operate independently), creates confusion about when to be uncertain
|
|
137
|
+
|
|
138
|
+
**Fix:**
|
|
139
|
+
```markdown
|
|
140
|
+
**Priority:** Thoroughness over speed. Quality > speed.
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
**Intention carried:** "When uncertain" → hesitation, doubt | "Priority" → clear directive, no uncertainty
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
#### Issue #8: "acceptable" is passive (Line 280)
|
|
148
|
+
**Current:**
|
|
149
|
+
```markdown
|
|
150
|
+
Extended reasoning acceptable (5-45 min)
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
**Problem:** "acceptable" is passive, permission-seeking, weak
|
|
154
|
+
|
|
155
|
+
**Fix:**
|
|
156
|
+
```markdown
|
|
157
|
+
Time investment: 5-45 minutes
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
**Intention carried:** "acceptable" → asking permission | "investment" → stating fact
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
### MEDIUM PRIORITY (6 issues)
|
|
165
|
+
|
|
166
|
+
#### Issue #9: "Good autonomous assumptions" - vague judgment (Line 66)
|
|
167
|
+
**Current:**
|
|
168
|
+
```markdown
|
|
169
|
+
**Good autonomous assumptions:**
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
**Problem:** "Good" is vague value judgment without criteria
|
|
173
|
+
|
|
174
|
+
**Fix:**
|
|
175
|
+
```markdown
|
|
176
|
+
**Default assumptions:**
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
**Intention carried:** "Good" → subjective approval-seeking | "Default" → objective, standard procedure
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
#### Issue #10: "Standard+" unclear notation (Lines 96, 101)
|
|
184
|
+
**Current:**
|
|
185
|
+
```markdown
|
|
186
|
+
**Standard+ adds:**
|
|
187
|
+
**Deep+ adds:**
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
**Problem:** "+" notation is programming jargon, unclear if it means "and above" or "additional to"
|
|
191
|
+
|
|
192
|
+
**Fix:**
|
|
193
|
+
```markdown
|
|
194
|
+
**Standard/Deep/UltraDeep execute:**
|
|
195
|
+
**Deep/UltraDeep execute:**
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
**Intention carried:** "+" → ambiguous scope | explicit listing → clear scope
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
#### Issue #11: "(optional)" weakens directive (Line 174)
|
|
203
|
+
**Current:**
|
|
204
|
+
```markdown
|
|
205
|
+
4. Next steps (optional)
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
**Problem:** "(optional)" signals uncertainty, weakens the delivery item
|
|
209
|
+
|
|
210
|
+
**Fix:**
|
|
211
|
+
```markdown
|
|
212
|
+
4. Next steps (if relevant)
|
|
213
|
+
```
|
|
214
|
+
OR remove entirely since it's in "Deliver to user" section
|
|
215
|
+
|
|
216
|
+
**Intention carried:** "(optional)" → uncertain, dismissible | "(if relevant)" → conditional, purposeful | removed → expected
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
#### Issue #12: "Offer:" implies asking permission (Lines 176-179)
|
|
221
|
+
**Current:**
|
|
222
|
+
```markdown
|
|
223
|
+
**Offer:**
|
|
224
|
+
- Deep-dive any section
|
|
225
|
+
- Follow-up questions
|
|
226
|
+
- Alternative formats
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
**Problem:** "Offer" implies asking permission, waiting for response, breaks autonomous flow
|
|
230
|
+
|
|
231
|
+
**Fix:**
|
|
232
|
+
```markdown
|
|
233
|
+
**Available on request:**
|
|
234
|
+
- Section deep-dives
|
|
235
|
+
- Follow-up analysis
|
|
236
|
+
- Alternative formats
|
|
237
|
+
```
|
|
238
|
+
OR remove entirely (user will ask if interested)
|
|
239
|
+
|
|
240
|
+
**Intention carried:** "Offer" → salesperson, permission-seeking | "Available on request" → service menu, user-initiated | removed → autonomous
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
#### Issue #13: "hit" colloquial (Line 234)
|
|
245
|
+
**Current:**
|
|
246
|
+
```markdown
|
|
247
|
+
Time constraint hit → Package partial results, document gaps
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
**Problem:** "hit" is colloquial, imprecise for technical directive
|
|
251
|
+
|
|
252
|
+
**Fix:**
|
|
253
|
+
```markdown
|
|
254
|
+
Time constraint reached → Package partial results, document gaps
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
**Intention carried:** "hit" → casual, imprecise | "reached" → formal, precise
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
#### Issue #14: "explicitly needed" redundant (Line 324)
|
|
262
|
+
**Current:**
|
|
263
|
+
```markdown
|
|
264
|
+
Load these files only when explicitly needed for current phase.
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
**Problem:** "explicitly needed" is redundant - either needed or not, "explicitly" adds no precision
|
|
268
|
+
|
|
269
|
+
**Fix:**
|
|
270
|
+
```markdown
|
|
271
|
+
Load files on-demand for current phase only.
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
**Intention carried:** "explicitly needed" → overthinking, redundant | "on-demand" → clear technical term
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
## Impact Analysis
|
|
279
|
+
|
|
280
|
+
### Before Fixes (Current State)
|
|
281
|
+
|
|
282
|
+
**Hedge words count:** 4 ("reasonable" ×2, "genuinely", "acceptable")
|
|
283
|
+
**Weak modal verbs:** 2 ("can redirect", "may")
|
|
284
|
+
**Passive constructions:** 3 ("can", "acceptable", "optional")
|
|
285
|
+
**Vague adjectives:** 2 ("good", "reasonable")
|
|
286
|
+
**Colloquialisms:** 1 ("hit")
|
|
287
|
+
**Redundancies:** 2 ("explicitly needed", "NO need to")
|
|
288
|
+
|
|
289
|
+
**Total weakness indicators:** 14
|
|
290
|
+
|
|
291
|
+
### After Fixes (Proposed State)
|
|
292
|
+
|
|
293
|
+
**Hedge words count:** 0
|
|
294
|
+
**Weak modal verbs:** 0
|
|
295
|
+
**Passive constructions:** 0
|
|
296
|
+
**Vague adjectives:** 0
|
|
297
|
+
**Colloquialisms:** 0
|
|
298
|
+
**Redundancies:** 0
|
|
299
|
+
|
|
300
|
+
**Total weakness indicators:** 0
|
|
301
|
+
|
|
302
|
+
---
|
|
303
|
+
|
|
304
|
+
## Word Intention Analysis
|
|
305
|
+
|
|
306
|
+
### Critical Word Replacements
|
|
307
|
+
|
|
308
|
+
| Current Word | Unintended Intention | Replacement | Intended Intention |
|
|
309
|
+
|--------------|---------------------|-------------|-------------------|
|
|
310
|
+
| reasonable | subjective, cautious | infer/derive | objective, confident |
|
|
311
|
+
| genuinely | doubting, qualifying | [remove] | certain, definitive |
|
|
312
|
+
| can | permission-seeking | will | confident expectation |
|
|
313
|
+
| if needed | uncertain | if incorrect | conditional, clear |
|
|
314
|
+
| NO need to | passive, permissive | Proceed without | active, imperative |
|
|
315
|
+
| Don't | casual, conversational | Do not | formal, authoritative |
|
|
316
|
+
| ask to | tentative, weak | request | professional, clear |
|
|
317
|
+
| When uncertain | hesitant, contradictory | Priority | directive, unambiguous |
|
|
318
|
+
| acceptable | permission-seeking | investment | factual, confident |
|
|
319
|
+
| Good | subjective approval | Default | objective standard |
|
|
320
|
+
| + | ambiguous, jargon | explicit list | clear, precise |
|
|
321
|
+
| optional | dismissible, weak | [remove or "if relevant"] | purposeful or expected |
|
|
322
|
+
| Offer | salesperson, passive | [remove] | autonomous |
|
|
323
|
+
| hit | casual, imprecise | reached | formal, precise |
|
|
324
|
+
| explicitly needed | redundant, overthinking | on-demand | technical, concise |
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
## Linguistic Precision Principles Applied
|
|
329
|
+
|
|
330
|
+
### 1. Imperative Voice for Commands
|
|
331
|
+
**Before:** "NO need to wait for approval"
|
|
332
|
+
**After:** "Proceed without waiting for approval"
|
|
333
|
+
**Principle:** Direct commands > passive permissions
|
|
334
|
+
|
|
335
|
+
### 2. Remove Hedge Words
|
|
336
|
+
**Before:** "genuinely incomprehensible"
|
|
337
|
+
**After:** "incomprehensible"
|
|
338
|
+
**Principle:** Qualifiers weaken, removal strengthens
|
|
339
|
+
|
|
340
|
+
### 3. Eliminate Subjective Judgments
|
|
341
|
+
**Before:** "Good autonomous assumptions"
|
|
342
|
+
**After:** "Default assumptions"
|
|
343
|
+
**Principle:** Objective standards > vague judgments
|
|
344
|
+
|
|
345
|
+
### 4. Active Voice Over Passive
|
|
346
|
+
**Before:** "Extended reasoning acceptable"
|
|
347
|
+
**After:** "Time investment: 5-45 minutes"
|
|
348
|
+
**Principle:** Active assertions > passive permissions
|
|
349
|
+
|
|
350
|
+
### 5. Precise Technical Terms
|
|
351
|
+
**Before:** "Time constraint hit"
|
|
352
|
+
**After:** "Time constraint reached"
|
|
353
|
+
**Principle:** Formal precision > colloquial approximation
|
|
354
|
+
|
|
355
|
+
### 6. Remove Redundancy
|
|
356
|
+
**Before:** "explicitly needed"
|
|
357
|
+
**After:** "on-demand"
|
|
358
|
+
**Principle:** Say once clearly > repeat with qualifiers
|
|
359
|
+
|
|
360
|
+
### 7. Strong Modals
|
|
361
|
+
**Before:** "User can redirect if needed"
|
|
362
|
+
**After:** "User will redirect if incorrect"
|
|
363
|
+
**Principle:** "will" (expectation) > "can" (possibility)
|
|
364
|
+
|
|
365
|
+
---
|
|
366
|
+
|
|
367
|
+
## Autonomy Language Analysis
|
|
368
|
+
|
|
369
|
+
### Contradiction Resolution
|
|
370
|
+
|
|
371
|
+
**Problem:** Line 262 "When uncertain" contradicts Line 54 "operates independently"
|
|
372
|
+
|
|
373
|
+
**Analysis:**
|
|
374
|
+
- Line 54 establishes autonomy principle: proceed independently
|
|
375
|
+
- Line 262 suggests there are times of uncertainty
|
|
376
|
+
- These create cognitive dissonance: am I uncertain or autonomous?
|
|
377
|
+
|
|
378
|
+
**Resolution:**
|
|
379
|
+
- Replace "When uncertain" with "Priority"
|
|
380
|
+
- Frame as quality standard, not uncertainty condition
|
|
381
|
+
- Maintains autonomy while setting quality expectations
|
|
382
|
+
|
|
383
|
+
**Result:** No contradiction, clear hierarchy (autonomy + quality priority)
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## Permission-Seeking Language Removal
|
|
388
|
+
|
|
389
|
+
### Identified Permission-Seeking Patterns
|
|
390
|
+
|
|
391
|
+
1. "reasonable assumptions" → seeking approval for assumption quality
|
|
392
|
+
2. "can redirect if needed" → seeking permission to proceed
|
|
393
|
+
3. "NO need to wait" → asking if it's okay to proceed
|
|
394
|
+
4. "acceptable" → asking if time investment is okay
|
|
395
|
+
5. "Offer" → asking permission to provide options
|
|
396
|
+
|
|
397
|
+
### Replacement Strategy
|
|
398
|
+
|
|
399
|
+
Replace all permission-seeking with:
|
|
400
|
+
- **Assertions:** State facts confidently
|
|
401
|
+
- **Imperatives:** Give direct commands
|
|
402
|
+
- **Expectations:** Describe what will happen
|
|
403
|
+
- **Standards:** Define objective criteria
|
|
404
|
+
|
|
405
|
+
---
|
|
406
|
+
|
|
407
|
+
## Testing Precision Improvements
|
|
408
|
+
|
|
409
|
+
### Scenario 1: Ambiguous Query
|
|
410
|
+
|
|
411
|
+
**Before (with weak language):**
|
|
412
|
+
> "Make reasonable assumptions based on query context. User can redirect if needed."
|
|
413
|
+
|
|
414
|
+
**Interpretation:** Unclear what "reasonable" means, "can" suggests permission, "if needed" is vague
|
|
415
|
+
|
|
416
|
+
**After (precise language):**
|
|
417
|
+
> "Infer assumptions from query context. User will redirect if incorrect."
|
|
418
|
+
|
|
419
|
+
**Interpretation:** Clear action (infer), confident expectation (will), definite condition (incorrect)
|
|
420
|
+
|
|
421
|
+
### Scenario 2: Time Investment
|
|
422
|
+
|
|
423
|
+
**Before (passive):**
|
|
424
|
+
> "Extended reasoning acceptable (5-45 min)"
|
|
425
|
+
|
|
426
|
+
**Interpretation:** Sounds like asking permission for time
|
|
427
|
+
|
|
428
|
+
**After (assertive):**
|
|
429
|
+
> "Time investment: 5-45 minutes"
|
|
430
|
+
|
|
431
|
+
**Interpretation:** States fact, no permission sought
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
## Implementation Priority
|
|
436
|
+
|
|
437
|
+
### Phase 1: HIGH PRIORITY (Autonomy-Critical)
|
|
438
|
+
Fix Issues #1-8 immediately - these directly impact autonomous operation
|
|
439
|
+
|
|
440
|
+
### Phase 2: MEDIUM PRIORITY (Clarity Improvements)
|
|
441
|
+
Fix Issues #9-14 after Phase 1 - these improve clarity but don't block autonomy
|
|
442
|
+
|
|
443
|
+
---
|
|
444
|
+
|
|
445
|
+
## Verification Checklist
|
|
446
|
+
|
|
447
|
+
After fixes applied:
|
|
448
|
+
|
|
449
|
+
- [ ] No hedge words ("basically", "essentially", "generally", "reasonably")
|
|
450
|
+
- [ ] No weak modals ("can", "may", "might", "could" where "will", "must" fit)
|
|
451
|
+
- [ ] No passive voice where active is stronger
|
|
452
|
+
- [ ] No subjective judgments ("good", "nice", "reasonable")
|
|
453
|
+
- [ ] No colloquialisms in formal directives
|
|
454
|
+
- [ ] No double negatives ("NO need to")
|
|
455
|
+
- [ ] No redundancies ("explicitly needed")
|
|
456
|
+
- [ ] No permission-seeking language
|
|
457
|
+
- [ ] All commands use imperative voice
|
|
458
|
+
- [ ] All conditions state clear criteria
|
|
459
|
+
|
|
460
|
+
---
|
|
461
|
+
|
|
462
|
+
## Conclusion
|
|
463
|
+
|
|
464
|
+
**Total issues found:** 14
|
|
465
|
+
**High priority:** 8 (autonomy-impacting)
|
|
466
|
+
**Medium priority:** 6 (clarity improvements)
|
|
467
|
+
|
|
468
|
+
**Primary problem:** Permission-seeking and hedge language that undermines autonomous operation principle
|
|
469
|
+
|
|
470
|
+
**Primary fix:** Replace all permission-seeking with assertions, imperatives, and expectations
|
|
471
|
+
|
|
472
|
+
**Expected impact:**
|
|
473
|
+
- Clearer autonomous behavior (no uncertainty about when to proceed)
|
|
474
|
+
- Stronger directives (commands not suggestions)
|
|
475
|
+
- Precise language (every word carries specific intention)
|
|
476
|
+
- Zero ambiguity about autonomy expectations
|