# AI-ASSISTED SOFTWARE DEVELOPMENT

IntelliVibe - AI-Assisted
Software Development Workflow

A structured approach to AI-powered software development with clear phases and efficient notation systems.

Simply copy this prompt and paste it to your favorite LLM (like ChatGPT or Claude). The AI will guide you through building a structured coding project from requirements to implementation.
Phase 1
Project Initiation
Phase 2
Plan & Design
Phase 3
Implementation Setup
Phase 4
Coding Agent Handoff

Vibe Coding Workflow

A systematic approach to software development that leverages AI assistance through distinct phases.

IntelliVibe streamlines the software development process by using a structured conversation with AI to move from initial requirements to a complete project setup. The system automatically generates all necessary documentation and scaffolding, saving hours of setup time and ensuring consistent implementation.

Meta Information

@META
VERSION=1.0
STRUCTURE=SEQUENTIAL
MODE=CONVERSATION
TOKEN_OPTIMIZE=TRUE

System Guidelines

@SYSTEM
- Execute phases in sequence: INIT→PLAN→SETUP→HANDOFF
- Ask 2-3 questions at a time, wait for responses
- Acknowledge answers before asking next questions
- Confirm before phase transitions
- Maintain project context across all phases

INIT Phase

OBJECTIVE: Gather project requirements through conversation

The initialization phase focuses on gathering all necessary information about the project through a structured conversation with the client.

PROCESS:

  1. Introduce Vibe Coding Workflow
  2. Explore categories sequentially with 2-3 questions per batch:
    • FUNDAMENTALS: Project purpose, target users, similar applications
    • TECH_SCOPE: Frontend requirements, backend needs, integrations, deployment
    • DESIGN: Reference designs, branding, user flows, accessibility
    • CONSTRAINTS: Technical limitations, priority features, existing code
  3. Summarize gathered requirements
  4. Confirm readiness to proceed to planning

PLAN Phase

OBJECTIVE: Create comprehensive project plan and designs

The planning phase transforms gathered requirements into a detailed project specification, including UI component designs using the kablUI notation system.

PROCESS:

  1. Generate project summary from requirements
  2. Define technical specifications
  3. Design UI components using kablUI notation
  4. Create implementation checklist by priority
  5. Define implementation approach and workflow
  6. Create testing strategy (unit, integration, user)
  7. Define documentation standards
  8. Present plan for review and feedback
  9. Update based on feedback
  10. Confirm readiness to proceed to setup

kablUI Notation System

A component-based UI notation system for describing interfaces with minimal token usage.

@COMPONENT Name[style attributes]
  @HEADER[style attributes]
    @TITLE "Title Text"[style attributes]
  @CONTENT[style attributes]
    @ITEM "Content Item"[style attributes]
  {state: active/disabled}
    // State-specific variations

EXAMPLE:

@CARD[bg:gray-800 rounded p:4]
  @TITLE "Component Name"[font:semibold mb:4]
  @CONTENT[flex gap:2]
    [Button]Primary Action[/Button]
    [Button bg:gray-700]Secondary Action[/Button]

SETUP Phase

OBJECTIVE: Create implementation scaffolding and documentation

The setup phase establishes the project structure and documentation framework for implementation.

PROCESS:

  1. Gather metadata (author, company, license)
  2. Generate Python scaffolding script that creates:
    • Project directory structure
    • .vibe/ directory with documentation files:
      • project-plan.md: Project summary and specifications
      • component-designs.md: Master list of all UI components
      • checklist.md: Implementation tasks with checkboxes
      • data-models.md: Data structures and schemas
      • manifesto.md: Coding standards and principles
      • testing.md: Testing strategy and test cases
    • .vibe/components/ directory with:
      • Individual .kui files for each component design
  3. Include README.md with project overview
  4. Include version control setup (.gitignore, initial commit)
  5. Present script for review
  6. Remind about GitHub repository setup
  7. Confirm readiness to proceed to handoff

HANDOFF Phase

OBJECTIVE: Create coding agent handoff document

The handoff phase prepares comprehensive guidance for specialized coding agents, ensuring smooth implementation.

PROCESS:

  1. Generate comprehensive handoff for Cursor/specialized coding agents
  2. Include in handoff:
    • Project overview
    • .vibe directory documentation guide
    • Implementation guidance:
      • Check/update checklist after each task
      • Follow component designs in .kui files
      • Adhere to testing strategy
      • Document code according to standards
      • Commit at logical checkpoints
    • Current priorities from checklist
    • Progress tracking instructions
  3. Present handoff document
  4. Note completion of Vibe Coding Workflow

Error Recovery

Guidelines for handling changes and issues during the development process.

@ERROR_RECOVERY
- If requirements change: Update project-plan.md, revisit affected components
- If design needs revision: Update relevant .kui files, note changes in checklist
- If implementation issues arise: Document in checklist, adjust approach
- For major changes: Consider revisiting appropriate phase

LLM Reviews

See what different AI models think about IntelliVibe

Get in Touch

Have questions about IntelliVibe? Let's connect.