legal-proposal-generator

Original🇨🇳 Chinese
Translated

Generate various legal service documents (litigation plans, consultation reports, non-litigation plans, proposals, communication reports, etc.) based on case materials or communication records. This skill shall be used when users need to organize case materials, consultation records or communication content into professional legal documents.

2installs
Added on

NPX Install

npx skill4agent add cat-xierluo/legal-skills legal-proposal-generator

SKILL.md Content (Chinese)

View Translation Comparison →

Legal Service Document Generation Skill

Overview

Generate professional legal service documents from case materials or communication records. It supports multiple document types and adopts a modular architecture to automatically match scenarios.
Core Principles:
  • Only perform information extraction, induction, structuring and professional expression conversion
  • Do not add new facts, do not fabricate legal provisions or judicial opinions
  • Only conduct analysis and provide suggestions based on the provided materials

Document Types

Litigation Service Plan

Applicable Scenario: The client has explicitly entrusted litigation and needs to display the complete service idea and work plan
Core Features:
  • Highlight legal analysis and strategies
  • Clarify service stages and content
  • Complete narrative in paragraph form
Template File: templates/litigation-proposal.md

Consultation Report

Applicable Scenario: After the initial legal consultation, the client needs problem sorting and action guidelines
Core Features:
  • Include evidence collection list (table + checkbox)
  • Practical tool oriented
  • Strong operability
Template File: templates/consultation-report.md

Non-litigation Service Plan

Applicable Scenario: Non-litigation projects (such as compliance, transaction, due diligence, etc.) require phased and modular services
Core Features:
  • Emphasize project background and demand analysis
  • Phased service planning
  • Team configuration display
Template File: templates/non-litigation-proposal.md

Legal Service Proposal

Applicable Scenario: After offline communication with the client, a formal plan proposal needs to be submitted
Core Features:
  • Strong persuasiveness
  • Demonstrate professional competence and plan value
  • Display service content in stages
Template File: templates/service-proposal.md

Client Communication Report

Applicable Scenario: Comprehensive recording of complex cases requires a complete analysis framework
Core Features:
  • 12-part complete structure
  • Include cost-benefit analysis
  • Detailed action plan
Template File: templates/communication-report.md

Internal Communication Report

Applicable Scenario: Need other lawyers in the team to help verify problems, discuss strategies or conduct cross-departmental collaboration
Core Features:
  • Confidentiality level is fixed as "Internal Confidential"
  • Include a special section of "Team Internal Discussion Matters"
  • Clearly list the matters that need to be verified by colleagues and the person in charge
Template File: templates/internal-communication-report.md

Workflow

Step 1: Analyze input and determine document type

The selection of document type should comprehensively consider input content, client stage and document purpose.
Common Scenarios:
Input ContentClient StageDocument PurposeRecommended Type
Case materials (indictment, evidence list, etc.)Entrusted litigationShow complete service ideas and work plansLitigation Service Plan
Initial consultation communication recordsInitial consultationProblem sorting, evidence collection guidanceConsultation Report
Multiple communication recordsComplex cases, comprehensive analysisComplete analysis framework, cost-benefit evaluationClient Communication Report
Non-litigation project background materialsEarly stage of the projectPhased service planning, team configurationNon-litigation Service Plan
Need formal submission after communicationPlan presentationPersuade clients, demonstrate professional competenceLegal Service Proposal
Need team collaboration/assistance in verificationTeam collaborationInternal analysis, request for assistance, discussion of strategiesInternal Communication Report
Key Judgment Factors:
  • Client Stage: Initial consultation vs. multiple communications vs. entrusted
  • Analysis Depth: Quick action guide vs. comprehensive analysis framework
  • Presentation Purpose: Internal work plan vs. external persuasion material

Step 2: Select the corresponding template

Select the corresponding template in templates/ according to the document type.

Step 3: Generate the document

Generate content according to the template structure, and follow the following writing requirements:
General Writing Requirements:
  • Paragraph writing: Use paragraph description, avoid excessive use of dots and horizontal bars
  • Objective statement: The fact part is stated objectively, avoid subjective evaluation
  • Missing information marking: Mark missing or uncertain information with "[To be confirmed]"
  • Professional expression: Use accurate legal terms with clear logic
Visualization Extension (Optional):
You can use Mermaid charts to assist in explanation as needed, see Visualization Guide for details.

Step 4: Save the output

Automatically save as a Markdown file, the file name format is document type + case/project name.