원클릭으로
literature-report
Create or update literature reviews/reports. Use whenever you need to research, summarize, or synthesize the literature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update literature reviews/reports. Use whenever you need to research, summarize, or synthesize the literature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show the user the agent's work on a research project and save iterations on the user's behalf. Scaffold rendering and deploy infrastructure (Quarto today, GitHub Pages, dev container), show the rendered output, save iterations. Doesn't handle research execution (use `asta-flows`).
Install or update the `asta` CLI to the version pinned by this plugin. Invoke whenever `asta` is not on PATH (e.g. `command not found` for `asta`) or when a subcommand/flag appears missing — that signals a stale install needing an update.
Converse with the user to identify the next most productive units of work for the current project, and record them in project.md under Pending Work. Use when the user wants to plan what to work on next, or when there is no project.md yet.
Execute the approved plan in work/<slug>/README.md (status ready), write outputs into work/<slug>/data/, record what happened in the Results section, then hand off to review-work. Use when there is a ready work item.
Write a detailed, executable plan for a single unit of work, then get it approved by review-plan. Updates work/<slug>/README.md with concrete instructions and sets status to ready (or needs-input if review repeatedly rejects).
Critic skill. Given a plan in work/<slug>/README.md (status pending-review), check that the steps are concrete, the tools are appropriate, and the plan is realistic. Write a verdict and feedback back into the README.
| name | literature-report |
| description | Create or update literature reviews/reports. Use whenever you need to research, summarize, or synthesize the literature. |
| allowed-tools | Read(.asta/documents/literature/*) TaskOutput Bash(jq *) |
Create or update literature reviews/reports as markdown documents with citations.
.asta/documents/literature/find/ for existing search results before running new searches.docs/), not inside .asta/.YAML frontmatter — required for citation resolution:
---
bibliography: ../references.bib
---
Citations: Use [@key] format. Every key must exist in the .bib file — unresolved keys won't render.
Adding papers to .bib: As you cite a paper, fetch its metadata and append a BibTeX entry:
asta papers get CorpusId:<id> --fields title,authors,year,venue,externalIds,journal,publicationDate
Generate a BibTeX entry from the result. Conventions:
{firstAuthorSurname}{year} lowercased, ASCII only (e.g., wei2022). Append a letter for conflicts (wei2022a).corpus_id: Include corpus_id = {<id>} for stable identification (survives key renames)..bib — never rewrite existing entries.Verification: Use the Preview skill to render and verify all citations resolve.