Overview
Blink lets you build an agent that acts as a planning partner. This type of agent can help you scope features, compare technical approaches, break down complex work into milestones, and de-risk decisions before you commit to building. This page shows you what’s possible and provides prompts you can use in Edit Mode to build your own planning agent.Getting started
- Create a new agent directory and run
blink init - Start the dev server with
blink dev - Press
Ctrl+Tto toggle to Edit Mode - Describe your planning agent using the ideas below
What you can build
Here are examples of what you can ask your planning agent to do once you’ve built it. These show the end result: scroll down to see how to build an agent that can handle these requests.Get multiple approaches with trade-offs
Get multiple approaches with trade-offs
Compare frameworks and tools
Compare frameworks and tools
Break down large features
Break down large features
De-risk technical decisions
De-risk technical decisions
Scope bug fixes methodically
Scope bug fixes methodically
Building your planning agent
Switch to Edit Mode (Ctrl+T) and use these prompts to build your agent. Copy and customize them based on what you want your agent to do.
Make it analyze trade-offs
Make it break down large features
Make it identify risks proactively
Make it ask clarifying questions
Make it format plans consistently
Make it reference code structure
Make it estimate scope realistically
Make it suggest proof-of-concepts
Make it compare frameworks and tools
Make it create debugging plans
How it works behind the scenes
When you use the prompts above, Edit Mode automatically implements the right tools for your agent. You don’t need to code anything; just describe what you want. Common tools include:- File reading - Access codebase to understand existing patterns
- Web search - Research frameworks, libraries, and best practices
- Code analysis - Identify complexity and integration points
- Structured output - Format plans with consistent structure
Iterating on your agent
As you test, you’ll discover what works and what needs adjustment. Use these Edit Mode prompts to refine your agent’s behavior:If plans are too vague
If plans are too vague
If scope estimates feel wrong
If scope estimates feel wrong
If risk assessment is missing
If risk assessment is missing
If the agent doesn't ask enough questions
If the agent doesn't ask enough questions
If recommendations lack reasoning
If recommendations lack reasoning
Advanced capabilities
Once your basic agent works well, consider these enhancements:Track decision history
Track decision history
Integrate with project management
Integrate with project management
Estimate based on team velocity
Estimate based on team velocity
Generate RFC templates
Generate RFC templates
Tips for success
When you’re building:- Start with basic trade-off analysis and milestone breakdown
- Give Edit Mode examples of good plans you’ve created before
- Test the agent on real planning scenarios from your backlog
- Iterate based on whether the plans feel actionable
- Add codebase reading so plans reference actual code
- Integrate with your project management tools
- Build in memory to learn from past decisions
- Share the agent with your team for consistent planning