skills/executive_summary/SKILL.md
# SKILL.md ## Task Description Create a concise, structured summary of complex technical or research content, emphasizing key objectives, findings, and implications for stakeholders. ## Output Format **JSON Schema**: ```json { "objective": "Briefly state the research/analysis goal", "key_findings": ["Concise bullet points highlighting major results"], "recommendations": ["Actionable insights for decision-makers"], "uncertainties": ["Notes on limitations or data gaps"] } ``` ## D
npx skillsauth add prathamchopra001/inquiro skills/executive_summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a concise, structured summary of complex technical or research content, emphasizing key objectives, findings, and implications for stakeholders.
JSON Schema:
{
"objective": "Briefly state the research/analysis goal",
"key_findings": ["Concise bullet points highlighting major results"],
"recommendations": ["Actionable insights for decision-makers"],
"uncertainties": ["Notes on limitations or data gaps"]
}
Example 1:
Input: "Research on renewable energy adoption in rural areas"
Output:
{
"objective": "Assess barriers to renewable energy adoption in rural regions",
"key_findings": ["High upfront costs deter 68% of rural communities", "Government subsidies increase adoption by 40%", "Lack of technical expertise persists in 72% of cases"],
"recommendations": ["Target subsidies toward low-income households", "Launch community training programs"],
"uncertainties": ["Long-term cost-benefit data insufficient"]
}
Example 2:
Input: "Analysis of AI ethics frameworks across 15 countries"
Output:
{
"objective": "Compare AI ethics regulations globally",
"key_findings": ["EU leads with comprehensive data protection laws", "Asia-Pacific nations prioritize transparency", "Sub-Saharan Africa lacks standardized frameworks"],
"recommendations": ["Promote cross-regional collaboration", "Develop adaptable compliance tools"],
"uncertainties": ["Implementation gaps in emerging markets"]
}
development
# SKILL.md: task_generation ## Task Description Generates focused research tasks to advance a scientific objective by addressing knowledge gaps and balancing exploration/exploitation. Prioritizes tasks that validate strong findings or explore high-impact hypotheses. ## Output Format **JSON Array** of objects with these fields: - `type`: "Exploration" (new hypotheses) or "Exploitation" (existing hypothesis validation) - `description`: Specific action to take (e.g., "Test hypothesis X un
development
```markdown # SKILL: Scoring ## Task Description This role is responsible for assigning scores or ratings based on predefined criteria. It involves evaluating information and applying a consistent scoring rubric. ## Output Format The output should be a JSON object with the following structure: ```json { "score": INTEGER, "reason": STRING, "confidence": FLOAT (0.0 to 1.0) } ``` ## Decision Framework 1. **Identify Criteria:** Understand the specific criteria to be used for scoring. This
development
```markdown # SKILL: schema_design ## Task Description This skill focuses on designing effective and well-structured schemas for various data types, ensuring data integrity and facilitating efficient data processing. It involves defining the structure, data types, and constraints for datasets. ## Output Format Output should be a well-formatted JSON schema definition, including: * `type`: Data type (e.g., "object", "string", "number", "array", "boolean") * `properties`: (For objects) A dict
development
```markdown # SKILL: Report Writing ## Task Description This skill focuses on synthesizing research findings into concise, well-structured reports. It involves identifying key themes, patterns, and insights from individual findings, and presenting them in a coherent and informative manner. ## Output Format The output should be a structured report, formatted as follows: ```json { "report_title": "Title of the Report", "executive_summary": "A brief overview of the report's key findings and