Files
turbostarter/.windsurf/workflows/bmad/bmm/workflows/document-project.md
Alejandro Gutiérrez 3527e732d4 feat: turbostarter boilerplate
Production-ready Next.js boilerplate with:
- Runtime env validation (fail-fast on missing vars)
- Feature-gated config (S3, Stripe, email, OAuth)
- Docker + Coolify deployment pipeline
- PostgreSQL + pgvector, MinIO S3, Better Auth
- TypeScript strict mode (no ignoreBuildErrors)
- i18n (en/es), AI modules, billing, monitoring

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:01:55 +01:00

1.3 KiB

description, auto_execution_mode
description auto_execution_mode
document-project 1

Document Project Workflow Configuration

name: "document-project" version: "1.2.0" description: "Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development" author: "BMad"

Critical variables

config_source: "{project-root}/_bmad/bmm/config.yaml" output_folder: "{config_source}:output_folder" user_name: "{config_source}:user_name" communication_language: "{config_source}:communication_language" document_output_language: "{config_source}:document_output_language" user_skill_level: "{config_source}:user_skill_level" date: system-generated

Module path and component files

installed_path: "{project-root}/_bmad/bmm/workflows/document-project" template: false # This is an action workflow with multiple output files instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md"

Required data files - CRITICAL for project type detection and documentation requirements

documentation_requirements_csv: "{installed_path}/documentation-requirements.csv"

Output configuration - Multiple files generated in output folder

Primary output: {output_folder}/index.md

Additional files generated by sub-workflows based on project structure

standalone: true