The academic meta-prompting framework for AI agents like Claude Code, Gemini CLI, OpenCode. Features citation-aware drafting, hallucination checks, and rigorous structural planning. Built for PhDs and PIs who are tired of writer's block. AI is powerful; WTF-P makes it tenured!
<div align="center"> <img src="https://raw.githubusercontent.com/akougkas/wtf-p/main/assets/wtfp-banner.jpg" alt="WTF-P Banner" width="600"> # WTF-P **Write The F\*\*\*ing Paper.** Also: Proposal. Presentation. Poster. ```bash npx wtf-p ``` *Academic writing commands for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Gemini CLI](https://github.com/google-gemini/gemini-cli), and [OpenCode](https://github.com/opencode-ai/opencode).* </div> --- ## What This Does WTF-P installs structured commands into your AI coding assistant that turn it into an academic writing system. You get spec-driven workflows, citation grounding, section isolation, and quality verification — not just "write me a paper." Every section is planned before it's written, verified after, and grounded in your actual BibTeX sources. --- ## Quick Start ```bash npx wtf-p # Install commands (Claude Code by default) ``` Then in your AI assistant: ```bash /wtfp:new-paper # Guided interview about your research /wtfp:create-outline # Build section structure + word budgets /wtfp:plan-section 1 # Plan first section /wtfp:write-section # Write the section ``` Run `/wtfp:help` for the full command list. --- ## Runtime Support | Runtime | Commands | Agents | Extras | |---------|----------|--------|--------| | **Claude Code** | 36 | 11 | Skills, MCP server, plugin manifest | | **Gemini CLI** | 36 | 11 | — | | **OpenCode** | 36 | 11 | — | ```bash npx wtf-p --global # Claude Code (default) npx wtf-p --global --gemini # Gemini CLI npx wtf-p --global --opencode # OpenCode ``` --- ## Installation ```bash # Default: install to Claude Code npx wtf-p # Global install (recommended — persists across projects) npx wtf-p --global # Local to current project only npx wtf-p --local # Specify a custom config directory npx wtf-p --global --config-dir ~/research/.gemini # Check what's installed npx wtf-p status # Diagnose is
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.