🦁 BeTheTamer
Professional Kanban for Developers. Zero Context Switching.
Manage tasks, track progress, and coordinate AI agents directly from your code comments. No external tools, no context switching, just pure flow.
⚡ Why BeTheTamer?
Traditional project management tools (Jira, Trello) live outside your IDE, causing friction. BeTheTamer brings the project management into your codebase.
- Stay in Flow: Create/update tickets without leaving the file you're editing.
- AI-Native: Built to give context to Cursor, Windsurf, and Copilot instantly.
- Zero Overhead: A simple comment is all it takes.
⚡ Quick Start: Import Existing TODOs
Already have comments in your code? BeTheTamer can scan your specific project for // TODO: and // FIXME: comments and convert them into tickets instantly.
- Open Command Palette (
Cmd+Shift+P).
- Run
BeTheTamer: Import TODOs.
- Select the items you want to track.
- 🚀 Done! They are now on your Kanban board.
🚀 Interactive CLI
Initialize your project in seconds with our new interactive CLI.
# Start the interactive setup wizard
bethetamer init
The wizard will guide you to:
- Generate Agent Rules: Auto-detects your IDE (Cursor, Windsurf, VS Code, Antigravity) and creates the perfect system prompt.
- Create Ignore File: Sets up
.bethetamerignore to keep your board clean.
- Scaffold Demo: Creates a sample project to test the workflow.
Manual Commands:
# Check for duplicate IDs or invalid statuses
bethetamer check
# Export your board to HTML/Markdown
bethetamer export-board --format html
📝 Syntax Guide
Standard Ticket
Use @ticket for tasks, bugs, or improvements.
// @ticket Implement user authentication
// @id: T0aa2
// @epic-ref: User Accounts System
// // (You can also use the Epic ID, e.g. @epic-ref: E101)
// @status: todo
// @priority: high
// @tags: backend, security
// @end
Epic (New!)
Use @epic to define high-level features or goals.
// @epic User Accounts System
// @id: E101
// @status: todo
// @description: Handles all user registration and profile management.
// @end
Supported Fields
| Field |
Required |
Description |
@ticket / @epic |
✅ |
The title of the task. |
@status |
✅ |
todo, doing, done, blocked. |
@id |
❌ |
Unique ID (Auto-generated on save if missing). |
@priority |
❌ |
low, medium, high, critical. |
@tags |
❌ |
Comma-separated tags. |
@epic-ref |
❌ |
Link to an Epic by Name (e.g., "User Accounts") or ID (e.g., "E101"). |
@checkpoint |
❌ |
Save "save points" for AI context restoration. |
🤖 AI Superpowers
BeTheTamer isn't just a Kanban board; it's a context engine for AI.
Smart Context Switching
Stop wasting tokens re-explaining your project.
- Tag it: Add
// @checkpoint: Reached working MVP
- Export it: Run "BeTheTamer: Export Context"
- Feed it: Paste the minified JSON into a fresh chat. Your AI now knows the exact state of every task.
Token Savings
| Project Size |
Standard Context |
BeTheTamer Context |
Savings |
| Medium (~20 Files) |
~80k tokens |
~25k tokens |
📉 ~68% |
💰 How to Save Tokens (Best Practice)
- Init & Forget: Configure your rules once with
bethetamer init.
- Plan First: Create your tickets and epics (
/start-epic) before asking the AI to write code.
- Context-First: Instead of adding your whole codebase to the chat:
- Run
BeTheTamer: Generate Context Map.
- Copy the output.
- Paste it into your Agent (Cursor/Windsurf).
- Result: The agent knows your entire architecture and task list for the cost of a few kilobytes.
| Large (100+ Files) | ~150k+ tokens | ~30k tokens | 📉 ~80% |
🎨 Visual Boards
Visualize your progress with stunning, built-in Kanban boards.
- Generative Themes: Choose from "Deep Slate" (Professional), "Gradient" (Vibrant), or "Light/Dark".
- Drag & Drop: (Coming Soon) Update status by dragging cards.
- Exportable: Share progress with stakeholders via standalone HTML files.
📦 Installation
- Install Extension: Search "BeTheTamer" in VS Code Marketplace.
- Install CLI:
npm install -g bethetamer (Optional, for CI/CD).
- Init: Run
bethetamer init in your project root.
📄 License
Proprietary / Commercial
- Free Trial: Full access for 3 days.
- Pro License: Required for ongoing access to AI features and advanced exports.
Made with ❤️ for developers who love to stay in the zone.