---
name: Babysitter
slug: quick-flow
category: Automation
description: A workflow for solo developers that transforms a project description into a technical specification, implements it in multiple stories with tests, and provides a multi-dimensional code review.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/bmad-method/skills/quick-flow"
language: JavaScript
stars: 1600
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:27.998Z
last_synced: 2026-07-29T06:36:59.271Z
canonical_url: "https://dirskills.com/skills/quick-flow"
---

# Babysitter

A workflow for solo developers that transforms a project description into a technical specification, implements it in multiple stories with tests, and provides a multi-dimensional code review.

**Install:** `git clone https://github.com/a5c-ai/babysitter`

## README

# Quick Flow

Lean solo-developer workflow for rapid spec-to-implementation with minimal overhead.

## Agent
Barry (Solo Dev) - `bmad-solodev-barry`

## Workflow
1. Quick Spec: Create technical specification with stories
2. Quick Dev: Implement each story with tests
3. Code Review: Multi-dimensional quality assessment

## Inputs
- `projectName` - Project name
- `projectDescription` - Project requirements
- `techStack` - Preferred technology stack (optional)
- `storyCount` - Number of stories (default: 5)

## Outputs
- Technical specification with architecture decisions
- Implementation results per story
- Multi-dimensional code review with 0-100 score
- Summary for stakeholder communication

## Process Files
- `bmad-quick-flow.js` - Complete Quick Flow lifecycle
