mother-brain 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/skills/child-brain/SKILL.md +430 -0
- package/.github/skills/mother-brain/SKILL.md +3069 -0
- package/.github/skills/mother-brain/examples/input-01.md +51 -0
- package/.github/skills/mother-brain/examples/menu-examples.md +119 -0
- package/.github/skills/mother-brain/examples/output-01.md +185 -0
- package/.github/skills/mother-brain/references/resources.md +147 -0
- package/.github/skills/mother-brain/references/tech-stack-guide.md +161 -0
- package/.github/skills/mother-brain/scripts/vision-template.md +48 -0
- package/.github/skills/skill-creator/SKILL.md +615 -0
- package/.github/skills/skill-creator/references/resources.md +97 -0
- package/.github/skills/skill-creator/scripts/validate-skill-name.ps1 +60 -0
- package/CODE_OF_CONDUCT.md +119 -0
- package/CONTRIBUTING.md +352 -0
- package/README.md +162 -0
- package/docs/learning-log.md +514 -0
- package/package.json +22 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Example Input: Music Marketing SaaS Platform
|
|
2
|
+
|
|
3
|
+
**User Statement**: "I want to build a music marketing SaaS platform"
|
|
4
|
+
|
|
5
|
+
## Vision Discovery Wizard Interaction
|
|
6
|
+
|
|
7
|
+
**Question 1**: What pain point or opportunity are you addressing?
|
|
8
|
+
> User: "Independent artists struggle to market their music effectively. They don't have the budget for marketing agencies, and existing tools are either too expensive or too complicated. I want to make professional music marketing accessible to everyone."
|
|
9
|
+
|
|
10
|
+
**Question 2**: Imagine this project succeeds—what does that look like in 3-12 months?
|
|
11
|
+
> User: "In 12 months, 1,000 independent artists are using the platform monthly to run their marketing campaigns. They're seeing measurable increases in streams and followers. The platform handles Spotify playlist pitching, social media scheduling, and email campaigns all in one place."
|
|
12
|
+
|
|
13
|
+
**Question 3**: Who will benefit from this? Describe them.
|
|
14
|
+
> User: "Independent artists and small labels. Ages 18-35, tech-savvy but not developers. They're releasing music regularly but don't have time or knowledge for marketing."
|
|
15
|
+
|
|
16
|
+
**Question 4**: Why is this important? What changes if you DON'T build this?
|
|
17
|
+
> User: "Great music goes unheard. Artists give up because they can't get traction. The music industry stays dominated by those who can afford expensive marketing."
|
|
18
|
+
|
|
19
|
+
**Question 5**: How will you know this project succeeded?
|
|
20
|
+
> User: "User metrics: 1,000 active users, 50% retention rate. Business metrics: Artists see 20%+ increase in streams. Personal metric: Artists telling me this changed their career."
|
|
21
|
+
|
|
22
|
+
**Question 6**: What's your timeline?
|
|
23
|
+
> User: "6 months to MVP, 12 months to 1,000 users, ongoing after that"
|
|
24
|
+
|
|
25
|
+
**Question 7**: What limitations exist?
|
|
26
|
+
> User: "Budget: $5k for initial hosting/APIs. Skills: I can code backend/frontend but need to learn Spotify API. Time: 20 hours/week."
|
|
27
|
+
|
|
28
|
+
**Question 8**: What's the minimum that proves this works?
|
|
29
|
+
> User: "MVP: Connect Spotify account, submit track to 5 curated playlists, see submission status. If 10 artists use it and get one playlist placement, that proves it works."
|
|
30
|
+
|
|
31
|
+
## Mother Brain's Analysis
|
|
32
|
+
|
|
33
|
+
**Strategic Themes Identified:**
|
|
34
|
+
1. Artist Empowerment
|
|
35
|
+
2. Marketing Simplification
|
|
36
|
+
3. Platform Integration
|
|
37
|
+
4. Data-Driven Insights
|
|
38
|
+
|
|
39
|
+
**Repetitive Patterns Detected:**
|
|
40
|
+
- Spotify API calls (authentication, track lookup, playlist data)
|
|
41
|
+
- Image uploads (album art, artist photos)
|
|
42
|
+
- Email campaigns (welcome, updates, results)
|
|
43
|
+
- User authentication (signup, login, sessions)
|
|
44
|
+
- Payment processing (subscription management)
|
|
45
|
+
|
|
46
|
+
**Skills to Create:**
|
|
47
|
+
- spotify-api-integrator
|
|
48
|
+
- image-upload-handler
|
|
49
|
+
- email-campaign-builder
|
|
50
|
+
- auth-manager
|
|
51
|
+
- subscription-manager (future)
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Mother Brain - Welcome Menu Example
|
|
2
|
+
|
|
3
|
+
## Scenario: Returning to Existing Project
|
|
4
|
+
|
|
5
|
+
### User invokes mother-brain
|
|
6
|
+
|
|
7
|
+
**Mother Brain displays:**
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
___________________
|
|
11
|
+
/ \
|
|
12
|
+
/ ╔═══════════════╗ \
|
|
13
|
+
| ║ M O T H E R ║ |
|
|
14
|
+
| ║ B R A I N ║ |
|
|
15
|
+
\ ╚═══════════════╝ /
|
|
16
|
+
\___________________/
|
|
17
|
+
|| ||
|
|
18
|
+
//\\ //\\
|
|
19
|
+
// \\ // \\
|
|
20
|
+
//====\\ //====\\
|
|
21
|
+
|
|
22
|
+
👽 Vision-Driven Development 👽
|
|
23
|
+
|
|
24
|
+
🧠 Welcome back to Gaming Backlog Manager!
|
|
25
|
+
|
|
26
|
+
📍 Where You Left Off:
|
|
27
|
+
• Phase: Phase 1 - Core PWA Foundation
|
|
28
|
+
• Last Task: 003-localstorage-data-layer (DONE)
|
|
29
|
+
• Progress: 3 of 9 tasks completed in this phase
|
|
30
|
+
• Skills Created: 1 skill available (pwa-builder)
|
|
31
|
+
• Last Session: 2026-02-03 at 20:31
|
|
32
|
+
|
|
33
|
+
What would you like to do?
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Options presented (selectable with numbers or arrow keys):**
|
|
37
|
+
1. Continue where I left off
|
|
38
|
+
2. Start next task
|
|
39
|
+
3. Review/update roadmap
|
|
40
|
+
4. Realign with vision
|
|
41
|
+
5. View all skills
|
|
42
|
+
6. Create new skill
|
|
43
|
+
|
|
44
|
+
*Freeform input also available*
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Scenario: New Project
|
|
49
|
+
|
|
50
|
+
### User invokes mother-brain for first time
|
|
51
|
+
|
|
52
|
+
**Mother Brain displays:**
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
___________________
|
|
56
|
+
/ \
|
|
57
|
+
/ ╔═══════════════╗ \
|
|
58
|
+
| ║ M O T H E R ║ |
|
|
59
|
+
| ║ B R A I N ║ |
|
|
60
|
+
\ ╚═══════════════╝ /
|
|
61
|
+
\___________________/
|
|
62
|
+
|| ||
|
|
63
|
+
//\\ //\\
|
|
64
|
+
// \\ // \\
|
|
65
|
+
//====\\ //====\\
|
|
66
|
+
|
|
67
|
+
👽 Vision-Driven Development 👽
|
|
68
|
+
|
|
69
|
+
🧠 Welcome to Mother Brain!
|
|
70
|
+
|
|
71
|
+
I'll help you transform your vision into reality by:
|
|
72
|
+
• Discovering your project vision
|
|
73
|
+
• Creating a phased roadmap
|
|
74
|
+
• Identifying needed skills
|
|
75
|
+
• Breaking down tasks
|
|
76
|
+
• Tracking your progress
|
|
77
|
+
|
|
78
|
+
Ready to begin?
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
**Options presented:**
|
|
82
|
+
1. Yes, start vision discovery
|
|
83
|
+
2. I have a vision document already (import it)
|
|
84
|
+
3. Show me an example first
|
|
85
|
+
|
|
86
|
+
*Freeform input also available*
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Scenario: After Completing Task
|
|
91
|
+
|
|
92
|
+
**Mother Brain displays:**
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
✅ Task 003: localStorage Data Layer - COMPLETE!
|
|
96
|
+
|
|
97
|
+
What's next?
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
**Options presented:**
|
|
101
|
+
1. Start next task automatically
|
|
102
|
+
2. Review roadmap and choose task
|
|
103
|
+
3. Take a break (save progress)
|
|
104
|
+
4. Update/refine the roadmap
|
|
105
|
+
|
|
106
|
+
*Freeform input also available*
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## User Experience Flow
|
|
111
|
+
|
|
112
|
+
1. **ASCII art appears** (establishes branding)
|
|
113
|
+
2. **Progress displayed** (user sees where they are)
|
|
114
|
+
3. **Menu with numbered choices** (easy selection)
|
|
115
|
+
4. **User can type number OR use arrow keys OR type custom text**
|
|
116
|
+
5. **Mother Brain executes selected action**
|
|
117
|
+
6. **Cycle repeats after each action**
|
|
118
|
+
|
|
119
|
+
This creates a consistent, intuitive interface that mirrors skill-creator's UX.
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
# Example Output: Music Marketing SaaS Project Structure
|
|
2
|
+
|
|
3
|
+
## What Mother Brain Created
|
|
4
|
+
|
|
5
|
+
### Vision Document (`docs/vision.md`)
|
|
6
|
+
```markdown
|
|
7
|
+
# MusicMarketingSaaS - Vision
|
|
8
|
+
|
|
9
|
+
## The Problem
|
|
10
|
+
Independent artists struggle to market their music effectively without the budget for agencies or access to affordable, simple tools.
|
|
11
|
+
|
|
12
|
+
## The Vision
|
|
13
|
+
In 12 months: 1,000 independent artists using the platform monthly to run professional marketing campaigns, seeing 20%+ increases in streams and followers.
|
|
14
|
+
|
|
15
|
+
## Target Users
|
|
16
|
+
Independent artists and small labels (ages 18-35), tech-savvy but not developers, releasing music regularly.
|
|
17
|
+
|
|
18
|
+
## Why This Matters
|
|
19
|
+
Great music goes unheard. Artists give up due to lack of traction. This democratizes music marketing.
|
|
20
|
+
|
|
21
|
+
## Success Looks Like
|
|
22
|
+
- User Metrics: 1,000 active users, 50% retention
|
|
23
|
+
- Business Metrics: Artists see 20%+ stream increases
|
|
24
|
+
- Impact: Artists report career-changing results
|
|
25
|
+
|
|
26
|
+
## Timeline & Constraints
|
|
27
|
+
- 6 months to MVP
|
|
28
|
+
- Budget: $5k for hosting/APIs
|
|
29
|
+
- Time: 20 hours/week
|
|
30
|
+
|
|
31
|
+
## MVP Definition
|
|
32
|
+
Connect Spotify, submit track to 5 playlists, track status. Success = 10 artists get 1 placement.
|
|
33
|
+
|
|
34
|
+
## Strategic Themes
|
|
35
|
+
1. Artist Empowerment - Give artists professional tools
|
|
36
|
+
2. Marketing Simplification - One platform, not five
|
|
37
|
+
3. Platform Integration - Spotify, social media, email
|
|
38
|
+
4. Data-Driven Insights - Show what's working
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Roadmap (`docs/roadmap.md`)
|
|
42
|
+
```markdown
|
|
43
|
+
# MusicMarketingSaaS - Roadmap
|
|
44
|
+
|
|
45
|
+
## Phase 1: Foundation (Weeks 1-3)
|
|
46
|
+
**Goal**: Prove core concept with Spotify playlist submission
|
|
47
|
+
**Strategic Theme**: Platform Integration
|
|
48
|
+
|
|
49
|
+
**Deliverables**:
|
|
50
|
+
- [ ] Task 001: User authentication system
|
|
51
|
+
- [ ] Task 002: Spotify OAuth integration
|
|
52
|
+
- [ ] Task 003: Playlist database setup
|
|
53
|
+
- [ ] Task 004: Submission form UI
|
|
54
|
+
|
|
55
|
+
**Skills Available**: auth-manager, spotify-api-integrator
|
|
56
|
+
|
|
57
|
+
## Phase 2: MVP Features (Weeks 4-8)
|
|
58
|
+
**Goal**: Complete playlist submission workflow
|
|
59
|
+
**Strategic Theme**: Marketing Simplification
|
|
60
|
+
|
|
61
|
+
**Deliverables**:
|
|
62
|
+
- [ ] Task 005: Curator matching algorithm
|
|
63
|
+
- [ ] Task 006: Submission tracking dashboard
|
|
64
|
+
- [ ] Task 007: Email notifications
|
|
65
|
+
- [ ] Task 008: Artist profile page
|
|
66
|
+
|
|
67
|
+
**Skills Available**: email-campaign-builder, image-upload-handler
|
|
68
|
+
|
|
69
|
+
## Phase 3: Beta Launch (Weeks 9-12)
|
|
70
|
+
**Goal**: Get first 10 artists using the platform
|
|
71
|
+
**Strategic Theme**: Artist Empowerment
|
|
72
|
+
|
|
73
|
+
**Deliverables**:
|
|
74
|
+
- [ ] Task 009: Onboarding flow
|
|
75
|
+
- [ ] Task 010: Analytics dashboard
|
|
76
|
+
- [ ] Task 011: Landing page
|
|
77
|
+
- [ ] Task 012: Beta user feedback system
|
|
78
|
+
|
|
79
|
+
## MVP Checkpoint (Week 12)
|
|
80
|
+
✅ 10 artists signed up
|
|
81
|
+
✅ At least 50 playlist submissions made
|
|
82
|
+
✅ At least 1 artist got a playlist placement
|
|
83
|
+
✅ System stable and bug-free
|
|
84
|
+
|
|
85
|
+
## Future Phases (Post-MVP)
|
|
86
|
+
- Social media scheduling
|
|
87
|
+
- Email campaign automation
|
|
88
|
+
- Advanced analytics
|
|
89
|
+
- Subscription tiers
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Skills Created
|
|
93
|
+
|
|
94
|
+
1. **auth-manager** - User authentication with sessions
|
|
95
|
+
2. **spotify-api-integrator** - OAuth, track lookup, playlist API
|
|
96
|
+
3. **email-campaign-builder** - Welcome emails, notifications
|
|
97
|
+
4. **image-upload-handler** - Album art, profile photos
|
|
98
|
+
|
|
99
|
+
### First Task Document (`docs/tasks/001-user-authentication.md`)
|
|
100
|
+
```markdown
|
|
101
|
+
# Task 001: User Authentication System
|
|
102
|
+
|
|
103
|
+
**Status**: 🟡 In Progress
|
|
104
|
+
**Phase**: Phase 1 - Foundation
|
|
105
|
+
**Strategic Theme**: Platform Integration
|
|
106
|
+
**Assigned**: 2026-02-03
|
|
107
|
+
|
|
108
|
+
## Objective
|
|
109
|
+
Create secure user registration and login system so artists can create accounts and access the platform.
|
|
110
|
+
|
|
111
|
+
## Success Criteria
|
|
112
|
+
- [ ] Users can sign up with email/password
|
|
113
|
+
- [ ] Users can log in and stay authenticated
|
|
114
|
+
- [ ] Passwords are securely hashed
|
|
115
|
+
- [ ] Session management works correctly
|
|
116
|
+
- [ ] Basic profile page exists
|
|
117
|
+
|
|
118
|
+
## Approach
|
|
119
|
+
Use auth-manager skill to scaffold authentication system with Express.js and JWT tokens.
|
|
120
|
+
|
|
121
|
+
## Dependencies
|
|
122
|
+
- None (first task)
|
|
123
|
+
|
|
124
|
+
## Skills to Use
|
|
125
|
+
- auth-manager (will be created and used)
|
|
126
|
+
|
|
127
|
+
## Deliverables
|
|
128
|
+
- `/src/auth/` directory with auth routes
|
|
129
|
+
- User model with bcrypt password hashing
|
|
130
|
+
- JWT token generation/validation
|
|
131
|
+
- Login and signup API endpoints
|
|
132
|
+
- Basic profile endpoint
|
|
133
|
+
|
|
134
|
+
## Notes & Decisions
|
|
135
|
+
[To be filled during execution]
|
|
136
|
+
|
|
137
|
+
## Validation
|
|
138
|
+
[ ] Auth endpoints built and tested
|
|
139
|
+
[ ] Can create account and log in
|
|
140
|
+
[ ] User confirmed functionality works
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Project Structure
|
|
144
|
+
```
|
|
145
|
+
MusicMarketingSaaS/
|
|
146
|
+
├── docs/
|
|
147
|
+
│ ├── vision.md
|
|
148
|
+
│ ├── roadmap.md
|
|
149
|
+
│ └── tasks/
|
|
150
|
+
│ └── 001-user-authentication.md
|
|
151
|
+
├── .github/
|
|
152
|
+
│ └── skills/
|
|
153
|
+
│ ├── auth-manager/
|
|
154
|
+
│ ├── spotify-api-integrator/
|
|
155
|
+
│ ├── email-campaign-builder/
|
|
156
|
+
│ └── image-upload-handler/
|
|
157
|
+
├── src/
|
|
158
|
+
│ ├── auth/
|
|
159
|
+
│ ├── api/
|
|
160
|
+
│ ├── models/
|
|
161
|
+
│ └── utils/
|
|
162
|
+
├── README.md
|
|
163
|
+
└── package.json
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
## User Experience Flow
|
|
167
|
+
|
|
168
|
+
1. **User starts Mother Brain** → Vision discovery wizard (8 questions)
|
|
169
|
+
2. **Mother Brain analyzes** → Identifies 4 core skills needed
|
|
170
|
+
3. **Creates skills** → Invokes skill-creator 4 times
|
|
171
|
+
4. **Generates roadmap** → 3 phases, 12 tasks total
|
|
172
|
+
5. **Starts Task 001** → Uses auth-manager skill
|
|
173
|
+
6. **Validates with user** → "Does this work properly?"
|
|
174
|
+
7. **User confirms** → Task marked complete
|
|
175
|
+
8. **Moves to Task 002** → Continues building...
|
|
176
|
+
|
|
177
|
+
## Key Features Demonstrated
|
|
178
|
+
|
|
179
|
+
✅ Vision-driven planning (WHY before HOW)
|
|
180
|
+
✅ Skill identification from patterns
|
|
181
|
+
✅ Phased execution roadmap
|
|
182
|
+
✅ Task documentation with validation
|
|
183
|
+
✅ Best-practice project structure
|
|
184
|
+
✅ Session continuity (can pause/resume)
|
|
185
|
+
✅ User validation at each step
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
# Resources for Mother Brain
|
|
2
|
+
|
|
3
|
+
## Project Vision & Strategy
|
|
4
|
+
|
|
5
|
+
### Vision Documents
|
|
6
|
+
- [Strategic Vision Guide - Strategy Institute](https://www.thestrategyinstitute.org/insights/strategic-vision-a-guide-for-developing-a-clear-roadmap-for-your-organization)
|
|
7
|
+
- [Project Vision Best Practices - Leiga](https://www.leiga.com/post/strategic-project-roadmap-planning-for-2026-a-guide-for-leaders)
|
|
8
|
+
|
|
9
|
+
### Strategic Themes & Outcomes
|
|
10
|
+
- [Outcome-Focused Planning - monday.com](https://monday.com/blog/project-management/project-roadmap/)
|
|
11
|
+
- [Strategic Theme Definition - ProjectManager](https://www.projectmanager.com/blog/tips-for-project-roadmap)
|
|
12
|
+
|
|
13
|
+
## Roadmap Creation
|
|
14
|
+
|
|
15
|
+
### Best Practices
|
|
16
|
+
- [How to Create a Project Roadmap - ProjectManager](https://www.projectmanager.com/blog/tips-for-project-roadmap)
|
|
17
|
+
- [Project Roadmap Guide - Office Timeline](https://www.officetimeline.com/roadmaps)
|
|
18
|
+
- [10 Steps to Build a Roadmap - KooperHQ](https://kooperhq.com/blog/project-roadmap)
|
|
19
|
+
|
|
20
|
+
### Templates & Examples
|
|
21
|
+
- [Roadmap Templates for 2026 - SnackNation](https://snacknation.com/blog/project-roadmap-templates/)
|
|
22
|
+
- [Visual Roadmap Examples - monday.com](https://monday.com/blog/project-management/project-roadmap/)
|
|
23
|
+
|
|
24
|
+
## Task Management
|
|
25
|
+
|
|
26
|
+
### Task Documentation
|
|
27
|
+
- [Project Management Plan Guide - Productive](https://productive.io/blog/project-management-plan/)
|
|
28
|
+
- [Task Breakdown Structures - Celoxis](https://www.celoxis.com/article/project-management-guide)
|
|
29
|
+
|
|
30
|
+
### Prioritization Methods
|
|
31
|
+
- [MoSCoW Method - Digital Project Manager](https://thedigitalprojectmanager.com/project-management/project-roadmap/)
|
|
32
|
+
- [Weighted Scoring for Tasks - Leiga](https://www.leiga.com/post/strategic-project-roadmap-planning-for-2026-a-guide-for-leaders)
|
|
33
|
+
|
|
34
|
+
## Skill Identification Patterns
|
|
35
|
+
|
|
36
|
+
### Common Repetitive Patterns
|
|
37
|
+
- **Authentication**: User login, sessions, OAuth
|
|
38
|
+
- **File Uploads**: Images, documents, assets
|
|
39
|
+
- **API Integration**: Third-party services (Spotify, Stripe, etc.)
|
|
40
|
+
- **Email**: Welcome, notifications, campaigns
|
|
41
|
+
- **Payments**: Subscriptions, transactions
|
|
42
|
+
- **Analytics**: Tracking, dashboards, reports
|
|
43
|
+
- **Search**: Full-text, filtering, autocomplete
|
|
44
|
+
- **Real-time**: WebSockets, live updates
|
|
45
|
+
- **Scheduling**: Cron jobs, queues, background tasks
|
|
46
|
+
|
|
47
|
+
### When to Create a Skill
|
|
48
|
+
- Pattern appears 3+ times in project
|
|
49
|
+
- Has configurable parameters/context
|
|
50
|
+
- Could apply to future projects
|
|
51
|
+
- Requires wizard for context gathering
|
|
52
|
+
- Automates complex setup
|
|
53
|
+
|
|
54
|
+
## Product Discovery
|
|
55
|
+
|
|
56
|
+
### Customer Development Questions
|
|
57
|
+
- [The Mom Test - Rob Fitzpatrick](http://momtestbook.com/)
|
|
58
|
+
- [Product Discovery Framework - Teresa Torres](https://www.producttalk.org/)
|
|
59
|
+
- [Jobs to Be Done - Clayton Christensen](https://hbr.org/2016/09/know-your-customers-jobs-to-be-done)
|
|
60
|
+
|
|
61
|
+
### Problem Validation
|
|
62
|
+
- [Y Combinator Startup School - Problem Validation](https://www.startupschool.org/)
|
|
63
|
+
- [Lean Startup Methodology - Eric Ries](http://theleanstartup.com/)
|
|
64
|
+
|
|
65
|
+
## MVP Definition
|
|
66
|
+
|
|
67
|
+
### MVP Best Practices
|
|
68
|
+
- [What is an MVP? - Martin Fowler](https://martinfowler.com/bliki/MinimumViableProduct.html)
|
|
69
|
+
- [MVP vs MMP - ProductPlan](https://www.productplan.com/glossary/minimum-viable-product/)
|
|
70
|
+
- [MVP Anti-Patterns - Mind the Product](https://www.mindtheproduct.com/)
|
|
71
|
+
|
|
72
|
+
## Agile & Iterative Development
|
|
73
|
+
|
|
74
|
+
### Methodologies
|
|
75
|
+
- [Agile Manifesto](https://agilemanifesto.org/)
|
|
76
|
+
- [Scrum Guide](https://scrumguides.org/)
|
|
77
|
+
- [Kanban Principles](https://kanbanize.com/kanban-resources/getting-started/what-is-kanban)
|
|
78
|
+
|
|
79
|
+
### Continuous Delivery
|
|
80
|
+
- [Continuous Integration - Martin Fowler](https://martinfowler.com/articles/continuousIntegration.html)
|
|
81
|
+
- [DevOps Culture - DevOps Handbook](https://www.devopshandbook.com/)
|
|
82
|
+
|
|
83
|
+
## Project Structure Best Practices
|
|
84
|
+
|
|
85
|
+
### Standard Conventions
|
|
86
|
+
- [12-Factor App Methodology](https://12factor.net/)
|
|
87
|
+
- [Clean Architecture - Robert C. Martin](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
|
|
88
|
+
- [Monorepo vs Polyrepo - Google Engineering](https://research.google/pubs/why-google-stores-billions-of-lines-of-code-in-a-single-repository/)
|
|
89
|
+
|
|
90
|
+
### Documentation Standards
|
|
91
|
+
- [Documentation Best Practices - Write the Docs](https://www.writethedocs.org/guide/)
|
|
92
|
+
- [README Templates - GitHub](https://github.com/matiassingers/awesome-readme)
|
|
93
|
+
|
|
94
|
+
## Feedback & Learning Systems
|
|
95
|
+
|
|
96
|
+
### Retrospectives
|
|
97
|
+
- [Agile Retrospectives - Esther Derby](https://www.estherderby.com/)
|
|
98
|
+
- [Continuous Improvement - Kaizen Institute](https://www.kaizen.com/)
|
|
99
|
+
|
|
100
|
+
### User Feedback
|
|
101
|
+
- [Collecting User Feedback - Intercom](https://www.intercom.com/blog/)
|
|
102
|
+
- [User Testing Methods - Nielsen Norman Group](https://www.nngroup.com/)
|
|
103
|
+
|
|
104
|
+
## Technology Stack Decisions
|
|
105
|
+
|
|
106
|
+
### Choosing Technologies
|
|
107
|
+
- [Technology Radar - ThoughtWorks](https://www.thoughtworks.com/radar)
|
|
108
|
+
- [State of JavaScript - js.org](https://stateofjs.com/)
|
|
109
|
+
- [Stack Overflow Developer Survey](https://insights.stackoverflow.com/survey)
|
|
110
|
+
|
|
111
|
+
### Best Practices by Domain
|
|
112
|
+
- **Web Apps**: [web.dev by Google](https://web.dev/)
|
|
113
|
+
- **APIs**: [API Design Best Practices - Microsoft](https://learn.microsoft.com/en-us/azure/architecture/best-practices/api-design)
|
|
114
|
+
- **Databases**: [Database Design - PostgreSQL Wiki](https://wiki.postgresql.org/)
|
|
115
|
+
- **Authentication**: [OAuth 2.0 Best Practices](https://oauth.net/2/)
|
|
116
|
+
|
|
117
|
+
## Session State Management
|
|
118
|
+
|
|
119
|
+
### Persistence Patterns
|
|
120
|
+
- [State Management Patterns - Martin Fowler](https://martinfowler.com/)
|
|
121
|
+
- [Stateless vs Stateful - AWS](https://aws.amazon.com/compare/the-difference-between-stateful-and-stateless/)
|
|
122
|
+
|
|
123
|
+
## Tools & Integrations
|
|
124
|
+
|
|
125
|
+
### Project Management Tools
|
|
126
|
+
- [Linear](https://linear.app/) - Issue tracking
|
|
127
|
+
- [Notion](https://notion.so/) - Documentation
|
|
128
|
+
- [Miro](https://miro.com/) - Visual planning
|
|
129
|
+
|
|
130
|
+
### Roadmap Tools
|
|
131
|
+
- [ProductBoard](https://www.productboard.com/)
|
|
132
|
+
- [Aha!](https://www.aha.io/)
|
|
133
|
+
- [Roadmap.sh](https://roadmap.sh/) - Developer roadmaps
|
|
134
|
+
|
|
135
|
+
## Related Concepts
|
|
136
|
+
|
|
137
|
+
### Meta-Programming
|
|
138
|
+
- [Domain-Specific Languages - Martin Fowler](https://martinfowler.com/dsl.html)
|
|
139
|
+
- [Code Generation Best Practices](https://www.yegor256.com/2016/11/08/recursion.html)
|
|
140
|
+
|
|
141
|
+
### AI-Assisted Development
|
|
142
|
+
- [GitHub Copilot Best Practices](https://github.blog/2023-06-20-how-to-write-better-prompts-for-github-copilot/)
|
|
143
|
+
- [AI Pair Programming - OpenAI](https://openai.com/blog/chatgpt-for-programming)
|
|
144
|
+
|
|
145
|
+
### System Design
|
|
146
|
+
- [System Design Primer - GitHub](https://github.com/donnemartin/system-design-primer)
|
|
147
|
+
- [Designing Data-Intensive Applications - Martin Kleppmann](https://dataintensive.net/)
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# Technology Stack Decision Guide
|
|
2
|
+
|
|
3
|
+
## Quick Reference for Common Project Types
|
|
4
|
+
|
|
5
|
+
### Web Application (Full Stack)
|
|
6
|
+
**Best for**: SaaS products, dashboards, collaborative tools
|
|
7
|
+
|
|
8
|
+
**Recommended Stack**:
|
|
9
|
+
- Frontend: React + TypeScript + Tailwind CSS
|
|
10
|
+
- Backend: Node.js (Express/Fastify) or Python (FastAPI)
|
|
11
|
+
- Database: PostgreSQL or MongoDB
|
|
12
|
+
- Auth: Auth0, Supabase, or Firebase Auth
|
|
13
|
+
- Hosting: Vercel (frontend) + Railway/Render (backend)
|
|
14
|
+
|
|
15
|
+
**Why**: Modern, widely supported, strong ecosystem, fast development
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
### Mobile Application
|
|
20
|
+
**Best for**: Consumer apps, on-the-go tools
|
|
21
|
+
|
|
22
|
+
**Recommended Stack**:
|
|
23
|
+
- Framework: React Native or Flutter
|
|
24
|
+
- Backend: Firebase or Supabase (BaaS)
|
|
25
|
+
- State Management: Redux Toolkit or Riverpod
|
|
26
|
+
- Analytics: Firebase Analytics or Amplitude
|
|
27
|
+
|
|
28
|
+
**Why**: Write once, deploy iOS + Android, native performance
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
### Desktop Application
|
|
33
|
+
**Best for**: Professional tools, productivity apps, offline-first
|
|
34
|
+
|
|
35
|
+
**Recommended Stack**:
|
|
36
|
+
- Cross-platform: Electron + React
|
|
37
|
+
- Windows-specific: WinUI 3 + .NET
|
|
38
|
+
- Mac-specific: SwiftUI
|
|
39
|
+
- Linux: Qt or GTK
|
|
40
|
+
|
|
41
|
+
**Why**: Native feel, full system access, offline capabilities
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### API / Backend Service
|
|
46
|
+
**Best for**: Microservices, data processing, integrations
|
|
47
|
+
|
|
48
|
+
**Recommended Stack**:
|
|
49
|
+
- Python: FastAPI (modern, fast, auto-docs)
|
|
50
|
+
- Node.js: Express or Fastify (JavaScript ecosystem)
|
|
51
|
+
- .NET: ASP.NET Core (enterprise, high performance)
|
|
52
|
+
- Go: Gin or Echo (extreme performance)
|
|
53
|
+
|
|
54
|
+
**Database**:
|
|
55
|
+
- Relational: PostgreSQL
|
|
56
|
+
- Document: MongoDB
|
|
57
|
+
- Key-Value: Redis
|
|
58
|
+
- Time-series: InfluxDB
|
|
59
|
+
|
|
60
|
+
**Why**: Optimized for specific use case, scales well
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
### Data Science / ML Project
|
|
65
|
+
**Best for**: Analytics, predictions, insights
|
|
66
|
+
|
|
67
|
+
**Recommended Stack**:
|
|
68
|
+
- Language: Python 3.11+
|
|
69
|
+
- Notebooks: Jupyter Lab
|
|
70
|
+
- Data: Pandas, Polars (faster alternative)
|
|
71
|
+
- Visualization: Plotly, Matplotlib
|
|
72
|
+
- ML: scikit-learn, PyTorch, TensorFlow
|
|
73
|
+
- Deployment: FastAPI + Docker
|
|
74
|
+
|
|
75
|
+
**Why**: Rich ecosystem, community support, proven tools
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
### Static Website / Blog
|
|
80
|
+
**Best for**: Marketing sites, documentation, blogs
|
|
81
|
+
|
|
82
|
+
**Recommended Stack**:
|
|
83
|
+
- Framework: Next.js, Gatsby, or Astro
|
|
84
|
+
- CMS: Contentful, Sanity, or MDX
|
|
85
|
+
- Hosting: Vercel, Netlify, or Cloudflare Pages
|
|
86
|
+
- Styling: Tailwind CSS
|
|
87
|
+
|
|
88
|
+
**Why**: Lightning fast, SEO-friendly, free hosting
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
### E-Commerce
|
|
93
|
+
**Best for**: Online stores, marketplaces
|
|
94
|
+
|
|
95
|
+
**Recommended Stack**:
|
|
96
|
+
- Platform: Shopify (hosted) or WooCommerce
|
|
97
|
+
- Custom: Next.js + Stripe + Sanity CMS
|
|
98
|
+
- Cart: Snipcart or Commerce.js
|
|
99
|
+
- Payments: Stripe or PayPal
|
|
100
|
+
|
|
101
|
+
**Why**: Secure payments, inventory management, shipping integrations
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
### Real-Time Application
|
|
106
|
+
**Best for**: Chat apps, collaborative editors, live dashboards
|
|
107
|
+
|
|
108
|
+
**Recommended Stack**:
|
|
109
|
+
- Frontend: React + Socket.io or WebSockets
|
|
110
|
+
- Backend: Node.js + Socket.io
|
|
111
|
+
- Database: Redis (pub/sub) + PostgreSQL
|
|
112
|
+
- Infrastructure: Heroku or AWS
|
|
113
|
+
|
|
114
|
+
**Why**: Low latency, bidirectional communication
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Decision Matrix
|
|
119
|
+
|
|
120
|
+
| Priority | Choose... |
|
|
121
|
+
|----------|-----------|
|
|
122
|
+
| Speed to market | No-code (Bubble, Webflow) or BaaS (Firebase, Supabase) |
|
|
123
|
+
| Scalability | Cloud-native (AWS, GCP, Azure) + containerization |
|
|
124
|
+
| Cost-effective | Open source stack + free tiers (Vercel, Render, Supabase) |
|
|
125
|
+
| Enterprise ready | .NET, Java Spring Boot, PostgreSQL |
|
|
126
|
+
| Developer productivity | TypeScript + modern framework + Copilot |
|
|
127
|
+
| Performance critical | Go, Rust, or C++ |
|
|
128
|
+
|
|
129
|
+
## Technology Evaluation Checklist
|
|
130
|
+
|
|
131
|
+
When selecting technologies, consider:
|
|
132
|
+
|
|
133
|
+
✅ **Community Size**: Active community = more resources, packages, help
|
|
134
|
+
✅ **Documentation Quality**: Good docs save days of debugging
|
|
135
|
+
✅ **Long-term Viability**: Is the tech actively maintained?
|
|
136
|
+
✅ **Hiring Pool**: Can you find developers who know it?
|
|
137
|
+
✅ **Learning Curve**: How quickly can team become productive?
|
|
138
|
+
✅ **Ecosystem**: Are there good libraries, tools, integrations?
|
|
139
|
+
✅ **Performance**: Does it meet your scale requirements?
|
|
140
|
+
✅ **Cost**: Licensing, hosting, third-party services
|
|
141
|
+
|
|
142
|
+
## Red Flags (Avoid These)
|
|
143
|
+
|
|
144
|
+
❌ **Dead Projects**: Last commit > 2 years ago
|
|
145
|
+
❌ **Single Maintainer**: Bus factor of 1
|
|
146
|
+
❌ **Overly Complex**: Requires PhD to understand
|
|
147
|
+
❌ **Hyped but Immature**: Trendy but production-untested
|
|
148
|
+
❌ **Vendor Lock-in**: Impossible to migrate away
|
|
149
|
+
❌ **Poor Security**: History of vulnerabilities
|
|
150
|
+
|
|
151
|
+
## When in Doubt...
|
|
152
|
+
|
|
153
|
+
**For Prototypes**: Use whatever you know best + fastest
|
|
154
|
+
**For MVPs**: Modern, popular stack with good docs
|
|
155
|
+
**For Scale**: Battle-tested, boring technology
|
|
156
|
+
**For Unique Needs**: Research thoroughly, POC first
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
**Last Updated**: 2026-02-03
|
|
161
|
+
**Source**: Aggregate best practices from Stack Overflow Survey, GitHub, ThoughtWorks Radar
|