Skip to main content
ClaudeWave
Skill65 repo starsupdated yesterday

corporate-finance-basics

Corporate finance fundamentals for evaluating business decisions under cost, time, and risk constraints. Covers time value of money, net present value, internal rate of return, payback period, break-even analysis, cost-benefit analysis, debt vs equity, working capital, and the basic financial statements. Use when evaluating an investment, sizing a funding round, structuring a capital stack, or reading a balance sheet.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Tibsfox/gsd-skill-creator /tmp/corporate-finance-basics && cp -r /tmp/corporate-finance-basics/examples/skills/business/corporate-finance-basics ~/.claude/skills/corporate-finance-basics
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Corporate Finance Basics

Finance is the discipline of allocating capital over time under uncertainty. Every business decision that commits resources has a financial structure: a cost, a benefit, a timing, and a risk. This skill catalogs the core techniques a manager or founder uses to evaluate investments, raise capital, and read financial statements — enough to make sound decisions without pretending to be a CFO.

**Agent affinity:** drucker (capital allocation and effectiveness), mintzberg (reading financials in context)

**Concept IDs:** bus-debt-vs-equity, bus-cost-benefit-analysis, bus-break-even-analysis, bus-investment-appraisal

## The Finance Toolbox at a Glance

| # | Technique | Best for | Key signal |
|---|---|---|---|
| 1 | Time value of money | Comparing cash flows across time | Decision involves money now vs later |
| 2 | Net present value (NPV) | Evaluating investments | Must pick among projects with different timing |
| 3 | Internal rate of return (IRR) | Ranking projects | Need a single summary number |
| 4 | Payback period | Quick screening | Liquidity matters more than total return |
| 5 | Break-even analysis | Sizing a new product | Need to know the volume required to not lose money |
| 6 | Cost-benefit analysis | Structured decision | Costs and benefits span categories and time |
| 7 | Debt vs equity | Structuring capital | Must decide whether to borrow or sell ownership |
| 8 | Working capital | Managing the operating cycle | Cash is tight despite profits |
| 9 | Reading the three statements | Understanding any business | Need a diagnosis from financials |
| 10 | Cost of capital (WACC) | Discount rate selection | Need to know what return justifies an investment |

## Technique 1 — Time Value of Money

**Core principle.** A dollar today is worth more than a dollar tomorrow, because the dollar today can be invested to earn a return, or simply because future dollars are less certain. The conversion is done with a discount rate $r$.

**Formulas.**

- **Future value:** $FV = PV \cdot (1 + r)^n$ where $PV$ is present value, $r$ is the periodic rate, $n$ is the number of periods.
- **Present value:** $PV = FV / (1 + r)^n$

**Worked example.** At $r = 8$ percent annual, $1000 received five years from now is worth $1000 / 1.08^5 = 1000 / 1.4693 \approx 680.58$ today. The opposite direction: $1000 invested today at 8 percent grows to $1469.33 in five years.

**When it matters.** Any decision where cash flows occur at different times must be time-adjusted. Comparing "save $500/year for 10 years" against "pay $3000 up-front" without discounting gives the wrong answer.

## Technique 2 — Net Present Value (NPV)

**Pattern:** Sum the discounted cash flows of a project, including the initial investment as a negative at time zero. If NPV is positive, the project creates value at the chosen discount rate. If NPV is negative, it destroys value.

**Formula.**

$$NPV = \sum_{t=0}^{n} \frac{CF_t}{(1+r)^t}$$

**Worked example.** A project requires $100K today and produces $40K/year for 3 years. At $r = 10$ percent:

$$NPV = -100 + \frac{40}{1.1} + \frac{40}{1.1^2} + \frac{40}{1.1^3} = -100 + 36.36 + 33.06 + 30.05 = -0.53$$

Slightly negative. The project is not quite worth doing at a 10 percent cost of capital. At 8 percent the same project has NPV of +3.08 and is worth doing. The choice of discount rate is load-bearing.

**Decision rule.** Accept any project with positive NPV at the firm's cost of capital. Rank competing projects by NPV.

## Technique 3 — Internal Rate of Return (IRR)

**Pattern:** The IRR is the discount rate that makes NPV equal to zero. It summarizes the project's return as a single annualized rate, comparable across projects.

**Decision rule.** Accept projects with IRR above the cost of capital. Reject below.

**Limitations.** IRR has three failure modes that NPV does not:

1. **Non-unique IRRs** — projects with non-conventional cash flows (e.g., negative cash flow in the middle) can have multiple valid IRRs.
2. **Scale blindness** — a 50 percent IRR on a $10K investment is worse than a 15 percent IRR on a $10M investment for most firms, but IRR ranks the smaller project higher.
3. **Reinvestment assumption** — IRR implicitly assumes intermediate cash flows are reinvested at the IRR itself, which is usually not achievable.

**Rule of thumb.** Use NPV for the decision; report IRR as a summary for communication.

## Technique 4 — Payback Period

**Pattern:** The time required for cumulative cash inflows to equal the initial investment. A $100K investment producing $25K/year has a 4-year payback.

**Strength.** Simple, intuitive, and a reasonable proxy for liquidity risk — how long is capital locked up?

**Weakness.** Ignores time value of money and ignores cash flows after the payback threshold. A project with a 3-year payback and then zero return is ranked the same as one with a 3-year payback and then another decade of return.

**When to use.** As a screening filter before NPV. Payback is fast to compute and rules out obvious losers. Any project passing the payback screen still needs a full NPV before commitment.

## Technique 5 — Break-even Analysis

**Pattern:** Find the volume at which total revenue equals total cost. Below break-even, the firm loses money; above, it profits. The formula separates fixed costs (independent of volume) from variable costs (proportional to volume).

**Formula.** $Q_{BE} = \frac{FC}{P - VC}$ where $Q_{BE}$ is break-even quantity, $FC$ is fixed costs, $P$ is price per unit, $VC$ is variable cost per unit, and $(P - VC)$ is the contribution margin.

**Worked example.** A product has $200K annual fixed cost, sells for $50, and costs $30 variable per unit. Break-even is $200{,}000 / (50 - 30) = 10{,}000$ units. If forecast demand is 8,000, the product loses money even at full execution. If forecast is 15,000, it produces a profit of $(15{,}000 - 10{,}000) \times 20 = 100{,}000$.

**Strategic use.** Break-even exposes whether a product
art-history-movementsSkill

Major art movements and their historical context for art education. Covers 12 movements from the Renaissance to contemporary art, their defining characteristics, key artists, signature works, and the intellectual/social forces that produced them. Use when analyzing artworks in historical context, understanding stylistic lineages, identifying influences across periods, or connecting studio practice to art-historical precedent.

color-theorySkill

Color theory principles for art education. Covers the three color properties (hue, saturation, value), color mixing systems (subtractive and additive), color relationships (complementary, analogous, triadic, split-complementary), color temperature, simultaneous contrast and the relativity of color perception, and practical palette construction. Use when analyzing color in artworks, planning color schemes, understanding optical phenomena in painting, or investigating Albers's Interaction of Color experiments.

creative-processSkill

The creative process in art from idea to exhibition. Covers five phases of creative work (inspiration, incubation, exploration, execution, reflection), sketchbook practice, artist statements, critique methodology (formal and conceptual), portfolio development, and the studio as a working environment. Use when guiding students through project development, facilitating critique sessions, developing artist statements, curating portfolios, or understanding how professional artists structure their creative practice.

digital-artSkill

Digital art tools, techniques, and workflows for art education. Covers raster and vector workflows, digital painting, photo manipulation, generative and procedural art, 3D modeling and rendering, pixel art, the relationship between traditional skills and digital execution, and ethical considerations of AI-generated imagery. Use when working with digital tools, evaluating digital art, or bridging traditional art concepts into digital practice.

drawing-observationSkill

Observational drawing and visual perception techniques for art education. Covers contour drawing, gesture drawing, negative space, proportion and measurement, value mapping, spatial depth cues, and the cognitive shift from symbolic to perceptual seeing. Use when teaching drawing fundamentals, analyzing observational accuracy, or developing visual literacy in any medium.

sculpture-3dSkill

Three-dimensional art and sculptural thinking for art education. Covers additive and subtractive sculptural processes, armature construction, modeling in clay, carving principles, casting and moldmaking, assemblage and found-object sculpture, installation art as expanded sculpture, and the conceptual transition from pictorial to spatial thinking. Use when working with three-dimensional media, analyzing sculptural form, understanding spatial composition, or investigating the relationship between sculpture and site.

celestial-coordinatesSkill

Celestial coordinate systems and sky positioning. Covers horizon (altitude-azimuth), equatorial (right ascension-declination), ecliptic, and galactic systems; epoch and precession; coordinate transformations; planisphere use; and practical sky-locating from any latitude and date. Use when locating objects, planning observations, converting catalog coordinates, or teaching the geometry of the sky.

cosmological-observationSkill

Observational cosmology from Hubble's law to the CMB. Covers redshift, Hubble expansion, the cosmological parameters, the cosmic microwave background, large-scale structure, galaxy rotation curves and dark matter, Type Ia SNe and dark energy, and the current state of Lambda-CDM. Use when reasoning about the large-scale universe, interpreting cosmological surveys, or teaching the Big Bang evidence chain.