cep-wizard

Solid

Launch a local, localhost-only browser wizard with two journeys — layout onboarding for a project with ult-repo-layout installed, initialized or not — guides an uninitialized or not-yet-discovered repo through Run Discover, then shows resolved layer/slot state through four labeled boxes and a directory picker, and lets you resolve pending layout decisions (confirm/skip/disable/pick-a-directory) and Apply them into context-config.yaml via ult-repo-layout's own confirm step; and retrofit — walks an existing skill library through ult-cep-retrofit's inventory/classify/draft/apply flow, with an editable per-file diff preview and batch Apply, never writing without that preview. Do NOT use for headless/CI-only layout validation — use ult-repo-layout's discover/confirm-layers/--validate directly.

AI & Automation 9 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ult-cep-wizard **Status: Phase 0 (read) + Phase 1 (write) + Phase 2 (guided brownfield onboarding) complete (D24). Journey 3 (consumer/retrofit) also complete, see below.** A thin, user-launched, localhost-only local server that reads a project's resolved `ult-repo-layout` state through four labeled boxes (What, How, Guidelines, Trip-wire) and a server-rendered directory picker, and lets you resolve each `PENDING` layout decision `discover` left behind — confirm the default, pick a custom directory, skip, disable, or acknowledge — and Apply everything staged into `context-config.yaml` in one step. The core rule is **wizard-proposes, CLI-commits (§18.3)**: the wizard only ever edits *decision lines* in `context-layout-discovery.md`; the actual commit always goes through `ult-repo-layout`'s own `confirm_layers.run_confirm()`, called in-process, never reimplemented. As of Phase 2, the server also always binds — even against a project that hasn't discovered its layout yet, or whose layout config is currently broken — and guides you through getting there instead of refusing to start; see "Guided setup" below. See [`references/wizard-security-model.md`](references/wizard-security-model.md), [`references/wizard-picker-and-boxes.md`](references/wizard-picker-and-boxes.md), [`references/wizard-write-path.md`](references/wizard-write-path.md), and [`references/wizard-onboarding-state-machine.md`](references/wizard-onboarding-state-machine.md) for the full design; design decision D24...

Details

Author
linkpranay-ai
Repository
linkpranay-ai/context-engineering-protocol
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

autoscaffold-content

Generate real starter content for a project's What-L2 (requirements) and How-L2 (architecture/conventions) CEP layers once ult-repo-layout has resolved their paths but found them empty — an honest, minimal, YAML-frontmatter-first overview document per layer for small/single targets, or graphify-informed per-module tiering with resumable per-module CONTEXT.md generation, existence-gated CODING-STANDARDS.md/TESTING-GUIDELINES.md, interface-boundary docs for graph-crossing module pairs, and a rendered CEP-INDEX.md router for large repos, optionally informed by a user-supplied domain-pack of terminology/references if one is configured. This skill generates a NEW starter doc only when none exists — it never compiles or reconciles EXISTING scattered guideline sources (that's compiling-project-guidelines' job). Do NOT use to enforce layout paths or run layer discovery — that's ult-repo-layout. Do NOT use to author or generate a domain pack — this skill only ever consumes one you already wrote.

9 Updated today
linkpranay-ai
AI & Automation Listed

wizard

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

1 Updated 1 months ago
20231118185SSPU
DevOps & Infrastructure Listed

wizard

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

9 Updated 6 days ago
xiaoxiaosrm