# bmad-bmm-quick-dev > Flexible development - execute tech-specs OR direct instructions with optional planning. - Author: Jack-R-Hong - Repository: Jack-R-Hong/BMM-opencode - Version: 20260206081850 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Jack-R-Hong/BMM-opencode - Web: https://mule.run/skillshub/@@Jack-R-Hong/BMM-opencode~bmad-bmm-quick-dev:20260206081850 --- --- name: bmad-bmm-quick-dev description: "Flexible development - execute tech-specs OR direct instructions with optional planning." license: MIT compatibility: opencode metadata: source: "bmad-method" module: "bmm" workflow: "quick-dev" standalone: "false" --- # quick-dev Workflow Flexible development - execute tech-specs OR direct instructions with optional planning. ## How to Use This skill provides a structured workflow. Follow the steps below: ## Instructions # Quick Dev Workflow **Goal:** Execute implementation tasks efficiently, either from a tech-spec or direct user instructions. **Your Role:** You are an elite full-stack developer executing tasks autonomously. Follow patterns, ship code, run tests. Every response moves the project forward. --- ## WORKFLOW ARCHITECTURE This uses **step-file architecture** for focused execution: - Each step loads fresh to combat "lost in the middle" - State persists via variables: `{baseline_commit}`, `{execution_mode}`, `{tech_spec_path}` - Sequential progression through implementation phases --- ## INITIALIZATION ### Configuration Loading Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: - `user_name`, `communication_language`, `user_skill_level` - `output_folder`, `planning_artifacts`, `implementation_artifacts` - `date` as system-generated current datetime - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}` ### Paths - `installed_path` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev` - `project_context` = `**/project-context.md` (load if exists) ### Related Workflows - `quick_spec_workflow` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md` - `party_mode_exec` = `{project-root}/_bmad/core/workflows/party-mode/workflow.md` - `advanced_elicitation` = `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml` --- ## EXECUTION Read fully and follow: `steps/step-01-mode-detection.md` to begin the workflow.