Solution Design

A guide to designing AI solutions through the 7-Step wizard.

Solution Design

The 7-Step Wizard

Design your AI development solution through ClickEye's core feature, the 7-Step wizard. Once you complete each step, you can download the result as a ZIP file.

Step-by-Step Guide

Step 1 — Basic Project Information

Enter the project name, description, and purpose.

Step 2 — Platform Selection

Select the AI agent platform you want to use.

  • Choose from Claude Code, Gemini CLI, Cursor, or Codex

Step 3 — Stack Selection

Select your programming language and framework.

Step 4 — Agent Configuration

Select the agents to use for the project.

Step 5 — Skill Configuration

Select the skill modules you need.

Step 6 — MCP Configuration

Configure the MCP (Model Context Protocol) server settings.

Step 7 — Review and Generate

Review the complete configuration, then download the ZIP.

ZIP Structure

When you extract the downloaded ZIP, the following structure is created:

my-project/
├── .claude/          # Claude Code settings
├── .env.example      # Environment variable template
├── CLAUDE.md         # Project guide
└── README.md         # Getting started guide

Detailed content will be updated later (24S-186).