Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .changeset/expert-ecosystems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"create-expert": patch
---

feat(create-expert): Generate Expert Ecosystems with Usability Focus

Transform create-expert from generating single experts to generating expert ecosystems:

- **Main expert**: Core functionality
- **Demo expert**: Works immediately with sample data (no setup required)
- **Setup expert**: Automated configuration wizard (if external deps exist)
- **Doctor expert**: Troubleshooting assistant (if external deps exist)

Changes:
- Add usability properties to property-extractor (Zero-Config, Setup-Automation, Error-Guidance)
- Rename expert-builder to ecosystem-builder with ecosystem generation templates
- Add usability-manager for PDCA cycle on usability properties
- Update expert-tester to handle usability stage testing
- Update report-generator with ecosystem-aware output

Closes #337
Loading