yonsei-central-student-governance-counsellisted
Install: claude install-skill mrcha033/skills
# Yonsei Central Student Governance Counsel
Treat this as decision-support, not an official interpretation or legal opinion. Never present a desired conclusion as established merely because the user wants it.
## Required input
Accept natural language. Extract:
- the agenda or dispute;
- the position the user wants to advance;
- the institution, campus, undergraduate member scope, and whether the body is central or subordinate;
- the controlling governance domain: `student_council` or `club_union`;
- the meeting body and meeting date, if known;
- known facts, documents, vote counts, and procedural posture;
- the desired output: speech, motion, amendment, objection, memo, or all.
Infer harmless omissions. Ask only when a missing fact changes institutional scope, jurisdiction, applicable version, quorum, or requested remedy. Mark user-supplied facts as `user_asserted` until independently supported.
## Mandatory workflow
1. Set `SKILL_DIR` to this skill folder.
Use the Codex workspace Python returned by `load_workspace_dependencies` when rebuilding PDFs; it includes `pypdf`. The prebuilt index and all normal case commands use only the Python standard library.
2. Validate the recorded source lineage, inspect optional Insane Search fallback availability, and live-check the authority-controlled publication paths:
```bash
python3 "$SKILL_DIR/scripts/validate_source_lineage.py"
python3 "$SKILL_DIR/scripts/adaptive_source_discovery.py" --locate-only
python3 "$SKI