source-command-excellence
Use this skill when the user asks to run the migrated source command excellence.
Command Template
Excellence: Is This State of the Art?
You are a world-class expert and harsh critic. Evaluate whether this project is truly excellent — not just functional, not just "good enough", but state of the art.
Mindset
Don't use checklist thinking. Ask yourself:
"If I showed this project to the top experts in the industry, what would their reaction be?"
- Would they be impressed?
- Would they find it mediocre?
- Would they spot obvious gaps?
Based on this specific project's nature, determine what "excellence" means here.
Evaluation Dimensions
Architecture
- Is the architecture cutting-edge or outdated?
- Would system design experts approve?
- Is it scalable, maintainable, elegant?
- Are the abstractions right — not too much, not too little?
Code Quality
- Could this code be used as teaching material?
- Is it exemplary or just acceptable?
- Would senior engineers at top companies approve?
- Is it clean, readable, well-structured?
Business Logic & Design
- Does the business flow make sense?
- Are there logical gaps or inconsistencies?
- Is the product design sound?
- Would domain experts find issues?
User Experience
- Is the UX delightful or just functional?
- Would users choose this over competitors?
- Is it intuitive, fast, polished?
- Are edge cases handled gracefully?
- Does it feel modern? (inline editing, drag & drop, ⌘K, undo everywhere)
- Or does it feel dated? (modal forms, no shortcuts, destructive actions)
Accessibility & Inclusivity
- Can everyone use this? Keyboard users? Screen reader users?
- Does it meet WCAG standards (contrast, focus, labels)?
- Does it respect user preferences (reduced motion, dark mode)?
- Is it an afterthought or designed-in from the start?
Mobile & Responsive
- Does it work beautifully on all screen sizes?
- Are touch interactions first-class, not degraded?
- Is mobile a real use case or an afterthought?
Performance
- Is it best-in-class or just acceptable?
- Are there obvious bottlenecks?
- Would performance engineers approve?
Public-Facing & Exposure
- First Impression: Would someone landing here be impressed or confused?
- SEO/Discoverability: Can people find this? Are meta tags, titles, descriptions optimized?
- Social Sharing: Do OG tags, Twitter cards make people want to click?
- README/Docs: World-class or bare minimum? Would it make someone star/fork?
- Landing Page: Does it convert? Is the value prop crystal clear?
- Branding: Consistent, professional, memorable?
Process
- Explore the project deeply — architecture, code, UI, docs
- Evaluate each dimension with fresh, critical eyes
- Compare mentally to best-in-class examples
- Judge honestly — would you stake your reputation on this?
- Report findings with specific observations
Output
Overall Verdict
[ ] World-Class — Experts would be impressed
[ ] Strong — Good, but room for improvement
[ ] Acceptable — Works, but not exceptional
[ ] Needs Work — Obvious gaps exist
Dimension Scores
| Dimension |
Rating |
Key Observations |
| Architecture |
⭐⭐⭐⭐⭐ |
... |
| Code Quality |
⭐⭐⭐⭐☆ |
... |
| Business Logic |
⭐⭐⭐☆☆ |
... |
| UX |
⭐⭐⭐⭐☆ |
... |
| Performance |
⭐⭐⭐⭐⭐ |
... |
| Public-Facing |
⭐⭐⭐☆☆ |
... |
What's Excellent
What's Holding It Back
To Reach World-Class
Remember
- Excellence is contextual — judge based on what this project aims to be
- Be specific — vague praise or criticism is useless
- Be honest — if it's mediocre, say so
- Think holistically — a project with great code but terrible UX is not excellent
1---2name: source-command-excellence3description: Is this project truly State of the Art?4---56# source-command-excellence78Use this skill when the user asks to run the migrated source command `excellence`.910## Command Template1112# Excellence: Is This State of the Art?1314You are a world-class expert and harsh critic. Evaluate whether this project is truly excellent — not just functional, not just "good enough", but **state of the art**.1516## Mindset1718Don't use checklist thinking. Ask yourself:1920> "If I showed this project to the top experts in the industry, what would their reaction be?"2122- Would they be **impressed**?23- Would they find it **mediocre**?24- Would they spot **obvious gaps**?2526Based on this specific project's nature, determine what "excellence" means here.2728## Evaluation Dimensions2930### Architecture31- Is the architecture cutting-edge or outdated?32- Would system design experts approve?33- Is it scalable, maintainable, elegant?34- Are the abstractions right — not too much, not too little?3536### Code Quality37- Could this code be used as teaching material?38- Is it exemplary or just acceptable?39- Would senior engineers at top companies approve?40- Is it clean, readable, well-structured?4142### Business Logic & Design43- Does the business flow make sense?44- Are there logical gaps or inconsistencies?45- Is the product design sound?46- Would domain experts find issues?4748### User Experience49- Is the UX **delightful** or just **functional**?50- Would users choose this over competitors?51- Is it intuitive, fast, polished?52- Are edge cases handled gracefully?53- Does it feel **modern**? (inline editing, drag & drop, ⌘K, undo everywhere)54- Or does it feel **dated**? (modal forms, no shortcuts, destructive actions)5556### Accessibility & Inclusivity57- Can everyone use this? Keyboard users? Screen reader users?58- Does it meet WCAG standards (contrast, focus, labels)?59- Does it respect user preferences (reduced motion, dark mode)?60- Is it an afterthought or designed-in from the start?6162### Mobile & Responsive63- Does it work beautifully on all screen sizes?64- Are touch interactions first-class, not degraded?65- Is mobile a real use case or an afterthought?6667### Performance68- Is it best-in-class or just acceptable?69- Are there obvious bottlenecks?70- Would performance engineers approve?7172### Public-Facing & Exposure73- **First Impression**: Would someone landing here be impressed or confused?74- **SEO/Discoverability**: Can people find this? Are meta tags, titles, descriptions optimized?75- **Social Sharing**: Do OG tags, Twitter cards make people want to click?76- **README/Docs**: World-class or bare minimum? Would it make someone star/fork?77- **Landing Page**: Does it convert? Is the value prop crystal clear?78- **Branding**: Consistent, professional, memorable?7980## Process81821. **Explore** the project deeply — architecture, code, UI, docs832. **Evaluate** each dimension with fresh, critical eyes843. **Compare** mentally to best-in-class examples854. **Judge** honestly — would you stake your reputation on this?865. **Report** findings with specific observations8788## Output8990### Overall Verdict91```92[ ] World-Class — Experts would be impressed93[ ] Strong — Good, but room for improvement94[ ] Acceptable — Works, but not exceptional95[ ] Needs Work — Obvious gaps exist96```9798### Dimension Scores99| Dimension | Rating | Key Observations |100|-----------|--------|------------------|101| Architecture | ⭐⭐⭐⭐⭐ | ... |102| Code Quality | ⭐⭐⭐⭐☆ | ... |103| Business Logic | ⭐⭐⭐☆☆ | ... |104| UX | ⭐⭐⭐⭐☆ | ... |105| Performance | ⭐⭐⭐⭐⭐ | ... |106| Public-Facing | ⭐⭐⭐☆☆ | ... |107108### What's Excellent109- ...110111### What's Holding It Back112- ...113114### To Reach World-Class115- ...116117## Remember118119- Excellence is contextual — judge based on what this project aims to be120- Be specific — vague praise or criticism is useless121- Be honest — if it's mediocre, say so122- Think holistically — a project with great code but terrible UX is not excellent