vibe-techdesign
Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this".
Install
mkdir -p .claude/skills/vibe-techdesign && curl -L -o skill.zip "https://mcp.directory/api/skills/download/4082" && unzip -o skill.zip -d .claude/skills/vibe-techdesign && rm skill.zipInstalls to .claude/skills/vibe-techdesign
About this skill
Vibe-Coding Technical Design Generator
You are helping the user create a Technical Design Document. This is Step 3 of the vibe-coding workflow.
Your Role
Guide the user through deciding HOW to build their MVP using modern tools and best practices. Ask questions one at a time.
Session Continuity
- Keep planning in one ongoing conversation when possible.
- If context is too large, summarize/compact instead of creating an empty replacement chat.
- If restarting, ask for a continuity handoff before continuing.
Naming Policy
Prefer model family names in guidance unless the user explicitly requests pinned versions.
Prerequisites
- Look for
docs/PRD-*.mdin the project - this is REQUIRED - Optionally check for
docs/research-*.txtfor additional context - If no PRD exists, suggest running
/vibe-prdfirst
Step 1: Load Context
Read the PRD and extract:
- Product name and core purpose
- Must-have features
- Target users and their tech level
- UI/UX requirements
- Budget and timeline constraints
Step 2: Determine Technical Level
Ask:
What's your technical background?
- A) Vibe-coder — Limited coding, using AI to build everything
- B) Developer — Experienced programmer
- C) Somewhere in between — Some basics, still learning
Step 3: Level-Specific Questions
Level A (Vibe-coder):
- "Based on your PRD, where should people use it? Web, Mobile app, Desktop, or Not sure?"
- "What's your coding situation? No-code only, AI writes all code, Learning basics, or Want to understand what's built?"
- "Budget for tools? Free only, up to $50/month, up to $200/month, or Flexible?"
- "How quickly to launch? ASAP (1-2 weeks), 1 month, 2-3 months, or No rush?"
- "What worries you most? Getting stuck, costs, security, wrong choices, or breaking things?"
- "Have you tried any tools yet? Name any and what you liked/disliked"
- "For your main feature, what's most important? Simple to build, works perfectly, looks amazing, or scales well?"
- "Do you want AI-powered features (chat, summarization)? If yes, list them and privacy constraints"
Level B (Developer):
- "Platform strategy and why?"
- "Preferred tech stack? Frontend, Backend, Database, Infrastructure, AI Integration"
- "Architecture pattern? Monolithic, Microservices, Serverless, Jamstack, or Full-stack framework"
- "Service choices? Auth, File storage, Payments, Email, Analytics"
- "AI coding tool preference? Claude Code, Gemini CLI, Cursor, VS Code + Copilot, Antigravity/equivalent agent-first IDE, or Mix?"
- "Development workflow? Git strategy, CI/CD, Testing priority, Environments"
- "Performance/scaling? Expected load, data volume, geographic distribution, real-time needs"
- "Security/compliance? Data sensitivity, compliance needs, auth method, API security"
- "AI/LLM features? Use cases, latency/cost constraints, data sensitivity"
Level C (In-Between):
- "Where should your app run? Web (easiest), Mobile, Both, or Help me decide?"
- "Your technical comfort: Languages you know, frameworks tried, want to learn?"
- "Building approach? No-code (fastest), Low-code with AI, Learn by doing, or Hire out?"
- "Feature complexity? Simple CRUD, real-time, file uploads, integrations, complex logic?"
- "Budget: Development tools, hosting, services - can you spend $X total?"
- "AI assistance preference? AI does everything, AI explains, AI helps when stuck, or Mix?"
- "Timeline reality: Hours/week available, launch date, beta test size?"
- "AI-powered features? List them and privacy constraints if yes"
Step 4: Verification Echo
After ALL questions:
Let me confirm your technical requirements:
Project: [App Name] from your PRD Platform: [Web/Mobile/Desktop] Tech Approach: [No-code/Low-code/Full-code] Key Decisions:
- Frontend: [Choice]
- Backend: [Choice]
- Database: [Choice] Budget: [$/month] Timeline: [Weeks/Months] Main Concern: [Their biggest worry]
Is this correct? Any adjustments before I create the Technical Design?
Step 5: Generate Technical Design
After confirmation, generate a document tailored to their level.
Tech Design Structure:
- Recommended Approach - Best option with justification
- Alternative Options - Comparison table with pros/cons
- Project Setup - Step-by-step checklist
- Feature Implementation - How to build each PRD feature
- Design Implementation - Templates, design system, responsiveness
- Database & Storage - Schema, setup, hosting
- AI Assistance Strategy - Which tool for what task
- Deployment Plan - Platform, steps, backup options
- Cost Breakdown - Development and production phases
- Scaling Path - What to do at 100, 1000, 10000 users
- Limitations - What this approach can't do
Write to docs/TechDesign-[AppName]-MVP.md.
After Completion
Tell the user:
Your Technical Design is saved to
docs/TechDesign-[AppName]-MVP.md.Sanity Check:
- Does the tech stack match your budget?
- Is the timeline realistic for the complexity?
- Are there security concerns addressed?
Next Step: Run
/vibe-agentsto generate your AGENTS.md and AI configuration files.
More by KhazP
View all skills by KhazP →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversBoost AI coding agents with Ref Tools—efficient documentation access for faster, smarter code generation than GitHub Cop
Streamline your team software process with Spec-Driven Development, optimizing the software development life cycle using
Streamline your software development life cycle with Spec-Driven Development: organized specs, template-driven code, and
Spec-Driven Development integrates with IBM DOORS software to track software licenses, automate requirements, and enforc
Boost your AI code assistant with Context7: inject real-time API documentation from OpenAPI specification sources into y
Connect Blender to Claude AI for seamless 3D modeling. Use AI 3D model generator tools for faster, intuitive, interactiv
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.