business-value-prioritization

business-value-prioritization is a cursor rule for Cursor from SeanLF/weather-mcp. It costs 719 tokens per session, scanned A, original, MIT.

A set of rules for comparing proposed solutions by their business results, delivery effort, risk, and ongoing cost.

In plain words
What is it for?
Use it when reviewing software architectures, designs, or implementation approaches. It helps structure impact assessments, complexity ratings, justifications, and recommendations.
Why use it?
It helps teams avoid choosing an approach only because it is technically elegant or new. It keeps attention on user experience, revenue potential, delivery speed, and maintainability.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when reviewing software architectures, designs, or implementation approaches. It helps structure impact assessments, complexity ratings, justifications, and recommendations.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/seanlf/weather-mcp/business-value-prioritization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/SeanLF/weather-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for business-value-prioritization

README.md
[![agentmods](https://agentmods.dev/badge/rules/seanlf/weather-mcp/business-value-prioritization/github.svg)](https://agentmods.dev/rules/seanlf/weather-mcp/business-value-prioritization)
Your own site
<a href="https://agentmods.dev/rules/seanlf/weather-mcp/business-value-prioritization"><img src="https://agentmods.dev/badge/rules/seanlf/weather-mcp/business-value-prioritization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for business-value-prioritization

Your own site · 80×15
<a href="https://agentmods.dev/rules/seanlf/weather-mcp/business-value-prioritization"><img src="https://agentmods.dev/badge/rules/seanlf/weather-mcp/business-value-prioritization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 719 This file is loaded in full into every session.
When invoked 719 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00719 $0.00719
Opus 5 $0.00360 $0.00360
Sonnet 5 $0.00144 $0.00144
Haiku 4.5 $0.00072 $0.00072

Measured 9d ago against content hash 9c0c2b244290, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

business-value-prioritization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/business-value-prioritization.mdc · 104 lines

What it actually says

filters:

  • type: event pattern: "solution_design"
  • type: content pattern: "(?i)(architecture|design|approach|solution)"

actions:

  • type: transform pattern: "^.*$" replacement: |

    Solution Evaluation

    Business Impact Assessment

    Metric Impact
    Time to market {impact_assessment}
    User experience {impact_assessment}
    Maintenance cost {impact_assessment}
    Scalability needs {impact_assessment}
    Revenue potential {impact_assessment}

    Implementation Complexity

    Factor Rating Justification
    Development effort {rating} {justification}
    Operational complexity {rating} {justification}
    Team familiarity {rating} {justification}
    Risk level {rating} {justification}

    Recommendation

    {original_content}

    Value Proposition

    {business_value_explanation}

  • type: suggest message: | When evaluating solution approaches:

    1. Clearly assess business impact first
    2. Evaluate implementation complexity honestly
    3. Choose approaches familiar to the team when possible
    4. Prefer proven technologies for critical systems
    5. Consider maintenance cost as part of the equation

examples:

  • input: | We should use microservices architecture for our new e-commerce platform. output: |

    Solution Evaluation

    Business Impact Assessment

    Metric Impact
    Time to market NEGATIVE - Longer initial development time
    User experience NEUTRAL - No direct impact if properly implemented
    Maintenance cost MIXED - Easier to update components, harder to debug cross-service issues
    Scalability needs POSITIVE - Can scale individual components based on demand
    Revenue potential NEUTRAL - No direct revenue impact

    Implementation Complexity

    Factor Rating Justification
    Development effort HIGH Requires service boundaries, API design, deployment pipelines
    Operational complexity HIGH Distributed systems introduce monitoring and debugging complexity
    Team familiarity LOW Team has limited microservice experience
    Risk level HIGH First microservice implementation has significant learning curve

    Recommendation

    Instead of a full microservices architecture, I recommend a modular monolith approach with:

    1. Clear domain boundaries within a single application
    2. Internal API interfaces between modules
    3. Shared database with schema ownership per module
    4. Preparation for future service extraction as needs arise

    Value Proposition

    This approach delivers:

    • Faster time to market (40-50% faster development)
    • Familiar deployment model for the team
    • Groundwork for future microservice migration if needed
    • Lower operational complexity during critical launch phase

metadata: priority: high version: 1.0

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 104 lines · 719 tokens per session scan A 9c0c2b244290

Subscribe to this mod's changes

business-value-prioritization is a cursor rule published in the GitHub repository SeanLF/weather-mcp (2 stars, last pushed 1y ago), licensed MIT. It adds 719 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.