mejkable

mejkable

An agentic development framework for hardware and physical products, built for solopreneurs and lean teams. Plain markdown. Works with any AI coding agent.

The ten phases

00

Opportunity Discovery

Where's the opportunity? Is it worth pursuing?

01

Problem Definition

What exactly is the problem and who has it?

02

Research & Insight

What do we need to know before designing?

03

Product Definition

What are we building and what are the boundaries?

04

Concept Development

What could it look like?

05

Design Development

How exactly is it constructed?

06

Prototyping & Validation

Does it work and does it meet the need?

07

Production Development

How do we make it at scale?

08

Launch Preparation

How do we get it to customers?

09

Post-Launch & Iteration

What did we learn and what comes next?

How it works

01

Scaffold

Click "Use this template" on GitHub to spin up a fresh project repo with clean history.

02

Pick a harness

Claude Code, Codex, OpenCode, Cursor, Aider — all supported via the AGENTS.md convention.

03

Work the phases

Copy prompts, capture output, hand context forward. The chassis keeps your agent coordinated.

# Or clone and re-init git clone https://github.com/mejkable/mejkable-chassis my-product cd my-product && rm -rf .git && git init