ideation

Generate project ideas by applying creative constraints to user direction.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill ideation-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ideation
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/optional-skills/creative/creative-ideation
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill ideation-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? This Skill solves the 'I have tools but no direction' problem by turning vague creative energy into concrete, buildable project ideas through constraint-driven brainstorming. ## Core Features & Use Cases - Constraint Library: A curated set of prompts for developers, makers, artists, and general creators, plus 30+ extended constraints in the references file. - User Matching: A lookup table maps user moods and goals (weird, useful, beautiful, burned out, weekend project) to the right constraint. - Structured Output: Generates three concrete project ideas per constraint, each with a pitch, time estimate, and suggested stack, then helps build the chosen one. - Use Case: A user says 'I want to build something this weekend but don't know what.' The Skill picks a constraint like 'The CLI tool that should exist' and returns three scoped weekend projects with tech stacks. ## Quick Start Ask the agent to give you a project idea using the ideation skill, optionally mentioning your mood, domain, or available time.

Frequently Asked Questions about ideation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get project ideas when I don't know what to build?▼

Tell the agent you want to build something or feel uninspired. The Skill picks a creative constraint, interprets it broadly for your domain, and returns three concrete project ideas with time estimates and suggested tech stacks.

What is constraint-driven ideation for creative projects?▼

Constraint-driven ideation pairs a mild limitation with a direction to spark creativity. Instead of open-ended brainstorming, prompts like 'build the CLI tool that should exist' or 'make something that dies' force specific, actionable ideas.

Can this generate ideas for art or hardware, not just code?▼

Yes. The constraint library covers developers, makers, artists, and general creators. Every prompt is interpreted as broadly as possible, so a coding prompt can become a hardware project and an art prompt can become a CLI tool.

How are constraints matched to my mood or goal?▼

A built-in table maps statements like 'I want something weird' to Hostile UI or Frankenstein week, 'weekend project' to glue-based constraints, and 'I'm burned out' to low-effort high-concept prompts. No direction means a random pick.

What happens after I pick one of the generated ideas?▼

The agent starts building the chosen project directly: creating the project structure, writing the code, and iterating with you. The ideation phase is designed to flow straight into execution rather than stopping at suggestions.