thesis-agent-workflow

Automate thesis drafting loops with load, research, draft, save, log, and review steps.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/abzhaw/juliaz_agents --skill thesis-agent-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thesis-agent-workflow
Source: https://github.com/abzhaw/juliaz_agents/tree/main/.agent/skills/thesis-agent-workflow
Command: npx skills add https://github.com/abzhaw/juliaz_agents --skill thesis-agent-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables structured, agent-assisted thesis writing by automating the iterative drafting, reviewing, and revision cycles required for a master's thesis.

Core Features & Use Cases

  • Writing Loop Pattern: Follows a six-step cycle: LOAD, RESEARCH, DRAFT, SAVE, LOG, REVIEW to keep progress in lockstep with the thesis workflow.
  • Session Buffer & Draft Management: Maintains a memory of session steps in thesis/memory/session_buffer.md and writes drafts to thesis/drafts/ with timestamps for traceability.
  • German Expansion Prompts & Structure: Uses German academic tone prompts and supports IMRaD-based methodology expansion for methods and results.
  • Draft Convention & Research Reference: Provides conventions for draft file naming and links to thesis/research_papers for source material.

Quick Start

Load the current section from thesis/drafts, research relevant papers from thesis/research_papers, draft in German academic tone, save the updated section to thesis/drafts with a timestamp, and append the session to thesis/memory/session_buffer.md.

Frequently Asked Questions about thesis-agent-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative thesis drafting with AI agents?

Automated iterative thesis drafting uses a six-step loop—LOAD, RESEARCH, DRAFT, SAVE, LOG, REVIEW—to coordinate section writing, research integration, and refinement. This workflow maintains progress through session buffers and timestamped drafts for traceable academic writing.

Can I write German academic thesis sections using IMRaD structure?

German academic thesis sections can be drafted using IMRaD structure through specialized expansion prompts. The workflow applies German academic tone for content generation and supports methodology expansion specifically for methods and results sections.

What's the best way to manage thesis drafts and research papers in an AI workflow?

Managing thesis drafts and research papers requires a file-based workflow with dedicated directories: thesis/drafts/ for timestamped section saves, thesis/research_papers/ for source material, and thesis/memory/ for session tracking. This structure ensures traceability and easy reference linking.

How does the review cycle work in agent-assisted thesis writing?

The review cycle in agent-assisted thesis writing operates as the final step in the six-step loop, supporting optional human or model reviews. After drafting and saving, the system logs the session and triggers refinement cycles for iterative content improvement.

Do I need pre-existing research papers to start AI-assisted thesis writing?

Pre-existing research papers are needed to start AI-assisted thesis writing, as the workflow loads source material from thesis/research_papers/ during the RESEARCH step. These papers provide the reference material required for drafting sections with proper academic citations.

Thesis writing workflow not generating proper German academic tone, what are the limitations?

German academic tone generation depends on the built-in German expansion prompts applied during the DRAFT step. Limitations arise if the input research material lacks sufficient context or if the IMRaD methodology expansion prompts are not properly configured for the specific thesis section.