Skip to main content

바이브코딩 프로세스를 강제하는 MCP 서버 - PRD 없으면 코딩 없다

Project description

Clouvel

No spec, no code. PRD-First gate for AI coding.

PyPI Python License

Demo


The Problem

You ask AI to "build login" and it:

  • Skips password reset
  • Forgets social auth
  • Ignores error handling
  • Builds something different every time

Result: Hours of debugging "almost right" code.

The Solution

Clouvel blocks AI coding until you write a spec (PRD).

You: "Build login"
AI:  ❌ BLOCKED - No PRD found. Write a spec first.

You: *writes PRD with requirements*
AI:  ✅ PASS - PRD found. Coding allowed.

Same input → Same output. Every time.


Quick Start

# Install
pip install clouvel

# Add to Claude Code (auto-detects your platform)
clouvel install

# Start coding - can_code check runs automatically
claude

That's it. No config needed.


How It Works

  1. You ask AI to code something
  2. Clouvel checks for PRD (Product Requirements Document)
  3. No PRD? Blocked. Write the spec first.
  4. PRD exists? Allowed. AI codes with clear requirements.

Before & After

Without Clouvel With Clouvel
"Build login" → AI guesses "Build login" → AI reads PRD
Missing features All requirements included
Different results each time Consistent output
Debug for hours Works as specified

Features

Free (Open Source)

Feature Description
can_code PRD gate - blocks coding without specs
start Project onboarding with PRD templates
plan Detailed execution planning
save_prd Save PRD from conversation
Knowledge Base SQLite-based decision tracking + FTS5 search
Progress tracking Track what's done and what's next
8 project templates web-app, api, cli, chrome-ext, discord-bot, landing-page, saas, generic

Pro ($9.99/mo)

Feature Description
manager 8 C-Level managers review your code (PM, CTO, QA, CDO, CMO, CFO, CSO, Error)
ship One-click test → verify → evidence generation
Error Learning Learn from mistakes, auto-generate NEVER/ALWAYS rules
Dynamic meetings AI-powered team discussions with Claude API

Get Pro →


Installation

Requirements

  • Python 3.10+
  • Claude Code, Claude Desktop, or VS Code with Claude extension

Install

pip install clouvel

Connect to Claude

Automatic (recommended):

clouvel install

Manual - Windows:

{
  "mcpServers": {
    "clouvel": {
      "command": "py",
      "args": ["-m", "clouvel.server"]
    }
  }
}

Manual - Mac/Linux:

{
  "mcpServers": {
    "clouvel": {
      "command": "python3",
      "args": ["-m", "clouvel.server"]
    }
  }
}

Usage Examples

Block coding without PRD

You: "Build a user authentication system"

Clouvel: ❌ BLOCKED
- PRD.md not found
- Architecture.md not found

💡 Write a PRD first. Use `start` to begin.

Start a new project

You: "Start a new project"

Clouvel: 🚀 Project detected: web-app

Questions:
1. What's the main goal?
2. Who are the users?
3. What are the core features?

→ Generates PRD from your answers

Get manager feedback (Pro)

You: "Review my login implementation"

👔 PM: User story covers happy path, but what about failed attempts?
🛠️ CTO: Consider rate limiting for brute force protection.
🧪 QA: Need tests for edge cases - empty password, SQL injection.
🔒 CSO: ⚠️ CRITICAL - Password hashing not implemented.

Status: NEEDS_REVISION

Documentation


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.


Changelog

See CHANGELOG.md for version history.


License

MIT License - see LICENSE for details.


Stop debugging AI code. Start with a spec.
WebsiteIssuesGet Pro

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clouvel-1.7.2.tar.gz (95.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clouvel-1.7.2-py3-none-any.whl (126.9 kB view details)

Uploaded Python 3

File details

Details for the file clouvel-1.7.2.tar.gz.

File metadata

  • Download URL: clouvel-1.7.2.tar.gz
  • Upload date:
  • Size: 95.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for clouvel-1.7.2.tar.gz
Algorithm Hash digest
SHA256 28af0965284471552102f8d21d5bb794df04857cbcdbb34cf57b9c7857817a16
MD5 106fcd75d5d4ba83cd4540394d473b59
BLAKE2b-256 2334351bdaec33c4593deefd1394adfd3859d855a4074e05511d6562e0f10e96

See more details on using hashes here.

File details

Details for the file clouvel-1.7.2-py3-none-any.whl.

File metadata

  • Download URL: clouvel-1.7.2-py3-none-any.whl
  • Upload date:
  • Size: 126.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for clouvel-1.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cbc8879f45046b5aa87392eb1d07c00ce098d653621a000f89f2c787d4dd1d34
MD5 4f7e4b7c33579e9dd2531149a9bcb6a4
BLAKE2b-256 7cceecce94e496e16b6069b5d8bba7fb932db4eff6a89cb9db8108f6c71bd7f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page