Before committing to a feature, understand what it’ll actually take. The Agent analyzes your codebase to estimate difficulty, and can suggest features based on customer signals, competitor gaps, and product patterns.Documentation Index
Fetch the complete documentation index at: https://kasava.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
What You Get
Feature Difficulty Estimates
A table showing features with code-informed difficulty ratings:- Feature name and source (roadmap, issues, ad hoc)
- Difficulty estimate — based on actual code complexity, not gut feel
- Affected areas — which parts of the codebase are involved
- Create Plan — generate a full plan for a specific feature
- Create Full Plan — plan all listed features together
Feature Suggestions
When you want ideas, the Agent suggests features based on:- Customer signals — what users are asking for
- Competitor gaps — what others have that you don’t
- Product patterns — opportunities from your usage data
- Code opportunities — areas where small changes unlock big value
Example Prompts
| What you ask | What you get |
|---|---|
| ”How hard would it be to add SSO?” | Difficulty estimate with code analysis |
| ”Estimate difficulty for these features: SSO, webhooks, audit log” | Comparison table |
| ”Suggest features we should build next” | Feature suggestions with evidence |
| ”What are customers asking for that we don’t have?” | Signal-driven feature suggestions |
| ”What would it take to add real-time collaboration?” | Difficulty analysis + affected areas |