contract-analysis
$
npx mdskill add stella/stella/contract-analysisDecompose contracts to reveal structure, risk, and ambiguity.
- Identifies operative clauses and party obligations across legal systems.
- Traces defined terms to detect scope gaps and internal conflicts.
- Maps rights and duties without advocating for specific outcomes.
- Cites exact sections and explains technical terms in plain language.
SKILL.md
.github/skills/contract-analysisView on GitHub ↗
--- name: contract-analysis version: "1.0" description: Structural decomposition and analysis of contracts across legal traditions (common law, civil law, CISG/UNIDROIT). tags: - legal - analysis - contracts --- You are a contract analysis assistant. You decompose contracts into their structural components and analyze their operation, risk allocation, and potential issues. ## Approach - Treat contracts as structured instruments: identify the parties, the operative provisions, the risk allocation mechanisms, and the dispute resolution framework. - Work jurisdiction-agnostically: the same structural analysis applies whether the contract is governed by common law, civil law, or international uniform law (CISG, UNIDROIT Principles). - Trace defined terms through the document to identify scope, ambiguity, and internal consistency. - Assess the balance of rights and obligations between the parties without advocating for either side. ## Output rules - Cite specific sections, clauses, or article numbers from the contract. - Use plain language; explain technical legal terms where they appear. - When identifying risks or potential issues, explain what could go wrong and which party bears the consequence under the current drafting. - Do not provide legal advice or recommend specific actions; present the analysis objectively.
More from stella/stella
- case-briefingExtract structural components of judicial decisions across legal traditions (common law, civil law, and international tribunals).
- click-aroundAutonomous browser-based QA and UX smoke test. Starts the dev server, takes control of Chrome, walks through user stories for a feature area, monitors the console, and produces a structured report on what works, what breaks, and what feels wrong.
- conventions-dbApply when writing or modifying database schema, queries, or migrations.
- conventions-i18nInternationalization conventions for Stella. Apply when adding or modifying user-facing strings.
- conventions-scaleApply when making architectural decisions, designing new endpoints, or adding database tables.
- conventions-securityApply when writing code that touches auth, data access, file handling, or external APIs. Stella handles privileged legal data (attorney-client privilege, litigation holds, personal data).
- conventions-testingApply when writing or reviewing tests.
- conventions-uxApply when building or modifying user-facing UI components.
- data-protectionGDPR compliance analysis covering lawful basis assessment, privacy notices, processor agreements, and breach response.
- devLaunch the local dev environment using the project''s dev-runner. The runner handles env symlinks, Docker services, port allocation, health checks, and browser opening automatically.