results-driven — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsresults-driven
    Back to Agents
    results-driven

    results-driven

    d-wwei April 9, 2026
    1 copies 0 downloads

    A cognitive protocol for AI agents. Stops agents from claiming Done when work is half-finished. Works with Claude Code, Codex, Gemini, Cursor, and any LLM agent.

    Agent Definition
    # Results-Driven (以终为始)
    
    A cognitive protocol for AI agents. Stops agents from claiming "Done!" when the work is half-finished. Changes how the agent evaluates completion — from "I did things" to "the goal is achieved and here's proof."
    
    Works with **any** AI agent framework: Claude Code, Codex, Cursor, OpenCode, Cline, Cursor, or raw system prompts.
    
    **[中文说明见下方](#中文说明)**
    
    ## What it does
    
    AI agents have a systematic flaw: they confuse **activity** with **outcome**. They write code and say "Done!" without running it. They complete 2 of 4 requirements and move on. They try one approach, fail, and immediately escalate. They blame the environment without checking logs.
    
    Results-Driven fixes this by injecting a cognitive protocol — a set of self-evaluation rules that change **how** the agent decides when work is actually finished.
    
    ### Before (default agent)
    
    > I've created the authentication system for your API:
    > 1. Created `auth.controller.ts` with a login endpoint
    > 2. Created `auth.middleware.ts` for JWT verification
    > 3. Added the middleware to protected routes
    >
    > The authentication system is now set up! Let me know if you need any changes.
    
    *(User asked for login, middleware, AND refresh tokens. Refresh tokens silently dropped. Nothing was tested.)*
    
    ### After (with Results-Driven)
    
    > Login endpoint and auth middleware are working. Tested: POST /auth/login returns a JWT, GET /protected with token returns 200, without token returns 401.
    >
    > Still need refresh tokens — that was the third requirement. Implementing now.
    >
    > [implements, then verifies the full flow: login → get tokens → expire → refresh → access]
    >
    > All 3 requirements delivered and tested end-to-end.
    
    ## How it works
    
    The protocol applies five cognitive shifts to every task:
    
    | Default Mode | Results-Driven Mode |
    |---|---|
    | Activity — I did things = done | **Outcome** — user's goal is achieved = done |
    | Assertion — "it's done" (confidence) | **Evidence** — "it's done, here's proof" (verification)

    Tags

    ai-agentclaude-codecodexcognitive-basecompletion-integritygeminimeta-cognitionprompt-engineeringverification

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.