lcs-master
Installation
SKILL.md
LCS Master — Enhanced Contextual Router / Orchestrator
Shared Coding Contract: Refer to ../lcs-shared/contract.md for folder conventions, Handoff format, Chain Truth level mapping, token optimization. This skill is a router, not an author of artifacts itself. It selects and invokes the correct downstream LCS skill, enforces the contract on every handoff, and records a decision log.
Purpose
One skill to rule all. lcs-master is a contextual router over 21 LCS skills:
- Recognizes starting situations (on-ramps) and routes the flow accordingly
- Integrates vocabulary foundation (domain-modeling, codebase-design) as a layer beneath all skills
- Supports branching logic (prototype detour, wayfinder detour) without breaking Chain of Truth
- Provides rich contextual guidance with alternative paths and critical warnings
- Enforces shared contract (SOT) on every handoff: correct path, exact skill name, decision log
- Performs precondition check before the first routing in a new repo