Metho Agentic banner
iLomer iLomer

Metho Agentic

AI community

Description

Scaffold AI-powered projects with built-in methodology. Agents, memory, kanban and governance out of the box. Works with Claude Code.

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

Meto

Lovable gives you an app. Meto gives you a project -- built the right way, your way.

Meto scaffolds structured software projects with built-in methodology. You describe what you want to build, and Meto bootstraps a project with AI-generated epics, a sliced backlog, agent definitions, product context, and coding conventions -- ready for your first Claude Code session.

![demo](https://raw.githubusercontent.com/iLomer/Metho_agentic/main/assets/demo.gif)


Quick Start

npx meto-cli init

Answer a few questions, and Meto generates a fully structured repository in seconds -- with AI-powered content if Claude Code is installed.

**Already have a project?** Run the audit to bring it up to standard:

cd your-existing-project
npx meto-cli audit

How It Works

Meto detects whether Claude Code is installed on your machine and offers two paths:

**With Claude Code (AI-powered):**

  1. You answer 5 questions -- project name, description, target users, tech stack, output directory
  2. Choose your workflow mode -- Sprint (sequential) or Swarm (parallel epic agents)
  3. Select any MCP integrations to pre-configure for your project (GitHub, Sentry, PostgreSQL)
  4. Claude Code generates your product vision, problem statement, epics, and a sliced backlog with acceptance criteria
  5. Meto renders everything -- .claude/settings.json pre-configured with your stack's permission allowlist, .mcp.json generated if you selected integrations
  6. Context7, Sequential Thinking MCP, and ccstatusline are installed into your Claude Code environment automatically

**Without Claude Code (static):**

  1. You answer 10 questions -- the 5 above plus problem statement, success criteria, value proposition, out of scope, and code conventions
  2. Choose your workflow mode -- Sprint or Swarm
  3. Select any MCP integrations to pre-configure for your project (GitHub, Sentry, PostgreSQL)
  4. Meto renders your answers into the same structured project -- `.claude/