Skip to main content

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

Project description

Clouvel

No spec, no code. Guardrails that catch what AI misses.

PyPI Python License

Solo coding, team-level review. 8 AI managers catch your blind spots before code ships.


Demo


Why Clouvel?

AI coding is powerful but dangerous:

The Pain What Actually Happens
AI skips requirements "Build login" → No password reset, no social auth
No one reviews your code Ship bugs you'd catch with a second pair of eyes
You forget past decisions Repeat the same debates, waste hours rediscovering context
Vibe coding trap Works today, breaks tomorrow

You're building alone. Clouvel makes sure you're not thinking alone.


What Clouvel Does

1. Gate — Think before AI codes

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

You: *writes PRD with requirements*
AI:  ✅ PASS - Ready to code.

2. Feedback — 8 managers review in 30 seconds

👔 PM:  "User story covers happy path, but what about failed attempts?"
🛠️ CTO: "Consider rate limiting for brute force protection."
🔒 CSO: "⚠️ Password hashing not implemented."

3. Memory — Never forget what you decided

You: "Why did we use JWT instead of sessions?"
AI:  Found decision #42: "JWT chosen for stateless scaling" (2024-01-15)

Gate + Feedback + Memory = Solo dev with team discipline.


FREE vs PRO

FREE PRO ($7.99/mo)
Projects 3 Unlimited
Templates lite (~150 lines) All (lite + standard + detailed)
Managers 1 (PM only) 8 (PM, CTO, QA, CDO, CMO, CFO, CSO, Error)
can_code WARN (doesn't block) BLOCK (enforces PRD)
Knowledge Base - Remembers all decisions
Error Learning - Learns from your mistakes

Get Pro → Use code FIRST1 for first month $1


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.


Key Tools

Tool What it does FREE PRO
can_code Checks if you can start coding WARN BLOCK
start Project onboarding + PRD templates lite All templates
manager C-Level review meeting PM only 8 managers
meeting Natural meeting transcript 1 manager All managers
plan Detailed execution planning
ship lint → test → build pipeline -
record_decision Save decisions to Knowledge Base -
error_learn Learn from mistakes -

7 project types: web-app, api, cli, chrome-ext, discord-bot, landing-page, saas


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

v1.9 Consolidated Tools

# Before: Multiple tools
get_prd_template(template="web-app")
get_prd_guide()
init_docs()

# After: Single tool with options
start --template=web-app    # Get template
start --guide               # Get PRD writing guide
start --init                # Initialize docs folder

# Before: Separate hook tools
init_rules(template="web")
hook_design(trigger="pre_code")
hook_verify(trigger="post_code")

# After: Single tool with options
setup_cli --rules=web              # Initialize rules
setup_cli --hook=design            # Create design hook
setup_cli --hook=verify            # Create verify hook

Documentation


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.


Deprecation Notice (v1.9)

The following tools show deprecation warnings and will be removed in v2.0:

Deprecated Use Instead
scan_docs can_code
analyze_docs can_code
verify ship
gate ship
get_prd_template start --template
get_prd_guide start --guide
init_docs start --init
init_rules setup_cli --rules
hook_design setup_cli --hook=design
hook_verify setup_cli --hook=verify
handoff record_decision + update_progress

Changelog

See CHANGELOG.md for version history.


License

MIT License - see LICENSE for details.


Solo coding, team-level thinking. That's Clouvel.
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-3.2.0.tar.gz (199.1 kB view details)

Uploaded Source

Built Distribution

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

clouvel-3.2.0-py3-none-any.whl (244.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for clouvel-3.2.0.tar.gz
Algorithm Hash digest
SHA256 aeaf3d253affb9d474f82c6b435104ce073fac88989ab2d2348d08baba52dec7
MD5 4c3a511396d51bf09854875ac1f9d383
BLAKE2b-256 509e74f84b18e6c6562554a578b29be9d1a70931a55ffd3f8a95a5c842444194

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for clouvel-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b3dbf1e90a2313b88a1db202010c2a6b9d34568fe57a529dba61a370ed75adf
MD5 aceb1123ac90490a84a199c103cf6d1e
BLAKE2b-256 ddd79d915e56e5bea87072ac9e659cd78455f993bf1168d7f0c3136c889c8d3d

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