Files
turbostarter/.windsurf/workflows/bmad/bmm/workflows/create-tech-spec.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.1 KiB

description, auto_execution_mode
description auto_execution_mode
create-tech-spec 1

Quick-Flow: Create Tech-Spec

name: create-tech-spec description: "Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec." author: "BMad"

Config

config_source: "{project-root}/_bmad/bmm/config.yaml" output_folder: "{config_source}:output_folder" sprint_artifacts: "{config_source}:sprint_artifacts" 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

Workflow components

installed_path: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec" instructions: "{installed_path}/instructions.md"

Related workflows

quick_dev_workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml" party_mode_exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md" advanced_elicitation: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"

standalone: true