AI Develop Assistant
About
Assists AI developers with requirement clarification, module design, and technical architecture.
Details
- Author
- jiemobasixiangcai
- Categories
- Developer Tools, AI, Project Management, Knowledge Base
Jump to
Setup
Install AI Develop Assistant in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/jiemobasixiangcai/ai-develop-assistant
Follow the installation instructions in the repository README, then restart your MCP client.
- 智能需求澄清: 自动识别项目类型,生成针对性问题
- 分支感知管理: 跟踪项目目标、功能设计、技术偏好、UI设计等维度
- 架构自动生成: 基于完整需求生成技术架构方案
- 持久化存储: 自动保存分析结果,支持导出文档
git clone https://github.com/jiemobasixiangcai/ai-develop-assistant.git
python -m venv venv source venv/bin/activate # Unix/Linux/MacOS venv\Scripts\activate # Windows
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "ai-develop-assistant": { "command": "python", "args": ["path/to/AIDevlopStudy.py"], "env": { "MCP_STORAGE_DIR": "./mcp_data" } } } }
- start_new_project- 开始新项目
- create_requirement_blueprint- 创建需求蓝图
- requirement_clarifier- 获取需求澄清提示
- save_clarification_tasks- 保存澄清任务
- update_branch_status- 更新分支状态
- requirement_manager- 需求文档管理器
- check_architecture_prerequisites- 检查架构前置条件
- get_architecture_design_prompt- 获取架构设计提示
- save_generated_architecture- 保存生成的架构设计
- export_final_document- 导出完整文档
- view_requirements_status- 查看需求状态
配置(远程直连复制到你的工具中,将MCP_STORAGE_DIR替换为你的本地目录)
{ "mcpServers": { "ai-develop-assistant": { "command": "uvx", "args": ["ai-develop-assistant@latest"], "env": { "MCP_STORAGE_DIR": "/path/to/your/storage" } } } }
requirement_clarifier("我要做一个在线教育平台")
requirement_manager("目标用户:学生和教师", "项目概述")
architecture_designer("在线教育平台架构")
- 配置Claude Desktop(参考上面的配置方法)
- 重启Claude Desktop
- 开始智能需求分析:
requirement_clarifier("描述你的项目想法")
- 💬信任AI的分支管理:让AI引导你完成所有需求分支
- 🎯明确表达偏好:对技术选型、UI风格等明确表达偏好
- 📊定期查看状态:使用view_requirements_status了解进度
- 🤖适当授权AI:对不确定的部分可以说"用常规方案"
🎯 现在您拥有了一个真正智能的AI开发助手,它会记住每个细节,引导您完成完整的需求分析!
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Provides AI assistants with a comprehensive, one-time analysis for complete codebase context and understanding.
An MCP server for initial app planning and creating a good starting point for an app.
The official Duck Framework MCP server provides AI assistants with rich, project-aware context for building applications using Duck Framework. It offers documentation retrieval, code guidance, API references, best practices, component discovery, and framework-specific recommendations to help developers generate high-quality Duck Framework projects faster and more accurately.
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access documentation.
An AI-powered documentation server for code improvement and management, with Claude and Brave Search integration.
A collection of reference implementations for the Model Context Protocol (MCP), demonstrating how to give LLMs secure access to tools and data using Typescript and Python SDKs.
Automatic documentation updates from agents, and codebase conventions to reduce token usage.
A conversation-driven development framework for rapid MVP and POC creation.
Helps developers choose the right tech stack for their projects with personalized recommendations.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




