mcpbeat Sign in

Grad Strat Tce Agent Skill

Apply Transaction Cost Economics (Williamson, 1975, 1985) to analyze governance structure choices — market, hybrid, or hierarchy — based on transaction characteristics. Use this skill when the user needs to decide make-or-buy, evaluate outsourcing vs vertical integration, design governance mechanisms for inter-firm relationships, or when they ask 'should we build this in-house or outsource', 'why do firms vertically integrate', or 'how should we structure this partnership'.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-strat-tce

What comes with it

6 270 bytes besides the instruction
examples/sample_scenario.md

The instruction itself

14 sections, as written by the author

Transaction Cost Economics (TCE)

Overview

TCE explains firm boundaries by analyzing the costs of conducting transactions. Williamson (1975, 1985) argues that governance structures (market, hybrid, hierarchy) are chosen to minimize the sum of production costs and transaction costs, given bounded rationality and opportunism.

When to Use

  • Make-or-buy decisions
  • Evaluating outsourcing, alliances, or vertical integration
  • Designing contractual safeguards for inter-firm transactions
  • Analyzing why certain industries are more vertically integrated

Assumptions

IRON LAW: Governance choice depends on transaction characteristics
(asset specificity, uncertainty, frequency) — NOT on firm preference,
tradition, or ideology. A misaligned governance structure will
generate avoidable costs and eventual correction.

Key assumptions:

  • Bounded rationality — Agents intend rationality but achieve it limitedly
  • Opportunism — Some agents will pursue self-interest with guile
  • Transactions vary in their characteristics and thus require different governance

Methodology

Transaction Characteristics

| Dimension | Low | High |

|-----------|-----|------|

| Asset Specificity | Generic assets, easy redeployment | Dedicated/specialized assets, lock-in risk |

| Uncertainty | Predictable outcomes, easy contracting | Unpredictable, incomplete contracts |

| Frequency | One-off or rare | Recurrent transactions |

Asset Specificity Types

  • Site specificity (location)
  • Physical asset specificity (specialized equipment)
  • Human asset specificity (specialized knowledge)
  • Dedicated assets (investment for specific buyer)
  • Brand name capital
  • Temporal specificity (timing matters)

Governance Selection Framework

  • Assess asset specificity — The primary discriminating variable
  • Assess uncertainty — Degree of environmental and behavioral unpredictability
  • Assess frequency — How often the transaction recurs
  • Map to governance:
  • Low specificity + low uncertainty → Market (price mechanism)
  • Moderate specificity → Hybrid (contracts, alliances, JVs)
  • High specificity + high uncertainty → Hierarchy (vertical integration)
  • Evaluate safeguards — Hostages, credible commitments, monitoring

Output Format

## TCE Governance Analysis: [Context]

### Transaction Profile
| Dimension | Assessment | Evidence |
|-----------|-----------|----------|
| Asset Specificity | [low/moderate/high] — [type] | ... |
| Uncertainty | [low/moderate/high] | ... |
| Frequency | [low/moderate/high] | ... |

### Governance Recommendation
- Recommended structure: [market/hybrid/hierarchy]
- Rationale: ...
- Required safeguards: ...

### Risk of Misalignment
- Current governance: [structure]
- Predicted inefficiency: ...

Examples

Good Example

A chip manufacturer assesses outsourcing a custom fabrication process: high physical asset specificity (dedicated equipment), high uncertainty (rapid tech change), high frequency — TCE prescribes hierarchy (in-house fabrication) with clear reasoning per dimension.

Bad Example

Recommending outsourcing "because it's cheaper" without assessing asset specificity or opportunism risk. TCE requires evaluating transaction characteristics, not just spot-price comparisons.

Gotchas

  • Asset specificity is the most important variable — always assess it first
  • TCE assumes opportunism as a possibility, not a certainty; but governance must protect against it
  • Hybrid governance has many forms (franchising, JVs, long-term contracts) — specify which
  • TCE is comparative, not absolute — compare governance alternatives, don't evaluate in isolation
  • Neglecting behavioral assumptions (bounded rationality, opportunism) misapplies the framework

References

  • Williamson, O. (1975). *Markets and Hierarchies*. Free Press.
  • Williamson, O. (1985). *The Economic Institutions of Capitalism*. Free Press.
  • Williamson, O. (1991). Comparative economic organization. *Administrative Science Quarterly*, 36(2), 269-296.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take asgard-ai-platform/grad-strat-tce from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.