Help us improve
Share bugs, ideas, or general feedback.
From solution-factory
Start a new solution end-to-end (Frame → Draft → Polish → Ship). Default for new chats in the Solution Factory Cowork project.
npx claudepluginhub bpainter/composable-dxp-claude-marketplace --plugin solution-factoryHow this command is triggered — by the user, by Claude, or both
Slash command
/solution-factory:solution-createThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `solution-factory-create-flow` skill. The user wants to create a new solution from scratch. The skill: 1. Diagnoses intent at Stage 0 with AskUserQuestion (new / refresh / single-stage / status) 2. Routes to `solution-factory-frame` for Stage 1 intake 3. Routes to `solution-factory-draft` for Stage 2 markdown drafting of all 8 deliverables 4. Routes to `solution-factory-polish` for Stage 3 visuals + format + brand 5. Routes to `solution-factory-ship` for Stage 4 Quality Gates + dual-routed promotion 6. Pauses for review at the end of each stage Use AskUserQuestion at every disc...
Share bugs, ideas, or general feedback.
Invoke the solution-factory-create-flow skill. The user wants to create a new solution from scratch. The skill:
solution-factory-frame for Stage 1 intakesolution-factory-draft for Stage 2 markdown drafting of all 8 deliverablessolution-factory-polish for Stage 3 visuals + format + brandsolution-factory-ship for Stage 4 Quality Gates + dual-routed promotionUse AskUserQuestion at every discrete decision. Use conversational input for free-text (Reframe, problem statement, listen-fors, etc.). Capture into 00_Intake_Brief.md as you go.
For pipeline mechanics, the solution-factory-create-flow skill cites references/solution-factory-foundations.md. Don't re-explain the pipeline.