Research Architect is a research workflow skill suite for moving from a raw topic, partial materials, or scattered results to a coherent research-paper draft.
FAQ
research-architect is a Claude Code plugin with 18 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes research-architect-audit, research-architect-brainstorm, research-architect-citation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add mmTheBest/Research-Architect --agent claude-code
English | 简体中文
Research Architect is a research workflow skill suite for moving from a raw topic, partial materials, or scattered results to a coherent research-paper draft.
It provides an end-to-end research workflow for building a study from scratch: selecting a research question, conducting a focused literature review, identifying the research gap, designing the study, organizing evidence, controlling claims, planning evidence displays, managing citation support, and drafting an auditable manuscript. The skill turns early-stage research ideas into a structured, reproducible path from brainstorming to a credible first draft.

Research Architect can run end-to-end or one branch at a time. The core idea is simple: preserve a transparent trail from raw idea to research spine, study design, evidence, claims, citation support, draft, and audit.
After installation, start with:
research-architect
Example task:
I have a broad idea: genetic regulation in lung cancer.
I also have two target reference papers I want to learn from.
Use Research Architect to extract their research logic, propose feasible
research-question options, and build an adapted research spine.
Research Architect helps you learn research design from target reference papers. It decomposes strong papers into reusable research logic: how they frame a problem, narrow scope, define the gap, choose a design family, set up comparison or warrant logic, organize evidence displays, and keep each claim within its evidence boundary.
The goal is to transfer the research logic behind good papers into your own project without copying their text, figures, data, results, citation choices, or claims.
Raw idea
-> Target-reference logic extraction
-> Exemplar-to-project adaptation plan
-> Research-question options and research gap
-> Research spine
-> Study design
-> Study component and analysis plan
-> Evidence bank
-> Claim register
-> Citation support bank
-> Evidence display map
-> Section blueprint and writing rationale matrix
-> First draft
-> Audit and revision queue
Research Architect treats references as research-design examples. It analyzes:
Research Architect pushes a broad topic into concrete research judgment by asking:
Research Architect converts the design logic learned from references into a project-specific study design. It helps plan study components, analysis plans, comparison or warrant logic, negative cases, credibility checks, threats to validity, evidence displays, and claim-strength boundaries.
Research Architect breaks "contribution" into more concrete types, such as a clearer research question, a new data combination, a new analysis workflow, a new application context for an existing method, a stricter benchmark, more credible validation, a clearer evidence hierarchy, or a reusable framework that integrates scattered ideas.
A complete run leaves a transparent trail under paper_output/, including project_config.json, source inventory, literature map, exemplar logic profile, exemplar adaptation plan, confirmed research spine, study design, analysis plan, evidence bank, claim register, citation support bank, evidence display map, writing rationale matrix, manuscript draft, audit report, run_manifest.json, and pipeline_state.json. Versioned artifact contracts and metadata sidecars keep the required artifacts traceable through the workflow.
Run the installer from the repository root:
./install_skills.sh --codex
./install_skills.sh --claude
The installer skips an existing skill by default. Add --force to replace an existing installation.
For a manual Codex installation:
CODEX_SKILLS_DIR="${CODEX_HOME:-$HOME/.codex}/skills"
mkdir -p "$CODEX_SKILLS_DIR"
cp -R dist/codex/skills/. "$CODEX_SKILLS_DIR/"
For Claude Code, copy the same directory to ${CLAUDE_HOME:-$HOME/.claude}/skills. The release artifact can also be extracted into a Codex home:
mkdir -p "${CODEX_HOME:-$HOME/.codex}"
tar -xzf release/research-architect-codex-skills.tar.gz -C "${CODEX_HOME:-$HOME/.codex}"
After installation, call the main skill as:
research-architect
Branch skills can also be called directly when only one stage is needed.
src/ is the single source of truth:
src/skills/ stores skill definitions;src/references/ stores shared reference material;src/templates/ stores output templates;src/schemas/ stores versioned artifact contracts;src/scripts/ stores runtime helpers and package-building scripts.External papers are used to learn structure, problem framing, method logic, experiment sequencing, evidence standards, and writing organization. User-provided data, results, analyses, and evidence remain authoritative. Research Architect calibrates claim language to the strength of the available evidence.
This project is released under the MIT License. See LICENSE.
This release adds versioned artifact contracts, workflow-state tracking, final-run validation, and the checked-in Codex package and installer.
Release v0.3.1 is now available. This update adds a deterministic reference-adaptation eval harness for scoring generated artifact bundles against the four fixture contracts, with unit coverage, documented pass thresholds, and rebuilt Codex release artifacts.
Release v0.3.0 made target reference papers first-class workflow inputs and added exemplar logic profiles, adaptation plans, design-family routing, and field-general study/evidence artifacts.
.gitignore
assets/
research-architect-mental-model.png
dist/
codex/
skills/
research-architect/
research-architect-audit/
manifest.yaml
SKILL.md
research-architect-brainstorm/
manifest.yaml
SKILL.md
research-architect-citation/
manifest.yaml
SKILL.md
research-architect-design/
manifest.yaml
SKILL.md
research-architect-draft/
manifest.yaml
SKILL.md
research-architect-evidence/
manifest.yaml
SKILL.md
research-architect-intake/
manifest.yaml
SKILL.md
research-architect-literature/
manifest.yaml
SKILL.md
manifest.yaml
references/
brainstorming-framework.md
citation-support-bank.md
claim-evidence-framework.md
design-family-grammars.md
end-to-end-workflow.md
ethics-and-boundaries.md
first-draft-architecture.md
literature-map-framework.md
operating-principles.md
quality-gates.md
research-spine.md
study-design-framework.md
schemas/
v1/
artifact_contract_registry.json
citation_support_bank.schema.json
claim_register.schema.json
confirmed_research_spine.schema.json
evidence_bank.schema.json
exemplar_adaptation_plan.schema.json
project_config.schema.json
scripts/
artifact_contracts.py
first_paper_artifact_check.py
make_source_index.py
run_state.py
validate_run.py
SKILL.md
templates/
audit_report.md
citation_support_bank.csv
claim_register.csv
claim_strength_calibration.md
concept_dossier.md
corpus_inventory.csv
evidence_bank.csv
evidence_display_map.csv
execution_plan.md
exemplar_adaptation_plan.md
exemplar_logic_profile.md
feasibility_filter.md
final_artifact_manifest.md
gap_map.csv
idea_candidate_matrix.csv
motivation_options_after_literature.md
problem_landscape.md
project_config.json
research_question_options.md
result_interpretation_notes.md
section_blueprints.md
source_map.md
study_component_registry.csv
study_design_brief.md
writing_rationale_matrix.csv
install_skills.sh
INSTALL.md
LICENSE
README.md
README.zh-CN.md
release/
research-architect-codex-skills.tar.gz
SHA256SUMS
src/
package_manifest.json
references/
brainstorming-framework.md
citation-support-bank.md
claim-evidence-framework.md
design-family-grammars.md
end-to-end-workflow.md
ethics-and-boundaries.md
first-draft-architecture.md
literature-map-framework.md
operating-principles.md
quality-gates.md
research-spine.md
study-design-framework.md
schemas/
v1/
artifact_contract_registry.json
citation_support_bank.schema.json
claim_register.schema.json
confirmed_research_spine.schema.json
evidence_bank.schema.json
exemplar_adaptation_plan.schema.json
project_config.schema.json
scripts/
artifact_contracts.py
build_release.py
first_paper_artifact_check.py
make_source_index.py
run_state.py
validate_run.py
skills/
research-architect/
research-architect-audit/
manifest.yaml
SKILL.md
research-architect-brainstorm/
manifest.yaml
SKILL.md
research-architect-citation/
manifest.yaml
SKILL.md
research-architect-design/
manifest.yaml
SKILL.md
research-architect-draft/
manifest.yaml
SKILL.md
research-architect-evidence/
manifest.yaml
SKILL.md
research-architect-intake/
manifest.yaml
SKILL.md
research-architect-literature/
manifest.yaml
SKILL.md
manifest.yaml
SKILL.md
templates/
audit_report.md
citation_support_bank.csv
claim_register.csv
claim_strength_calibration.md
concept_dossier.md
corpus_inventory.csv
evidence_bank.csv
evidence_display_map.csv
execution_plan.md
exemplar_adaptation_plan.md
exemplar_logic_profile.md
feasibility_filter.md
final_artifact_manifest.md
gap_map.csv
idea_candidate_matrix.csv
motivation_options_after_literature.md
problem_landscape.md
project_config.json
research_question_options.md
result_interpretation_notes.md
section_blueprints.md
source_map.md
study_component_registry.csv
study_design_brief.md
writing_rationale_matrix.csv© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic