Before cloning the template, read:
docs/SOFTWARE_AND_PLUGIN_REQUIREMENTS.mddocs/REAL_PROJECT_OPERATING_GUIDE.mdwhen you want to use the kit on a real dissertation, thesis, manuscript, report, or evidence-synthesis project.
Minimum setup:
- Codex or Codex CLI
- GitHub account
- Git
- Terminal or shell: Apple Terminal, Windows Terminal, Git Bash, or Linux terminal
- Python 3 for the built-in local scripts
Optional but useful:
- GitHub CLI (
gh) - GitHub Desktop
- ChatGPT Codex Connector
- Obsidian
- LibreOffice or Microsoft Word
- ChatGPT or another LLM chat for optional manual external review through
scripts/build_external_review_bundle.py - Claude Code for one optional direct external-review runner through
scripts/claude_independent_review.pyif you have access
Clone the repository or copy this folder to a new project location. Keep it private until the public-release audit is complete.
Recommended project path pattern:
~/Documents/research-agent-starter-kit
Create your own:
RESEARCH_PROJECT_BRIEF.mdresearch-wiki/PROJECT_OVERVIEW.mdresearch-wiki/OPEN_QUESTIONS.md- project-specific requirement notes, such as
compliance/PROJECT_COMPLIANCE_TRACKER.mdoruniversity-guidance/FORMAT_REQUIREMENTS.md
Use the existing template files as starting points.
If your project is a dissertation or thesis, you may also create DISSERTATION_BRIEF.md from DISSERTATION_BRIEF_TEMPLATE.md.
Update:
AGENTS.mdPROJECT_AGENT_PREFERENCES.mdresearch-wiki/TASK_STATE.md
Keep private information minimal. Use placeholders until a source file confirms a fact.
Project skills live in:
.agents/skills/
Use the skills by name in agent prompts, or let agent-orchestration route tasks.
For formal writing, keep these files active:
.agents/skills/cognitive-frameworks/SKILL.md.agents/skills/academic-integrity-preflight/SKILL.md.agents/skills/academic-self-review-loop/SKILL.md.agents/skills/authorial-voice-integrity/SKILL.mdresearch-wiki/WRITING_QUALITY_RUBRIC.mdresearch-wiki/AI_WRITING_AUTHORIAL_VOICE_POLICY.mdresearch-wiki/DOCUMENT_PIPELINE.md
They help the agent package evidence status, check integrity, plan the argument, self-review the draft, revise authorial voice safely, and record thinking/writing/delivery checkpoints.
For knowledge-base work, start here:
knowledge-base/self-growing/README.mdknowledge-base/self-growing/growth-queue.mdknowledge-base/self-growing/compiled-wiki/INDEX.md
Then run:
python scripts/kb_health_check.py
python scripts/build_agent_index.py --rebuild --summary
python scripts/local_retrieval_search.py --rebuild --query "source readiness"Optional specialist skills:
research-neural-network-figurefor real AI/model architecture diagrams.research-nature-figurefor high-quality research figure planning.research-nature-writingfor article-style structure after evidence checks.
These skills are quality layers. They do not replace source checks, compliance checks, citation review, or delivery gates.
Use labels:
CONFIRMEDLITERATURE-SUPPORTEDCONTEXTUALINFERENCETO CONFIRMNEEDS VERIFICATION
Run:
./scripts/privacy_check.sh
python scripts/run_skill_evals.py
python scripts/validate_agent_schemas.py
python -m unittest discover -s testsReview the output before pushing to GitHub or sharing with friends.