init-workflowlisted
Install: claude install-skill cunhaax/ai-workflow
# /init-workflow — Bootstrap and Validate the Workflow
Run this skill inside a project once this plugin is installed. It
scaffolds whichever project-owned files are missing from this skill's
bundled templates — independently of one another, so a project can already
have its own `AGENTS.md`, its own `CLAUDE.md`, or none of it — then fills
them with *this* project's facts, interactively, and verifies the setup end
to end. It is idempotent — re-run it after a plugin update or whenever
setup drift is suspected, and it acts as a doctor, reporting what is
missing rather than redoing what is already filled.
**Division of labor:** this skill scaffolds, adapts, and validates
project-owned files. It never edits the plugin's own mechanism — the
skills, sub-agents, and the plugin's own documentation are off limits;
updates to those come from updating the plugin itself, not from this skill.
**Ground rules:**
- **Propose, then write.** Every value you detect is a proposal until the
user confirms it. Batch the confirmations (one round for the initial
scaffold, one for commands, one for AGENTS.md sections, one for review
and planning guidance) instead of asking one question at a time — Step 4's
own "do you already have docs?" question is a separate, necessarily-first
round of its own, since it decides what the rest of that step even asks.
Never invent facts about the project; where the user defers, leave an
explicit `[TODO: …]` rather than a guess.
- **Keep `AGENTS.md` lean