skills/gap_analysis/SKILL.md
# SKILL.md: gap_analysis ## Task Description Identifies gaps between research objectives and completed work by comparing stated goals against findings and tasks, categorizing answered questions, open questions, and weak areas. ## Output Format **JSON Schema**: ```json { "answered_questions": ["specific question 1", "specific question 2"], "open_questions": ["specific question 3", "specific question 4"], "weak_areas": ["area 1", "area 2"] } ``` All values are arrays of strings. Us
npx skillsauth add prathamchopra001/inquiro skills/gap_analysisInstall 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.
Identifies gaps between research objectives and completed work by comparing stated goals against findings and tasks, categorizing answered questions, open questions, and weak areas.
JSON Schema:
{
"answered_questions": ["specific question 1", "specific question 2"],
"open_questions": ["specific question 3", "specific question 4"],
"weak_areas": ["area 1", "area 2"]
}
All values are arrays of strings. Use exact phrasing from input.
Input:
Objective: "Investigate how observability engineering principles... can be applied to frontline ecological incident monitoring..."
Output:
{
"answered_questions": ["What are the key metrics for biodiversity monitoring?"],
"open_questions": ["How do OpenTelemetry tools handle real-time ecological data streaming?"],
"weak_areas": ["Lack of case studies on biodiversity surveillance"]
}
Input:
Objective: "Evaluate renewable energy adoption in rural communities."
Output:
{
"answered_questions": ["What are the cost barriers for solar adoption in rural areas?"],
"open_questions": ["How do policy incentives vary across regions?"],
"weak_areas": ["Insufficient data on long-term maintenance costs"]
}
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