create-legal-workflow

Design auditable legal workflow metadata for Navigator skill units.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/neon-law-foundation/navigator --skill create-legal-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-legal-workflow
Source: https://github.com/neon-law-foundation/navigator/tree/main/.claude/skills/create-legal-workflow
Command: npx skills add https://github.com/neon-law-foundation/navigator --skill create-legal-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you design new Navigator legal workflows without skipping the feature spec, template, questionnaire, workflow, and testing steps that keep matters auditable and reusable.

Core Features & Use Cases

  • Workflow planning: Define the matter, actors, states, and legal workflow path before implementation.
  • Template composition: Shape the legal document template, questionnaire, and state transitions around Navigator's glossary and reusable step library.
  • Production readiness: Align the workflow with Restate handlers, idempotent side effects, and the required test layers for shipping.
  • Use case: A lawyer needs a new LLC formation flow, and this Skill guides the creation of the feature spec, legal template, workflow states, and implementation checklist.

Quick Start

Ask me to draft a new Navigator legal workflow for a specific matter type and include the feature spec, template structure, workflow states, and test plan.

Frequently Asked Questions about create-legal-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build auditable legal workflows for intake, review, and e-filing?

Auditable legal workflows are built by defining matter states, actors, and transitions using reusable templates and questionnaires aligned with Navigator's glossary. This ensures traceability and idempotence for intake, signing, certified mail, and e-filing operations.

What is the best way to design a new legal matter workflow without skipping feature specs?

Designing a legal matter workflow requires planning the feature spec, template composition, and state transitions before implementation. Aligning the workflow path with Restate handlers and test layers ensures the matter remains auditable and reusable before shipping.

Does Navigator support idempotent side effects for legal workflow automation?

Yes, Navigator supports idempotent side effects for legal workflow automation by aligning workflows with Restate handlers. This preserves traceability and glossary-based authorization during intake, review, signing, certified mail, and e-filing.

How do I create legal document templates and questionnaires for a new LLC formation flow?

Creating legal document templates and questionnaires involves shaping them around Navigator's glossary and reusable step library. You must define a valid SKILL.md frontmatter entry alongside state transitions to maintain idempotence and traceability.

What testing conventions are required to ship a Restate-backed legal workflow?

Shipping a Restate-backed legal workflow requires aligning with specific test layers that validate idempotent side effects and glossary-based authorization. These test conventions preserve the traceability and reusability needed for auditable legal matters.

When do I need to use glossary-based authorization for legal workflow metadata?

Glossary-based authorization is needed whenever you design auditable legal workflow metadata for Navigator skill units. It preserves traceability across new matter types, template extensions, and Restate-backed workflows for intake, review, and e-filing.