smithery/jona

developer-tools-strategy-truell

Strategic guidance for building developer tools and AI-first products, derived from Michael Truell's experience building Cursor. Use when- (1) Evaluating whether to enter a market with established competitors, (2) Deciding between product improvement vs growth engineering investment, (3) Architecting AI-assisted developer tools, (4) Choosing between building custom infrastructure vs using existing solutions, (5) Navigating early user feedback that conflicts with product vision, (6) Assessing st…

Installation

$ npx skills add smithery/jona --skill developer-tools-strategy-truell

Summary

  • Strategic guidance for building developer tools and AI-first products, derived from Michael Truell's experience building Cursor.
  • Use when- (1) Evaluating whether to enter a market with established competitors, (2) Deciding between product improvement vs growth engineering investment, (3) Architecting AI-assisted developer tools, (4) Choosing between building custom infrastructure vs using existing solutions, (5) Navigating early user feedback that conflicts with product vision, (6) Assessing startup opportunities in AI/developer tools space, (7) Planning technical product launches and distribution strategies.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jona.

npx skills add smithery/jona

Browse all from smithery/jona

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 8,598 B
  • docs SUMMARY.md 655 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Building Developer Tools & AI Products: Cursor Case Study

Strategic framework for building AI-first developer tools based on Michael Truell's approach to building Cursor into a $100M ARR company competing against GitHub Copilot.

Core Philosophy

The Consistent Beliefs Framework

Take technology beliefs to their logical conclusion and build for that end state:

  1. Identify your core belief about where technology is heading
  2. Ask: "If this is true, what does the world look like in 5 years?"
  3. Evaluate competitors: Are they building for that end state or incrementally improving?
  4. Build for the extreme version of your belief

Example from Cursor:

  • Belief: All coding will flow through AI models
  • Observation: Competitors had great products but weren't aiming for full automation
  • Action: Build assuming all coding gets automated, not just assisted

Product-Growth Feedback Loop

In developer tools with strong word-of-mouth:

Product Quality → User Satisfaction → Organic Sharing → Growth

When to apply: Developer tools, technical products, B2B with technical buyers

Key insight: Product improvements drive growth more effectively than growth engineering in markets where:

  • Users are technical and evaluate products critically
  • Word-of-mouth is the primary distribution channel
  • Switching costs are moderate (users can try alternatives easily)

Decision Frameworks

Market Entry Assessment

Use when evaluating whether to enter a market with established competitors:

1. BELIEF ALIGNMENT
   □ Do you have genuine conviction about the future of this space?
   □ Are you excited to work on this regardless of market size?
   □ Would you work on this even if it seemed "impossible"?

2. COMPETITOR COMMITMENT ANALYSIS
   □ Are incumbents building for the extreme version of the trend?
   □ Are they constrained by existing business models?
   □ Do they have organizational incentives to move slowly?

3. CAPABILITY GAP
   □ What would you build that they aren't building?
   □ Can you move faster due to fewer constraints?
   □ Do you have unique insights from failed projects in this space?

Red flags (avoid the market):

  • Entering based on "armchair MBA thinking" (market looks big, competitors seem beatable)
  • No genuine excitement about the problem
  • Competitors are already building for the extreme end state

Build vs. Buy vs. Fork Decision

Use when architecting technical products:

START WITH EXISTING SOLUTIONS
├── Can you fork established open source? (VS Code, Code Mirror)
│   └── Yes → Fork and customize
│       └── Only build custom when product-necessary
│
├── Can you use API models? (OpenAI, Anthropic)
│   └── Yes → Start with APIs
│       └── Build own models when:
│           ├── You have unique product data
│           ├── Data enables measurable improvement
│           └── Scale justifies investment
│
└── Must you build from scratch?
    └── Only if: existing solutions fundamentally can't support your vision

Cursor's path:

  1. Forked VS Code (didn't rebuild editor)
  2. Started with API models (didn't train own models initially)
  3. Built own models when product data enabled improvement

Early User Feedback Navigation

Use when users request features that conflict with product vision:

FEEDBACK TYPE          | RESPONSE
-----------------------|------------------------------------------
Pulls toward niche     | Resist. Stay horizontal.
"Add X for enterprise" | Evaluate: Does this serve the core vision?
"Specialize for Y"     | Ask: Would this limit future expansion?
Quality complaints     | Prioritize. Product quality drives growth.
Core workflow friction | Fix immediately. This is your product.

Warning signs of dangerous feedback:

  • Early users want you to specialize for their specific use case
  • Requests that would make you "the AI coding tool for X industry"
  • Features that add complexity without serving the automation vision

Technical Architecture Patterns

AI-Assisted Coding Tool Components

Key capabilities that differentiate modern AI coding tools:

Component Description Implementation Priority
Next edit prediction Predict user's next action proactively High - differentiator
Codebase awareness Understand full project context High - table stakes
Inline suggestions Autocomplete within editor flow Medium - competitive parity
Chat interface Conversational coding assistance Medium - expected feature

Complexity Budget Management

End-user applications have limited cognitive overhead capacity:

COMPLEXITY BUDGET ALLOCATION:

Essential (must be simple):
├── Core editing workflow
├── AI suggestion acceptance/rejection
└── Basic navigation

Acceptable complexity:
├── Advanced features behind progressive disclosure
├── Configuration for power users
└── Integrations that stay out of the way

Over budget (avoid):
├── Required setup steps before value
├── Mandatory learning before productivity
└── Interruptions to flow state

Startup Execution Patterns

Pre-Launch Distribution (Technical Products)

Build audience through genuine technical engagement:

  1. Create technical content that demonstrates expertise
  2. Engage authentically with the developer community
  3. Share learnings from building (not just marketing)
  4. Build in public when possible

What doesn't work:

  • Growth hacking without product quality
  • Marketing-first approach for developer tools
  • Artificial scarcity or hype

Failed Project Value Extraction

Previous failures are preparation, not waste:

FROM FAILED PROJECTS, EXTRACT:
├── Technical skills learned
├── Collaboration patterns with co-founders
├── Domain knowledge accumulated
├── Emotional readiness to take on "impossible" problems
└── Clear understanding of what doesn't work

Cursor co-founders worked together on multiple failed projects before Cursor.

Resource Allocation Framework

For developer tools startups:

PHASE 1 (Pre-product-market fit):
├── 90% Product improvement
├── 10% Distribution/marketing
└── 0% Growth engineering

PHASE 2 (Early traction):
├── 80% Product improvement
├── 15% Distribution
└── 5% Growth optimization

PHASE 3 (Scaling):
├── 60% Product improvement
├── 25% Distribution
└── 15% Growth infrastructure

Mental Models Reference

Armchair MBA Thinking (Anti-Pattern)

Making startup decisions based on theoretical market analysis:

  • "This market is big"
  • "Competitors seem beatable"
  • "The timing is right"

Better approach: Choose based on genuine excitement and unique insight.

The Long Messy Middle

The transition period where humans and AI collaborate:

  • Full automation is the end state
  • Current state requires human-AI collaboration
  • Build tools that serve both states
  • Don't optimize only for today's workflow

Desperation as Catalyst

Failed projects create emotional conditions for bold moves:

  • After multiple failures, "impossible" competitors seem less scary
  • Desperation enables taking on GitHub/Microsoft
  • Previous failures reduce fear of failure

Key Principles Summary

  1. Build for extreme beliefs - Competitors often don't fully commit to stated beliefs
  2. Product over growth - Quality improvements drive growth in developer tools
  3. Resist niche pressure - Stay horizontal despite early user pull
  4. Start pragmatic - Fork, use APIs, build custom only when necessary
  5. Value failed projects - They build skills and emotional readiness
  6. Genuine distribution - Technical engagement beats growth hacking