build-guide

Author per-practice-area clinic guides controlling intake, pedagogy, review gates, and jurisdiction rules.

Updated May 26, 2026
One-click install
npx skills add https://github.com/yachela/claude-for-legal-ar --skill build-guide-yachela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-guide
Source: https://github.com/yachela/claude-for-legal-ar/tree/main/legal-clinic/skills/build-guide
Command: npx skills add https://github.com/yachela/claude-for-legal-ar --skill build-guide-yachela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps a supervising attorney rapidly author a per-practice-area guide that controls how student-facing legal clinic skills interview, draft, and enforce review gates.

Core Features & Use Cases

  • Supervisor-authored practice-area guide: Produces a Markdown configuration artifact that student-facing skills read to align behavior with the clinic’s teaching philosophy.
  • Pedagogy posture controls (assist / guide / teach): Sets default and optional per-document overrides for how much work the AI does versus how much the student must produce.
  • Review gates and supervision routing: Defines which work products can go straight from student to output versus which must route through supervisor sign-off.
  • Cross-plugin check wiring: Specifies when other skills should run and how their outputs should be flagged for supervisor review.
  • Local rules and jurisdiction capture: Documents practice-area-specific courts, local rules, and forms so drafting and advice stay jurisdiction-aware.

Quick Start

Run the command /legal-clinic:build-guide to walk through practice-area, intake questions, pedagogy posture, review gates, cross-plugin checks, and local rules, then write the resulting guide file in the clinic configuration directory.

Frequently Asked Questions about build-guide

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

FAQPage Schema
How do I configure pedagogy posture controls for a legal clinic practice area?

Pedagogy posture controls for a legal clinic practice area are configured by authoring a per-practice-area guide that sets assist, guide, or teach modes to determine how much work the AI does versus the student. You can apply default postures and optional per-document overrides.

What's the best way to enforce supervisor-only access when authoring clinic guides?

Supervisor-only access is enforced by reading the supervisor role and clinic profile from the CLAUDE.md configuration file before writing the practice-area guide. This ensures only supervising attorneys can author or update the configuration.

How do I capture local court rules and jurisdiction information for clinic drafting?

Local court rules and jurisdiction information are captured directly in the practice-area guide markdown file. This ensures student-facing drafting and advice skills remain jurisdiction-aware by documenting practice-area-specific courts, local rules, and forms.

Can I wire cross-plugin checks into student-facing legal clinic skills?

Cross-plugin checks are wired into legal clinic skills by specifying when other skills should run and how their outputs should be flagged for supervisor review. This is configured within the practice-area guide authored by the supervising attorney.

Do I need a specific directory structure to store legal clinic practice-area guides?

Legal clinic practice-area guides require a specific directory structure, writing the markdown file to the legal-clinic guides configuration folder under the practice-area name. The supervisor role and clinic profile must also exist in the CLAUDE.md configuration file.