VibeCoderMCP
Summary
Vibe-Coder MCP Server implements a structured development workflow that guides LLMs through feature creation with a systematic approach. It provides tools for feature clarification through iterative questioning, automatic generation of PRDs and implementation plans based on gathered requirements, and phase-based development tracking with task management. The server stores documents both in-memory and in the file system, offering a hybrid storage solution that makes it particularly valuable for AI-assisted software development where maintaining context and organization throughout the development lifecycle is essential.
Available Actions(10)
start_feature_clarification
Begin the feature clarification process.
provide_clarification
Answer clarification questions about a feature.
generate_prd
Generate a Product Requirements Document and implementation plan.
create_phase
Create a development phase for a feature.
add_task
Add tasks to a development phase.
update_phase_status
Update the status of a phase.
update_task_status
Update the completion status of a task.
get_next_phase_action
Get guidance on what to do next.
get_document_path
Get the path of a generated document.
save_document
Save a document to a specific location.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论