research-challenge
Installation
SKILL.md
Research Challenge
Capture what a research project in the current working directory accomplished, how the Asta skills contributed, and (optionally) submit the project as a contribution to https://github.com/allenai/asta-research-challenge.
This skill is a router. Pick the workflow that matches the user's intent, open its .md file in workflows/, and follow it. Do not execute a workflow from memory.
Files
| Path | Role |
|---|---|
<cwd>/RESEARCH_CHALLENGE.md |
Output of reflect. Project summary, self-critique, and skill-improvement suggestions. Input to submit. |
~/.claude/projects/<encoded-cwd>/ |
Source of conversation history transcripts (JSONL) — copied by submit. |
The <encoded-cwd> is the current working directory with / replaced by - (e.g. /Users/x/work/proj → -Users-x-work-proj).