Strategic initiatives and cross-repository coordination for the Cashu ecosystem
This repository serves as the central hub for:
- Strategic initiative tracking
- Cross-repository coordination
- Ecosystem health monitoring
- Long-term roadmap planning
Important: This repo contains NO CODE - only project management issues and documentation.
Instead of cluttering implementation repos with project management issues, we:
- Create all initiative/epic/task issues HERE
- Link to actual PRs/issues in implementation repos
- Keep implementation repos focused on code
| Label | Purpose | Example |
|---|---|---|
initiative |
Big picture goals | "Enable onchain Bitcoin payments" |
epic |
Major feature sets | "Implement Bitcoin backend for all libraries" |
task |
Concrete work items | "Research Bitcoin Core RPC requirements" |
signal |
Ecosystem metrics | "Track CDK version adoption" |
project-management/
├── initiatives/ # Strategic goal documentation
│ ├── onchain.md
│ ├── offline.md
│ └── scaling.md
├── signals/ # Ecosystem metrics we track
│ ├── mint-versions.md
│ └── wallet-adoption.md
└── .github/
├── ISSUE_TEMPLATE/ # Templates for different issue types
└── workflows/ # Automation scripts
Onchain Bitcoin Payments - 15% Ready
Enable users to send and receive onchain Bitcoin through Cashu
Current Blockers:
- NUT-26 specification approval
- Production Bitcoin backend implementation
- Wallet UI patterns for confirmations
Tracking: Issue #1
Offline Payment Support - 40% Ready
Allow users to receive ecash while offline
Current Blockers:
- P2PK implementation in wallets
- Sync UX patterns
- Network partition testing
Tracking: Issue #2
1000 Active Mints - 5% Ready
Scale ecosystem to 1000+ production mints
Current Blockers:
- One-click deployment solution
- Monitoring infrastructure
- Operator documentation
Tracking: Issue #3
- Create initiatives for big goals using the initiative template
- Track signals to monitor ecosystem health
- Break down work into epics and tasks
- Link to implementation - reference PRs/issues in other repos
- Check active tasks to find work that needs doing
- Update status on tasks you're working on
- Link your PRs to relevant tasks here
- Report blockers so PMs can help unblock
- Watch initiatives to see what's coming
- Comment on issues with feedback and requirements
- Track readiness to know when features are production-ready
goal:onchain- Related to onchain paymentsgoal:offline- Related to offline capabilitygoal:scaling- Related to ecosystem growthgoal:ux- Related to user experience
status:blocked- Waiting on somethingstatus:active- Being worked onstatus:ready- Ready to implementstatus:needs-owner- Needs someone to drive
P0- Drop everythingP1- This sprintP2- Next sprintP3- Backlog
- Update initiative readiness scores
- Identify new blockers
- Plan week's priorities
- Post weekly update
- Celebrate completed work
- Share with community
- Matrix: #cashu:matrix.org
- Telegram: @CashuBTC
- GitHub Discussions: Here
This repo is designed to be AI-friendly:
- Structured issue templates with consistent fields
- Machine-readable status tracking
- Clear linking between issues and external PRs
- Weekly summaries in predictable format
Query our GraphQL API to get current status of any initiative.
Remember: This repo is for coordination only. Actual code changes happen in implementation repositories.