Welcome to Flanner Documentation
Complete documentation for Flanner - AI-powered plan file management system with Claude Code integration, version control, and JIRA linking.
What is Flanner?
Flanner is a comprehensive plan file management system that integrates with Claude Code and other AI assistants through MCP (Model Context Protocol). It provides automatic versioning, Git protection, web interface, and JIRA integration for your .md plan files.
Quick Links
Introduction
Learn what Flanner is and how it works
Installation
Get Flanner up and running on your system
Quick Start
Create your first plan file in 5 minutes
CLI Commands
Complete reference for all CLI commands
Key Features
- 🤖 MCP Integration - Direct Claude Code integration via Model Context Protocol
- 📁 Git Protection - Automatic .gitignore management
- 📝 Automatic Versioning - Track changes with semantic versioning
- 🌐 Web Interface - Beautiful browser-based UI
- 🔗 JIRA Integration - Link plans to JIRA issues
- ⚙️ CLI Tool - 25+ commands for comprehensive management
Getting Started
Install Flanner and initialize it in your project:
# Install dependencies pip install -r requirements.txt pip install -e . # Initialize in your project cd your-project flanner initThen ask Claude to create plans, or use the web interface:
# Launch web interface flanner web --open-browser # Or ask Claude "Claude, create a new architecture plan for my project"New to Flanner? Start with the Introduction to learn the basics, then follow the Installation Guide to get set up.