business-validatorlisted
Install: claude install-skill jikig-ai/soleur
Interactive workshop that validates business ideas through a 6-gate funnel. Each gate has a kill criterion -- the agent recommends stopping if evidence is weak. Follows the brand-architect workshop pattern: one question at a time, detect-and-resume, atomic write.
## Validation Report Contract
The output document uses these exact `##` headings. NEVER use heading variations.
| Heading | Required |
|---------|----------|
| `## Problem` | Yes |
| `## Customer` | Yes |
| `## Competitive Landscape` | Yes |
| `## Demand Evidence` | Yes |
| `## Business Model` | Yes |
| `## Minimum Viable Scope` | Yes |
| `## Validation Verdict` | Yes |
If verdict is STOP at an early gate, subsequent headings are absent (not empty).
## Workflow
### Step 0: Detect Existing Validation Report
Check if `knowledge-base/product/business-validation.md` exists.
**If it exists:** Read the document and present a summary table:
| Gate | Status |
|------|--------|
| Problem | Completed / Not started |
| Customer | Completed / Not started |
| ... | ... |
Ask the user: "Which gate would you like to revisit?" listing each completed gate plus "Full refresh" and "Done" as options.
For the selected gate, re-run that gate's questions and update the content. After completing, ask if they want to revisit another gate or write the updated report.
**If it does not exist:** Proceed to the full workshop (Gate 1).
### Step 0.5: Load Project Identity Context
Check if `knowledge-base/marketing/brand-guide.md` exis