بنقرة واحدة
research-archive
Archive completed research. Moves the research to archive/ and updates its status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Archive completed research. Moves the research to archive/ and updates its status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Draft or amend an Architecture Decision Record (ADR) from a research synthesis or a design decision. Use when a decision needs to become a durable, reviewable record — and when extending or correcting a decision that has already landed.
Review an Architecture Decision Record (or coupled ADR set + cover) for grounding, decisiveness, completeness, and internal consistency before it is approved or landed — and to catch the drift that iteration introduces across coupled drafts and the cover. Reports findings; does not auto-fix unless asked.
Create and maintain a roadmap that sequences milestones and the plans, research, and decisions that fulfill them. Use when work spans many artifacts over time and needs one living place that shows the sequence, status, dependencies, and risks.
Create implementation plans following project conventions. Use when planning new features, refactors, or significant changes.
Resume working on an in-progress implementation plan. Finds incomplete plans and provides context to continue.
Review an implementation plan for correctness, feasibility, completeness, and internal consistency before it is approved or implemented — and to catch the reference drift that iteration introduces. Reports findings; does not auto-fix unless asked.
| name | research-archive |
| description | Archive completed research. Moves the research to archive/ and updates its status. |
Archive a completed research plan after findings have been synthesized and consumed.
Identify the research to archive:
.gumbo/research/NNNN-*/ (exclude archive/ and unnumbered legacy directories) for research with status "synthesized" in .research-state.jsonVerify completion:
synthesis.md existsUpdate research files:
Update research-plan.md status:
## Status: ARCHIVED
**Archived:** YYYY-MM-DD
Update .research-state.json:
{
"status": "archived",
"archived_at": "2026-01-28T10:30:00Z",
"updated_at": "2026-01-28T10:30:00Z",
...existing fields...
}
Move to archive:
mv .gumbo/research/NNNN-topic-name .gumbo/research/archive/
Confirm to user:
**Archived:** `.gumbo/research/archive/NNNN-topic-name/`
**Status:** ARCHIVED
**Questions:** N answered
**Synthesis:** Yes/No
**Archived:** YYYY-MM-DD
../../.gumbo/research/NNNN-topic/) will have broken links after archiving. The archive path becomes ../../.gumbo/research/archive/NNNN-topic/. Consider this before archiving research that active plans reference.dagre-layout/, edge-routing-deep-dive/) should not be archived through this skill — they predate the numbering convention.