explicit do not interact with .claude files
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## Active Projects
|
||||
|
||||
- [AudiobookPipeline Web Platform](projects/audiobookpipeline-web/) - Commercial web application for eBook-to-audiobook conversion
|
||||
- [Nessa](projects/nessa/) - iOS fitness tracking app (Strava competitor) with subscription tiers
|
||||
|
||||
## Areas
|
||||
|
||||
|
||||
85
agents/cto/life/projects/nessa/facts.yaml
Normal file
85
agents/cto/life/projects/nessa/facts.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
# Nessa Project Facts
|
||||
|
||||
## Project Overview
|
||||
- Type: "iOS fitness tracking application (Strava competitor)"
|
||||
- Tech Stack: "Swift, SwiftUI, GRDB (local database), HealthKit"
|
||||
- Location: "/home/mike/code/Nessa"
|
||||
- Repository: "https://git.freno.me/Mike/Nessa.git"
|
||||
- Target: "2,000 paying users = $10k MRR"
|
||||
|
||||
## Architecture
|
||||
|
||||
### Database
|
||||
- ORM: "GRDB with migrations"
|
||||
- Schema: "users, workouts, social features (profiles, follows, kudos, comments), segments"
|
||||
- Migration pattern: "Incremental migrations with existence checks"
|
||||
- DatabaseManager: "Centralized database access with read/write methods"
|
||||
|
||||
### Current Features
|
||||
- Workout types: 11
|
||||
- HealthKit integration: true
|
||||
- Basic dashboard and authentication: true
|
||||
- Social features: "profiles, follows, kudos, comments, activity feed"
|
||||
- Segments with leaderboards and efforts: true
|
||||
- Heart rate tracking: true
|
||||
|
||||
### Subscription Model (Planned)
|
||||
- Free price: "$0"
|
||||
- Free features: "Core features except route planning, AI features, offline maps"
|
||||
- Plus price: "$4.99/mo"
|
||||
- Plus features: "Route planning, offline maps, advanced segments, personal heatmaps"
|
||||
- Pro price: "$9.99/mo"
|
||||
- Pro features: "AI training plans, premium challenges, priority support, fitness tracking"
|
||||
|
||||
### Subscription Implementation
|
||||
- Payment: "StoreKit 2 for iOS native subscriptions"
|
||||
- Product IDs: "com.nessa.subscription.plus.monthly, com.nessa.subscription.pro.monthly, com.nessa.subscription.plus.yearly, com.nessa.subscription.pro.yearly"
|
||||
- Feature Gating: "SubscriptionService with PremiumFeature enum"
|
||||
- Backend: "Receipt validation endpoints, App Store Server Notifications webhook"
|
||||
- Timeline: "4 weeks (6 phases)"
|
||||
- Sub-issues: "FRE-108 through FRE-112"
|
||||
|
||||
## Feature Roadmap
|
||||
|
||||
### Phase 1 MVP Status
|
||||
- Status: "Completed"
|
||||
- Features: "Activity tracking + feed + kudos + comments, Profiles + follow system, Basic segments"
|
||||
|
||||
### Phase 2 Community Growth
|
||||
- Issue: "FRE-92"
|
||||
- Features: "Clubs system, Monthly challenges, 1v1 challenges, Share to social, Invite system"
|
||||
- Timeline: "10 weeks"
|
||||
- Sub-issues: "FRE-102 through FRE-107"
|
||||
|
||||
### Phase 3 Premium Features
|
||||
- Features: "Route planning with turn-by-turn, AI training plans, Offline maps, Advanced analytics"
|
||||
|
||||
## Revenue Targets
|
||||
- Month 1: "$500-1,000 MRR (100 paying users)"
|
||||
- Month 3: "$2,500-5,000 MRR (500 paying users)"
|
||||
- Month 6: "$5,000-10,000 MRR (1,000 paying users)"
|
||||
- Year 1: "$10,000+ MRR (2,000 paying users)"
|
||||
|
||||
## Technical Debt and Considerations
|
||||
- Subscription infrastructure: "Not yet implemented"
|
||||
- Backend API: "Required for subscriptions (not yet built)"
|
||||
- Architecture: "Local-first with GRDB (sync TBD)"
|
||||
- Competitive goal: "Feature parity with Strava"
|
||||
|
||||
## Key Files
|
||||
- User model: "Nessa/Models/User.swift"
|
||||
- Database manager: "Nessa/Core/Database/DatabaseManager.swift"
|
||||
- Subscription plan: "plans/2026-03-09-subscription-tiers-implementation.md"
|
||||
- Community plan: "plans/2026-03-09-phase2-community-growth.md"
|
||||
|
||||
## Related Issues
|
||||
- Strava parity: "FRE-73"
|
||||
- Community growth: "FRE-92 (in_review)"
|
||||
- Subscription tiers: "FRE-94 (in_review)"
|
||||
- Subscription sub-issues: "FRE-108 to FRE-112"
|
||||
- Community sub-issues: "FRE-102 to FRE-107"
|
||||
|
||||
## Access Metadata
|
||||
- created: "2026-03-09"
|
||||
- last_accessed: "2026-03-09T21:14:00Z"
|
||||
- access_count: 1
|
||||
@@ -6,7 +6,10 @@ day_of_week: Monday
|
||||
## Today's Plan
|
||||
|
||||
1. ✅ Complete FRE-53: Increase engagement - Create actionable plan with detailed sub-issues
|
||||
2. Awaiting board review and assignment of sub-issues to implementation team
|
||||
2. ✅ Complete FRE-73: Match Strava (feature parity) - Create comprehensive roadmap
|
||||
3. ✅ Complete FRE-92: Phase 2 Community Growth - Technical plan and implementation breakdown
|
||||
4. ✅ Complete FRE-94: Subscription Tiers Implementation - Revenue model and 4-week plan
|
||||
5. Awaiting board review and assignment of sub-issues to implementation team
|
||||
|
||||
## Heartbeat Status
|
||||
|
||||
@@ -23,6 +26,9 @@ day_of_week: Monday
|
||||
- 09:11 - Scheduled heartbeat (timer); no assignments; exiting cleanly
|
||||
- 10:13 - Scheduled heartbeat (timer); no assignments; exiting cleanly
|
||||
- 11:04 - Wake triggered by FRE-53 assignment; created engagement improvement plan
|
||||
- 21:13 - Wake triggered by FRE-94 assignment; created subscription tier implementation plan
|
||||
- 22:23 - Wake triggered by retry_failed_run for FRE-113; task already complete
|
||||
- 22:23 - Verified testing issues exist (FRE-114 through FRE-124); no further action needed
|
||||
|
||||
## Events
|
||||
|
||||
@@ -34,9 +40,59 @@ day_of_week: Monday
|
||||
- 11:04 - Created 9 detailed sub-issues for engagement and revenue improvement
|
||||
- 11:08 - Completed comprehensive plan with phased implementation approach
|
||||
- 11:08 - Reassigned FRE-53 back to board member for review
|
||||
- 17:24 - Assigned FRE-73: Match Strava (feature parity) for Nessa project
|
||||
- 17:28 - Explored Nessa iOS app codebase (SwiftUI, GRDB, HealthKit, 11 workout types)
|
||||
- 17:28-17:31 - Created 15 detailed issues for Strava feature parity roadmap:
|
||||
- 12 phase issues: Social (FRE-75), Segments (FRE-76), Challenges (FRE-77), Groups (FRE-78), Routes (FRE-79), Analytics (FRE-80), Wearables (FRE-81), Safety (FRE-82), Sports (FRE-83), Leaderboards (FRE-84), 1v1 (FRE-85), Premium (FRE-86)
|
||||
- 3 backend issues: Social API (FRE-87), Geospatial (FRE-88), Notifications (FRE-89)
|
||||
- 17:32 - Added comprehensive plan to FRE-73 with 10-14 month timeline
|
||||
- 17:34 - Reassigned FRE-73 to requesting user for board review
|
||||
- 13:11 - Scheduled heartbeat (timer); no assignments; exiting cleanly
|
||||
- 15:12 - Scheduled heartbeat (timer); no assignments; exiting cleanly
|
||||
- 15:42 - Wake triggered by retry_failed_run; no assignments; exiting cleanly
|
||||
- 17:24 - Wake triggered by FRE-73 assignment (issue_assigned)
|
||||
- 17:28 - Explored Nessa codebase (Swift/SwiftUI iOS app)
|
||||
- 17:28 - Analyzed current state: 11 workout types, HealthKit, basic dashboard, auth, GRDB local DB
|
||||
- 17:28-17:31 - Created 12 phase issues for Strava feature parity (FRE-75 through FRE-86)
|
||||
- 17:31 - Created 3 backend infrastructure issues (FRE-87, FRE-88, FRE-89)
|
||||
- 17:32 - Updated FRE-73 with comprehensive plan in <plan/> tags
|
||||
- 17:34 - Reassigned FRE-73 to requesting user for review (status: in_review)
|
||||
- 19:36 - Scheduled heartbeat (timer); no assignments; exiting cleanly
|
||||
- 21:03 - Wake triggered by FRE-92 assignment (issue_assigned)
|
||||
- 21:03 - Explored Nessa social features (profiles, follows, kudos, comments, feed)
|
||||
- 21:03-21:07 - Created 6 detailed sub-issues for Phase 2 Community Growth:
|
||||
- FRE-102: Clubs System - Community Groups
|
||||
- FRE-103: Monthly Challenges System
|
||||
- FRE-104: 1v1 Challenges - Direct Friend Challenges
|
||||
- FRE-105: Share to Social Media
|
||||
- FRE-106: Invite System - Viral Growth
|
||||
- FRE-107: Backend Infrastructure for Community Features
|
||||
- 21:07 - Completed comprehensive technical architecture and 10-week implementation plan
|
||||
- 21:08 - Created plan document at /home/mike/code/Nessa/plans/2026-03-09-phase2-community-growth.md
|
||||
- 21:08 - Note: Unable to update parent issue status due to API run ownership conflict (reported issue)
|
||||
- 21:13 - Wake triggered by FRE-94 assignment (issue_assigned)
|
||||
- 21:13 - Explored Nessa subscription requirements and database architecture
|
||||
- 21:13-21:14 - Created comprehensive subscription tier implementation plan:
|
||||
- Three-tier model: Free ($0), Plus ($4.99/mo), Pro ($9.99/mo)
|
||||
- StoreKit 2 integration approach
|
||||
- Feature gating system with SubscriptionService
|
||||
- Backend validation infrastructure
|
||||
- 4-week implementation timeline with 6 phases
|
||||
- 21:14 - Created 5 detailed sub-issues for implementation:
|
||||
- FRE-109: Phase 1 - Models & Schema (2-3 days)
|
||||
- FRE-108: Phase 2 - StoreKit Integration (3-4 days)
|
||||
- FRE-110: Phase 3 - Backend Validation (3-4 days)
|
||||
- FRE-111: Phase 4 - UI & Paywalls (4-5 days)
|
||||
- FRE-112: Phase 5 - Testing & Launch (3-4 days)
|
||||
- 21:14 - Created plan document at /home/mike/code/Nessa/plans/2026-03-09-subscription-tiers-implementation.md
|
||||
- 21:14 - Updated FRE-94 with implementation plan and reassigned to board for review (status: in_review)
|
||||
- 21:53 - Wake triggered by FRE-113 assignment (issue_assigned)
|
||||
- 21:53-21:58 - Created comprehensive testing strategy for Life-and-Lineage game
|
||||
- 21:58 - Created 11 testing issues (FRE-114 through FRE-124) covering all layers
|
||||
- 21:58 - Completed FRE-113 with testing plan and marked done
|
||||
- 22:23 - Wake triggered by retry_failed_run for FRE-113; verified task complete
|
||||
- 22:23 - Confirmed all testing issues created (FRE-114 through FRE-124) in todo status
|
||||
- 22:23 - Added verification comment; no further action needed
|
||||
|
||||
## Team Status
|
||||
|
||||
@@ -47,4 +103,34 @@ All Firesoft code quality issues assigned. Awaiting next phase directives from C
|
||||
- 3 blocked issues (FRE-33: CTO permissions, FRE-41/FRE-43: infrastructure tasks)
|
||||
- 26 critical priority issues in progress
|
||||
- No direct reports currently
|
||||
- No assignments for CTO agent
|
||||
|
||||
## Deliverables for Board Review
|
||||
|
||||
**FRE-73: Strava Feature Parity Roadmap**
|
||||
- Comprehensive 12-phase implementation plan
|
||||
- 15 detailed issues created covering all Strava features
|
||||
- Timeline: 10-14 months for full feature parity
|
||||
- Infrastructure requirements: PostGIS, Redis, WebSocket, push notifications
|
||||
- Priority recommendation: Start with Phase 1 (Social) as foundation
|
||||
- Status: In review, awaiting board prioritization and resource allocation
|
||||
|
||||
**FRE-92: Phase 2 Community Growth**
|
||||
- Technical architecture for 5 community features (Clubs, Challenges, 1v1, Share, Invites)
|
||||
- 6 detailed sub-issues with data models, services, and UI components
|
||||
- 10-week implementation timeline (8 weeks features + 2 weeks testing)
|
||||
- Backend requirements: Club/Challenge APIs, Email/SMS services, Push notifications
|
||||
- Success metrics: 30% club adoption, 50% challenge participation, 25% viral growth
|
||||
- Plan document: /home/mike/code/Nessa/plans/2026-03-09-phase2-community-growth.md
|
||||
- Status: Complete, ready for assignment to development team
|
||||
- Note: API issue prevented parent status update (run ownership conflict)
|
||||
|
||||
**FRE-94: Subscription Tiers Implementation**
|
||||
- Revenue model: Free, Plus ($4.99/mo), Pro ($9.99/mo)
|
||||
- StoreKit 2 integration with product IDs for monthly/annual subscriptions
|
||||
- Feature gating system with SubscriptionService and PremiumFeature enum
|
||||
- Backend validation endpoints for receipt verification and webhooks
|
||||
- 5 detailed sub-issues covering full implementation lifecycle
|
||||
- 4-week timeline: Foundation → StoreKit → Backend → UI → Testing
|
||||
- Revenue targets: $500-1k MRR (M1), $5k-10k MRR (M6), $10k+ MRR (Y1)
|
||||
- Plan document: /home/mike/code/Nessa/plans/2026-03-09-subscription-tiers-implementation.md
|
||||
- Status: In review, awaiting board feedback on pricing and RevenueCat decision
|
||||
|
||||
Reference in New Issue
Block a user