afc-research
Technical research — investigate technologies, compare libraries, explore options
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Technical research — investigate technologies, compare libraries, explore options
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | afc:research |
| description | Technical research — investigate technologies, compare libraries, explore options |
| argument-hint | [research topic] |
| allowed-tools | ["Read","Grep","Glob","Write","WebSearch","WebFetch","Task"] |
| model | sonnet |
Investigates technical questions and summarizes conclusions. Results are persisted to .claude/afc/memory/research/{topic}.md.
$ARGUMENTS — (required) research topic (e.g., "Zustand v5 migration", "WebCodecs API comparison")Extract from $ARGUMENTS:
Check .claude/afc/memory/research/ directory for related prior research:
Use Agent Teams — run independent investigations in parallel:
Task("WebSearch: {topic} official docs", subagent_type: "general-purpose")
Task("Codebase: analyze current usage patterns", subagent_type: "general-purpose")
Source priority:
After parallel agents return, the orchestrator checks for conflicts between sources:
# Research: {topic}
> Date: {YYYY-MM-DD}
> Related feature: {related feature or "general"}
## Core Question
{what we needed to know}
## Findings
### {subtopic 1}
{content}
**Source**: {URL} (verified {date})
### {subtopic 2}
{content}
## Option Comparison (if applicable)
| Criterion | {OptionA} | {OptionB} | {OptionC} |
|-----------|-----------|-----------|-----------|
| {criterion1} | {evaluation} | {evaluation} | {evaluation} |
| {criterion2} | {evaluation} | {evaluation} | {evaluation} |
## Conclusion
**Recommendation**: {choice or conclusion}
**Rationale**: {key reason}
**Caveats**: {pitfalls or constraints}
## Project Application
{how this can be applied in the current project}
.claude/afc/memory/research/{topic-kebab-case}.mdResearch complete
├─ Topic: {topic}
├─ Saved: .claude/afc/memory/research/{filename}.md
├─ Conclusion: {one-line summary}
└─ Sources: {number of key sources}
Code and component analysis — analyze code, trace flows, audit consistency, inspect components
Architecture analysis and design review
Full auto pipeline — run spec-to-clean cycle automatically for new features
Save session state for later resumption
Resolve spec ambiguities with clarifying questions
Pipeline artifact cleanup and codebase hygiene