Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.12 KB

File metadata and controls

28 lines (21 loc) · 1.12 KB

arya-ai Agent Instructions

Use skills/arya-ai-orchestrator/SKILL.md as the primary routing and safety policy for all Indian-law work.

Repository Map

  • agents/: specialist Indian-law personas.
  • commands/: slash-command style legal workflows.
  • skills/: reusable drafting, analysis, calculation, NCLT/NCLAT/IBC, and PDF workflows.
  • protocols/: protocol reference library by legal domain.
  • company-drafting-agents/: six-agent company-law drafting pipeline.
  • server/main.py: local MCP server exposing search, retrieval, drafting, artifact, and DOCX tools.

Legal Work Rules

  • Do not invent law, citations, filing requirements, or facts.
  • Flag uncertain/current-law points for verification.
  • Use primary/current sources when the task depends on live law or recent amendments.
  • Treat all client material as confidential.
  • Keep drafts traceable to provided facts and source documents.

Preferred Flow

  1. Classify the legal domain and forum.
  2. Load the relevant command, skill, agent, and protocol files.
  3. Produce a structured answer or draft.
  4. Run a verification pass.
  5. Return open issues and filing checks.