-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
Create a professional documentation website for Panopticon using Mintlify at www.panopticon-cli.com.
Design Requirements
Color Scheme
Light Mode:
- Primary text:
#0E0E0E(dark charcoal) - Background:
#FDFDF7(off-white/cream) - Accent color:
#D4A27F(warm tan) - Borders:
#666663(subtle gray)
Dark Mode:
- Primary text:
#E5E7EB(light gray) - Background:
#09090B(near black) - Accent:
#D4A27F(warm tan) - Borders:
rgba(212, 162, 127, .15)
Typography
- Headings: Serif display font (Georgia fallback)
- Body: Clean sans-serif with regular/medium/semibold weights
- Monospace: System defaults for code blocks
- Body text:
1remwith1.65remline height
Layout
- Max content width:
64rem - Left sidebar navigation (collapsible on mobile)
- Right-side table of contents
- Responsive: 3 columns (desktop) → 2 columns (tablet) → 1 column (mobile)
UI Components
- Code blocks: Syntax highlighting with copy button, dark background
- Callouts: Info, warning, tip boxes with accent colors
- Tables: Full-width with horizontal scroll on mobile, alternating row colors
- Mermaid diagrams: Cream background with subtle grid overlay (light), dark with muted accent grid (dark)
- Buttons: Primary (warm accent), secondary (light with border), ghost variants
Site Structure
/
├── Getting Started
│ ├── Overview
│ ├── Installation
│ ├── Quick Start
│ └── Configuration
├── Core Concepts
│ ├── Multi-Agent Orchestration
│ ├── Cloister (AI Lifecycle Manager)
│ ├── Specialist Agents
│ └── Workspaces
├── Features
│ ├── Skills System
│ ├── Heartbeat Hooks
│ ├── Health Monitoring
│ ├── Context Engineering
│ └── Agent CVs
├── CLI Reference
│ ├── pan up / down
│ ├── pan work issue
│ ├── pan specialists
│ ├── pan sync
│ └── All Commands
├── Dashboard
│ ├── Overview
│ ├── Board View
│ ├── Agent Monitoring
│ └── Activity Log
├── Integrations
│ ├── Linear
│ ├── GitHub
│ ├── Claude Code
│ ├── Cursor
│ └── Other AI Tools
├── Skills Library
│ ├── Built-in Skills
│ ├── Creating Custom Skills
│ └── Dev Skills
├── Advanced
│ ├── Self-Hosted Setup
│ ├── Docker Configuration
│ ├── Traefik & HTTPS
│ └── Troubleshooting
└── Contributing
├── Development Setup
├── Architecture
└── Publishing
Pages to Create
Priority 1 (Launch)
- Home/landing page with hero section
- Installation guide
- Quick start tutorial
- Core CLI commands reference
Priority 2 (Core Docs)
- Cloister documentation
- Specialist agents guide
- Skills system documentation
- Dashboard user guide
Priority 3 (Advanced)
- Self-hosted deployment
- Integration guides
- Contributing guide
- API reference (if applicable)
Technical Requirements
- Set up Mintlify project with custom theme
- Configure domain (www.panopticon-cli.com)
- Set up GitHub integration for auto-deploy
- Add search functionality
- Configure analytics
- Add "Edit this page" links to GitHub
Content Migration
Extract and adapt content from:
- Current README.md
- docs/PRD-CLOISTER.md
- Skills in
skills/directory - Inline code documentation
Acceptance Criteria
- Site is live at www.panopticon-cli.com
- All priority 1 pages complete and reviewed
- Dark/light mode working correctly
- Mobile responsive
- Search functional
- Code blocks have syntax highlighting and copy buttons
- Navigation matches proposed structure
Metadata
Metadata
Assignees
Labels
No labels