Introducing the Devplan CLI
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
/bin/bash -c "$(curl -fsSL https://app.devplan.com/api/cli/install)"
2. Authenticate with Devplan
This sets up your credentials securely and gives 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, and IDE.
4. Pull Instructions into Your IDE
In your coding agent input, type the command to pick up and run the latest scoped feature instructions.
Full List of Commands
| Command | Description |
|---|---|
auth |
Authenticate with Devplan to enable all other functionality securely. |
clean |
Clean up individual repositories from your Devplan workspace. |
clone |
Clone a repository and immediately focus on a feature for fast onboarding. |
focus |
Focus on a specific feature from your selected project. |
help |
View help content and usage examples for any command. |
self |
Display information about your currently authenticated user. |
update |
Update your CLI to the latest version with one command. |
version |
Print the current CLI version (useful for debugging or CI logs). |
Try It Now
If you’re already using Devplan, just run the install command above, then authenticate and initialize in your repository. 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!