Introducing the Devplan CLI
May 19, 2025
The Devplan CLI is your new command-line companion for bringing structured, AI-assisted product development directly into your workflow.
Whether you’re using Cursor or JetBrains Junie, the Devplan CLI gives you the power to bridge product planning and real code execution, right inside your AI-enabled IDE.
You already know the pain of jumping between docs, tickets, Slack threads, and your editor. The CLI eliminates that mess. Go from rough idea to production-ready feature in record time, with confidence that what you’re building is scoped, aligned, and complete.
What Is It?
The Devplan CLI is a command-line interface built in Go that connects to Devplan’s backend via secure, protobuf-based APIs. It pulls custom rules files along with detailed project requirements, test cases, architectural guidance and edge cases built specifically for coding agent and delivers the output directly into your IDE.
With the CLI, you can:
Fetch scoped work directly from your Devplan projects
Inject coding agent-ready instructions into your IDE of choice
Keep features and requirements in sync from product definition to engineering development
In short, it’s the orchestration layer between product thinking and code execution.
How Do You Use It?
Here’s how to use it:
Authenticate once, stay logged in securely
Select your IDE, company, project, and feature interactively
Sync with your Git repo and bring in context-aware tasks
Focus on a feature, and Devplan guides you with scoped instructions
Pull clean, AI-generated plans directly into your local dev workflow
Getting Started in 60 Seconds
1. Install the CLI
2. Authenticate with Devplan
This sets up your credentials securely and give the CLI access to Devplan projects.
3. Initialize in Your Repo
Navigate to your local repo, then:
You’ll be prompted (via terminal UI) to pick your:
Company
Project
Feature
IDE
4. Pull Instructions into Your IDE
In your coding agent input, type the following:
This command will pick up and run executing the latest scoped feature instructions .
Full List of Commands
Here's the full list of Devplan CLI commands:
Command | Description |
---|---|
| Authenticate with Devplan to enable all other functionality securely. |
| Clean up individual repositories from your Devplan workspace. |
| Clone a repository and immediately focus on a feature for fast onboarding. |
| Focus on a specific feature from your selected project. |
| View help content and usage examples for any command. |
| Display information about your currently authenticated user. |
| Update your CLI to the latest version with one command. |
| Print the current CLI version (useful for debugging or CI logs). |
Try It Now
If you’re already using Devplan, just run:
Then:
You’ll be moving your next feature into production faster than ever.
We’ll be sharing more CLI tips, workflows, and advanced usage patterns soon!