A lightweight CLI to manage your AI coding assistant configurations and professional design documents.
- Single source of truth for AI configs (
.ai/directory) - Sync to Cursor, Claude, Gemini, and GitHub Copilot
- Beautiful, ready-to-use design document template
- Project-level sync support
- Built-in diagnostics (
doctorcommand)
bash install.shAfter installation, make sure ~/.local/bin is in your PATH:
export PATH="$HOME/.local/bin:$PATH"# Initialize AI configuration structure
simply init ai
# Create a professional design document
simply create design-doc
# Sync AI rules to all tools
simply sync ai
# Check status
simply doctorsimply init ai |
Create .ai/ folder structure |
|---|---|
simply create design-doc |
Generate design-doc.md |
simply sync ai. |
Sync .ai/ to Cursor, Claude, Gemini & Copilot |
simply status |
Show config status |
simply doctor |
Run full diagnostics |
simply create design-doc creates a high-quality, modern design document with:
- Clear Goals and Non-Goals
- Architecture & Design section with Mermaid support
- Alternatives Considered comparison table
- Data Model, API Changes, Testing, etc.
- Approval checklist
Example usage:
simply create design-doc
# → Creates design-doc.md ready to be filled