Ai Workflow Wizard banner
hugoafj hugoafj

Ai Workflow Wizard

AI community

Description

AI-Native Development Workflow Wizard — Bootstrap, configure, and maintain professional AI development workflows in any project

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Workflow Wizard

Sets up a complete AI development workflow in any repo — context layers, testing, CI/CD, and spec-driven development. One command installs everything; the wizard adapts to your stack and IDE automatically.

Install

**One time in your terminal:**

curl -fsSL https://raw.githubusercontent.com/hugoafj/ai-workflow-wizard/main/install.sh | bash

This installs global slash commands (`/wf-init`, `/wf-refresh`, `/wf-cleanup`) that work in any IDE. Supports: Claude Code, Cursor, Windsurf, Kiro, Codex, Copilot, Antigravity, OpenCode.

Quick Start

**Inside your project (legacy or greenfield with git + stack initialized):**

In your IDE or CLI agent, run:

/wf-init    # Or just say "run wf-init" to your agent

**IMPORTANT**: This wizard requires [gentle-ai](https://github.com/Gentleman-Programming/gentle-ai), the foundation ecosystem that powers SDD, Engram (persistent memory), skills, and multi-IDE routing. If gentle-ai is not installed, the wizard will guide you through installation automatically. **Before running `/wf-init`, take 5 minutes to read the [gentle-ai documentation](https://github.com/Gentleman-Programming/gentle-ai#readme)** — understanding how gentle-ai works is essential to getting the most out of this workflow. Skipping this step means missing critical features like the SDD orchestrator and persistent memory between sessions.

The wizard discovers your stack, installs [gentle-ai](https://github.com/Gentleman-Programming/gentle-ai) (the foundation ecosystem), generates `AGENTS.md`, configures satellites per IDE, sets up git hooks, and prepares CI/CD templates.

Protecting Custom Content

If you add team-specific rules, policies, or custom configurations to `AGENTS.md`, wrap them with markers so the wizard never overwrites them:


## Our Team Rules

- Code review: 2 approvals minimum
- Release window: Tuesdays only
- Documentation: Always in English