name: laser-concept-development
description: Develop a selected premium laser-cut plywood design concept after the user chooses it. Use for creating the selected concept subfolder under D:\Laser\Designs_AI_discovery<тип_изделия><слаг_общей_идеи><слаг_дизайн_концепта>, filling concept files, material palette, production notes, final Russian description, raster preview prompt/images, and running the versioned virtual preview iteration loop.
Laser Concept Development
Use this only after the user selects a concrete concept from discovery.
Output Location
Create or update:
D:\Laser\Designs_AI\_discovery\<тип_изделия>\<слаг_общей_идеи>\<слаг_дизайн_концепта>\
Use D:\Laser\Designs_AI\laser-product-flow\scripts\new-concept.ps1 to create the folder.
Required Files
concept.md
product-brief.md
concept-scorecard.md
material-palette.md
premium-design-checklist.md
production-notes.md
prototype-review.md
listing-checklist.md
final-description.md
final-image-prompt.md
assets/, cad/, dxf/, lightburn/, photos/, preview/, versions/
Workflow
- Confirm product type, general idea slug, selected concept name, and selected concept slug.
- Create the selected concept subfolder inside its discovery folder.
- Fill
concept.md, product-brief.md, and concept-scorecard.md from the selected discovery idea.
- Fill
material-palette.md using measured stain palette data.
- Fill
production-notes.md for SolidWorks, DXF, LightBurn, assembly, staining, lacquer, and hardware.
- Fill
premium-design-checklist.md and revise weak choices before CAD.
- Create
final-description.md in Russian when the design is ready.
- Create
final-image-prompt.md.
- Run the virtual preview iteration loop before CAD planning unless the user explicitly skips it.
Virtual Preview Iteration Loop
Use the image generation skill/tool to create raster mockups from final-image-prompt.md. Save every generated image inside the selected concept folder's preview/ directory with a version suffix.
Default loop:
- Prepare v01 files with
D:\Laser\Designs_AI\laser-product-flow\scripts\new-preview-iteration.ps1 -ConceptRoot <concept-folder> -Version 1.
- Generate
preview\final-design-preview-v01.png from preview\final-image-prompt-v01.md.
- Use
laser-prototype-review in virtual preview mode to review v01 and write preview\final-design-preview-v01-review.md.
- Create
preview\final-image-prompt-v02.md from v01 prompt plus review fixes.
- Generate
preview\final-design-preview-v02.png from v02 prompt, using v01 image as visual reference when useful.
- Review v02 and write
preview\final-design-preview-v02-review.md.
- Create
preview\final-image-prompt-v03.md from v02 prompt plus review fixes.
- Generate
preview\final-design-preview-v03.png from v03 prompt, using v02 image as visual reference when useful.
- Review v03 and decide: ready for CAD planning / revise concept / generate another version.
Update preview\preview-iteration-log.md after each version.
Preview Rules
- Preview images are bitmap visual targets only. They are not DXF, SVG, CAD, or cutting geometry.
- Do not let the image generator invent new product features that are absent from
final-description.md, material-palette.md, or production-notes.md.
- Preserve manufacturability: realistic layer count, realistic plywood thickness, possible hardware, no floating parts, no impossible cutouts.
- Use versioned filenames only:
final-design-preview-v01.png, final-design-preview-v02.png, final-design-preview-v03.png.
- Keep prompts beside images:
final-image-prompt-v01.md, final-image-prompt-v02.md, final-image-prompt-v03.md.
- Keep reviews beside images:
final-design-preview-v01-review.md, etc.
1---2name: laser-concept-development3description: ---4---5---6name: laser-concept-development7description: Develop a selected premium laser-cut plywood design concept after the user chooses it. Use for creating the selected concept subfolder under D:\Laser\Designs_AI\_discovery\<тип_изделия>\<слаг_общей_идеи>\<слаг_дизайн_концепта>\, filling concept files, material palette, production notes, final Russian description, raster preview prompt/images, and running the versioned virtual preview iteration loop.8---910# Laser Concept Development1112Use this only after the user selects a concrete concept from discovery.1314## Output Location1516Create or update:1718```text19D:\Laser\Designs_AI\_discovery\<тип_изделия>\<слаг_общей_идеи>\<слаг_дизайн_концепта>\20```2122Use `D:\Laser\Designs_AI\laser-product-flow\scripts\new-concept.ps1` to create the folder.2324## Required Files2526- `concept.md`27- `product-brief.md`28- `concept-scorecard.md`29- `material-palette.md`30- `premium-design-checklist.md`31- `production-notes.md`32- `prototype-review.md`33- `listing-checklist.md`34- `final-description.md`35- `final-image-prompt.md`36- `assets/`, `cad/`, `dxf/`, `lightburn/`, `photos/`, `preview/`, `versions/`3738## Workflow39401. Confirm product type, general idea slug, selected concept name, and selected concept slug.412. Create the selected concept subfolder inside its discovery folder.423. Fill `concept.md`, `product-brief.md`, and `concept-scorecard.md` from the selected discovery idea.434. Fill `material-palette.md` using measured stain palette data.445. Fill `production-notes.md` for SolidWorks, DXF, LightBurn, assembly, staining, lacquer, and hardware.456. Fill `premium-design-checklist.md` and revise weak choices before CAD.467. Create `final-description.md` in Russian when the design is ready.478. Create `final-image-prompt.md`.489. Run the virtual preview iteration loop before CAD planning unless the user explicitly skips it.4950## Virtual Preview Iteration Loop5152Use the image generation skill/tool to create raster mockups from `final-image-prompt.md`. Save every generated image inside the selected concept folder's `preview/` directory with a version suffix.5354Default loop:55561. Prepare v01 files with `D:\Laser\Designs_AI\laser-product-flow\scripts\new-preview-iteration.ps1 -ConceptRoot <concept-folder> -Version 1`.572. Generate `preview\final-design-preview-v01.png` from `preview\final-image-prompt-v01.md`.583. Use `laser-prototype-review` in virtual preview mode to review v01 and write `preview\final-design-preview-v01-review.md`.594. Create `preview\final-image-prompt-v02.md` from v01 prompt plus review fixes.605. Generate `preview\final-design-preview-v02.png` from v02 prompt, using v01 image as visual reference when useful.616. Review v02 and write `preview\final-design-preview-v02-review.md`.627. Create `preview\final-image-prompt-v03.md` from v02 prompt plus review fixes.638. Generate `preview\final-design-preview-v03.png` from v03 prompt, using v02 image as visual reference when useful.649. Review v03 and decide: ready for CAD planning / revise concept / generate another version.6566Update `preview\preview-iteration-log.md` after each version.6768## Preview Rules6970- Preview images are bitmap visual targets only. They are not DXF, SVG, CAD, or cutting geometry.71- Do not let the image generator invent new product features that are absent from `final-description.md`, `material-palette.md`, or `production-notes.md`.72- Preserve manufacturability: realistic layer count, realistic plywood thickness, possible hardware, no floating parts, no impossible cutouts.73- Use versioned filenames only: `final-design-preview-v01.png`, `final-design-preview-v02.png`, `final-design-preview-v03.png`.74- Keep prompts beside images: `final-image-prompt-v01.md`, `final-image-prompt-v02.md`, `final-image-prompt-v03.md`.75- Keep reviews beside images: `final-design-preview-v01-review.md`, etc.