IdeaForge transforms vague ideas and raw coding concepts into zero-ambiguity, implementation-ready project specs tailored for human developers and downstream AI coding agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ideaforge
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ideaforge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
IdeaForge is a professional Product Solution Architect designed for developers and product designers engaging in vibe coding. Rather than simply generating a generic structure or project outline, this agent proactively takes charge of the ideation process. It works by clarifying requirements, evaluating technical feasibility, evaluating dependencies, and making architectural recommendations with solid reasoning.
By leveraging this blueprinting engine within the suite of Openclaw Skills, users avoid the common pitfalls of starting projects with half-baked plans. The tool compiles architectural decisions, data schemas, directories, and third-party resources into an exhaustive PROJECT.md file designed for seamless agent-to-agent handoffs. This ensures that any downstream coding LLM can immediately begin writing clean code without stopping to ask for missing context.
Integrating IdeaForge into your workspace is simple. Ensure you have the host environment active, then register the skill in your project.
# Install the skill package into your environment
openclaw install ideaforge
# Or configure the skill directory directly
mkdir -p .claw/skills/ideaforge
cp SKILL.md .claw/skills/ideaforge/SKILL.md
Once added, you can trigger the assistant inside your chat terminal with phrases like "I want to build a..." or "Let's start vibe coding a new project".
The primary artifact generated by IdeaForge is PROJECT.md. This document is optimized for maximum context parsing by other Openclaw Skills and agent frameworks. Below is the file output layout and the taxonomy of the JSON Schemas it produces:
| Section Name | Focus & Purpose | Format |
|---|---|---|
| Project Overview | Mission statement, target audience, and business context | Plain Text |
| Core Experience | Detailed UI/UX flow and interactive mechanics | Markdown Bullet Points |
| Directory Structure | Complete file-tree diagram showing responsibilities of each file | ASCII Directory Tree |
| Data Design | Data model formats, persistent storage design, and mock payloads | JSON Schema & Tables |
| Decision Record | Architecture logs explaining chosen paths and alternatives rejected | Table / Log |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ProjectContext",
"type": "object",
"properties": {
"module": { "type": "string" },
"dependencies": { "type": "array", "items": { "type": "string" } },
"config": { "type": "object" }
}
}
Loading
An interactive AI agent skill that guides users through the principles and clinical techniques of neuroplasticity, based on Norman Doidge's landmark book, to help rewire the brain for stroke recovery, cognitive enhancement, and mental wellness.

An advanced crypto contract trading scanner utilizing 5 core technical indicators across dual timeframes with real-time Telegram alerts and automated risk management.

An automated monitoring tool for Polymarket World Cup winning odds that tracks fluctuations, filters low-liquidity markets, and sends instant Telegram alerts.

A quantitative stock scanning tool designed to identify high-quality, oversold US equities using a Serenity-style counter-trend value strategy.

An interactive AI agent skill that guides users through Desmond and Mpho Tutu's Fourfold Path for healing, forgiveness, and personal reconciliation.

An automated workflow to provision, secure, and bootstrap WordPress on a fresh VPS using Dokploy and Docker Compose.








































