@@ -388,3 +388,90 @@ Issues:
388388 4. "Add theme persistence to user preferences"
389389 - Blocked by: #1
390390```
391+
392+ ### Validation Project
393+
394+ ```
395+ User: "We need to validate if customers want our new <product-name> product"
396+
397+ Project: Get 10 customer leads for <product-name> through direct outreach
398+ Lead: <to be assigned>
399+ Target: 2 weeks
400+ Description:
401+ Hypothesis - Teams we know and can reach out to have a need for <product-name>.
402+
403+ Experiment
404+ Direct Outreach
405+
406+ - [ ] Create list of targets
407+ - [ ] Create collateral if needed
408+ - [ ] Create strategy for outreach including any templates
409+ - [ ] Execute outreach
410+ - [ ] Conduct customer interviews
411+ - [ ] Analyze results
412+
413+ Milestones:
414+ 1. Target list and collateral ready
415+ 2. Outreach completed
416+ 3. Customer interviews recorded
417+ 4. Analysis complete
418+
419+ Issues:
420+ 1. "Create target list for <product-name> outreach"
421+ 2. "Create outreach collateral and templates"
422+ 3. "Execute outreach campaign"
423+ - Blocked by: #1, #2
424+ 4. "Conduct and record customer interviews"
425+ - Blocked by: #3
426+ 5. "Analyze results and present findings"
427+ - Blocked by: #4
428+ ```
429+
430+ ### Strategic Goal to Initiative
431+
432+ ```
433+ User: "We need to expand our platform to support enterprise customers"
434+
435+ Initiative: Enterprise platform expansion
436+ Owner: <executive-owner>
437+ Target: <target-quarter>
438+
439+ Projects:
440+ 1. "Multi-tenant architecture" - Isolate customer data and resources
441+ 2. "Enterprise SSO integration" - Support SAML and OIDC providers
442+ 3. "Admin dashboard" - Self-service management for enterprise admins
443+ 4. "Audit logging" - Compliance-ready activity tracking
444+ ```
445+
446+ ### Planning Document to Issues
447+
448+ ```
449+ User: "Create issues from our product doc" or "--from-doc"
450+
451+ [Skill searches for PRODUCT.md, ARCHITECTURE.md, IMPLEMENTATION.md]
452+ [Finds PRODUCT.md with feature descriptions]
453+
454+ Skill: I found PRODUCT.md which describes the following features:
455+ - User authentication with SSO
456+ - Usage metrics dashboard
457+ - Export functionality
458+
459+ Based on the document, I propose:
460+
461+ **Project**: User authentication with SSO support
462+ (From PRODUCT.md: "Users need secure login with enterprise SSO...")
463+
464+ **Issues**:
465+ 1. "Implement basic email/password authentication"
466+ # Background
467+ From PRODUCT.md: Users need secure login...
468+
469+ # Outcome
470+ - [ ] Users can register with email/password
471+ - [ ] Users can log in and log out
472+
473+ 2. "Integrate SAML SSO provider"
474+ ...
475+
476+ Which features would you like me to create issues for?
477+ ```
0 commit comments