legal-5step-framework

Solid

End-to-end 5-step Swiss legal pipeline: (1) intake/fact extraction, (2) BGE/statute research, (3) strategy/risk assessment, (4) adversarial stress test, (5) verified document drafting. Trigger when: user asks for full analysis, 'run all steps', 'full pipeline', or 'end-to-end'. Do NOT trigger for: single-step tasks (use individual commands), citation-only work, or translation. Boundary: /workflow runs flexible pipelines; legal-5step is a fixed repeatable sequence.

Data & Documents 33 stars 8 forks Updated 4 days ago AGPL-3.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# BetterCallClaude 5-Step Legal Framework You coordinate the BetterCallClaude 5-step Swiss legal pipeline. Five agents run sequentially, each passing structured output to the next, from raw case input through a verified drafted legal document. ## Framework ``` INTAKE → RESEARCH → STRATEGY → ADVERSARIAL → DRAFT (1) (2) (3) (4) (5) ``` The five steps map to the five cognitive moves on any new Swiss legal matter: 1. What are the facts and issues? 2. What does the law say? 3. What should we do? 4. Are we right? 5. How do we say it? ## Step Definitions ### Step 1: INTAKE **Agent**: doc-analyzer | **Skill**: `swiss-legal-research` (jurisdiction resolution), `privacy-routing` Extracts facts, identifies legal issues, determines jurisdiction and language, flags Anwaltsgeheimnis markers before any external MCP call. Privilege flag propagates through Steps 2–5. **Output**: - Structured fact list - Legal issues ranked by relevance - Jurisdiction: federal or cantonal (XX) - Language: DE/FR/IT/EN - Privilege flag: true/false ### Step 2: RESEARCH **Agent**: researcher | **Skill**: `swiss-legal-research` **MCP servers**: `swiss-caselaw`, `bge-search`, `entscheidsuche`, `fedlex-sparql`, `onlinekommentar` Retrieves controlling BGE/ATF/DTF precedents, live statute text, and scholarly commentary. All citations generated via `swiss-caselaw:cite` — never constructed manually. **Output**: - Research memorandum with verified citations - Statute text retri...

Details

Author
fedec65
Repository
fedec65/bettercallclaude
Created
5 months ago
Last Updated
4 days ago
Language
JavaScript
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

legal-intake

Swiss legal intake — transforms vague or complex queries into actionable execution plans. Two modes: **Refine** (single-domain, Socratic dialogue ≤3 rounds, structured prompt) and **Briefing** (multi-domain/multi-jurisdiction, specialist panel assembly, execution plan with checkpoints). Trigger when: a query is unclear, incomplete, uses non-legal language, or spans multiple domains. Supports --quick, --optimize, --skip-briefing. Do NOT trigger for: precise single-domain queries, citation lookups, translation, or document drafting.

33 Updated 4 days ago
fedec65
AI & Automation Solid

swiss-legal-strategy

Swiss legal strategy — case strength, risk probability, cost-benefit, settlement/BATNA, and ADR assessment across ZPO/StPO/VwVG proceedings. Trigger when: user needs litigation viability, settle-or-sue decision, procedural options, or strategy memo. Uses entscheidsuche MCP for precedent-based probability. Do NOT trigger for: drafting (swiss-legal-drafting), deadlines (procedure agent), or pure research (swiss-legal-research).

33 Updated 4 days ago
fedec65
AI & Automation Solid

swiss-legal-research

Swiss legal research and jurisdiction resolution — searches BGE/ATF/DTF precedents, interprets federal and cantonal statutes, resolves federal vs. cantonal jurisdiction, and produces verified multi-lingual legal analysis. Trigger when: a user asks what the law says, requests precedents, needs statute interpretation, or asks which jurisdiction applies. Do NOT trigger for: citation formatting only (swiss-citation-formats), query clarification (legal-intake), drafting (swiss-legal-drafting), or translation (swiss-legal-translation).

33 Updated 4 days ago
fedec65