Business Investment Advisor

Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring,

What Is Business Investment Advisor?

The Business Investment Advisor is a specialized Claude Code skill designed to assist organizations in making informed capital allocation decisions. This tool functions as a virtual senior business investment analyst, guiding users through the evaluation of expenditures such as equipment purchases, real estate acquisitions, technology upgrades, hiring, vendor contracts, and new business initiatives. Unlike personal investment advisors, this skill is tailored exclusively for business-related investments and capital projects. It leverages quantitative financial analysis—such as ROI (Return on Investment), IRR (Internal Rate of Return), NPV (Net Present Value), payback period, and comparative assessments like build vs buy or lease vs buy—to provide clear, data-driven recommendations. The skill’s utility extends across a range of business scenarios, from justifying capital expenditures to determining the optimal allocation of limited budgets.

Why Use Business Investment Advisor?

Making sound investment decisions is critical for business growth, profitability, and long-term sustainability. Many organizations struggle to quantify the impact of capital expenditures, often relying on gut instinct or incomplete data. The Business Investment Advisor skill addresses this challenge by:

  • Providing objective, structured analysis: It standardizes the evaluation process, ensuring all investment opportunities are assessed using established financial metrics and methodologies.
  • Supporting transparent decision-making: By showing the math, stating assumptions, and highlighting potential risks, it enables stakeholders to understand and trust the recommendations provided.
  • Maximizing capital efficiency: The skill helps prioritize projects and expenditures that deliver the highest returns, thereby optimizing the use of scarce financial resources.
  • Reducing bias and oversight: By following a repeatable and rigorous process, it minimizes the influence of cognitive biases or incomplete analysis.

Organizations deploying the Business Investment Advisor skill can expect to improve project justification, reduce wasted spend, and enhance strategic capital planning.

How to Get Started

To use the Business Investment Advisor skill, follow these steps:

  1. Install and Configure
    Clone the repository from GitHub and integrate the skill with your Claude environment as per the setup instructions.

  2. Provide Company Context
    Before running any analysis, ensure that relevant company context is available. If a company-context.md file exists, the skill will read it to tailor recommendations to your organization’s financial environment and strategic goals.

  3. Supply Investment Details
    The skill operates best when it has clear input on the following:

    • Type of investment (e.g., equipment, hire, software, real estate)
    • Total upfront cost and any ongoing costs
    • Expected useful life or contract term
  4. Input Financial Projections
    Enter expected financial impacts, such as:

    • Projected revenue increase
    • Anticipated cost savings
    • Any associated operational costs
  5. Run the Analysis
    The skill will compute key financial metrics, summarize assumptions, and deliver a clear recommendation. It also flags potential risks and uncertainties.

Example Usage (Python/Claude Prompt):

## Example inputs for a new equipment purchase
investment = {
    "type": "equipment",
    "upfront_cost": 100000,
    "useful_life_years": 5,
    "expected_annual_savings": 30000,
    "discount_rate": 0.08
}

advisor = BusinessInvestmentAdvisor()
result = advisor.evaluate_investment(investment)
print(result["summary"])

Key Features

  • Comprehensive Financial Analysis: Calculates ROI, IRR, NPV, payback period, and other critical metrics.
  • Scenario Evaluation: Supports build vs buy, lease vs buy, and vendor selection analysis.
  • Risk Flagging: Identifies key assumptions and highlights what could go wrong.
  • Clear Recommendations: Offers actionable, evidence-based advice with supporting calculations.
  • Context Awareness: Reads company context files to align analysis with organizational strategy.
  • Conversational Data Gathering: Prompts users for necessary inputs in an intuitive, conversational manner.

Best Practices

  • Ensure Complete Inputs: Accurate analysis depends on comprehensive investment details and realistic financial projections.
  • Review Assumptions: Examine all assumptions made in the analysis, and update them as new information becomes available.
  • Use for Comparative Decisions: Apply the skill when evaluating multiple projects or vendors to ensure consistent, objective comparison.
  • Document Outcomes: Record both the analysis and actual outcomes for continuous improvement and future reference.
  • Integrate with Budgeting: Use the skill as part of the capital budgeting cycle to prioritize and justify expenditures.

Important Notes

  • Business Use Only: The skill is strictly for business capital allocation decisions and does not provide personal investment or securities advice.
  • Assumption Sensitivity: Results are dependent on the accuracy of input assumptions; always validate key inputs.
  • No Guarantee of Results: While the skill enhances decision quality, it cannot eliminate all uncertainty inherent in business investments.
  • Data Privacy: Ensure sensitive company data is handled according to your organization’s data governance policies.
  • Skill Maintenance: Regularly update the skill and review its logic to align with evolving business practices and financial standards.