lcs-wizard
Installation
SKILL.md
LCS Wizard Skill
Shared Coding Contract: Refer to ../lcs-shared/contract.md for folder conventions, Handoff format, and token optimization.
Purpose: Generate interactive bash scripts for human-in-the-loop manual procedures (infra setup, migrations, deployments).
Chain of Truth Level: Standard
OKF Frontmatter & Writing Safety
When creating artifacts, include YAML frontmatter following the schema in ../lcs-shared/contract.md. Follow Artifact Writing Safety rules: generate content first, write one file, verify, stop on failure.
Trigger
Activate when user wants to: create setup scripts, walk through manual procedures, generate interactive wizards, or scaffold infrastructure.
Behavior Checklist
- Scope: Read
.env.example, config files, framework configs. Identify every required value the human needs to provide.