- Introduction
- Pitch
- Hogwarts
- Live Demo
- MVP
- Roadmap
- Launch Sprint
- PRD
- Get Started
- Localhost
- Architecture
- Structure
- Pattern
- Page
- Layout
- Content
- Types
- Config
- Actions
- Queries
- Authorization
- Validation
- Form
- Table
- Detail
- Card
- Util
- Hooks
- List Params
- Views
- README.md
- ISSUE.md
- Technology Stack
- Database
- File
- CDN Assets
- Entry Points
- Dashboard
- Authentication
- Credentials
- OAuth
- Flow Diagrams
- Multi-Tenancy
- Offline
- Onboarding
- Onboarding Videos
- Add Values
- Admission
- Application
- Attendance
- Compliance
- Profile
- Exams
- Exam Wizard
- Timetable
- Classrooms
- Notifications
- Conference
- LMS (Lumos)
Finance
- Finance
- Fee Management
- Invoice
- Wallet
- Salary
- Payroll
- Timesheet
- Expenses
- Budget
- Receipt
- Accounts
- Banking
- Reports
- Dashboard
- Permissions
- Messages
- Integration Flow
- Provision
- AI Document Processing
- Document Intelligence
- Internationalization
- Translation
- Translation Guide
- Icons
- Docs Factory
- Inspiration
- Listings
- Teachers
- Students
- Catalog
- Library
- Contributing
- Code of conduct
- GitHub Workflow
- Database Seeds
- Database Safety
- Test Accounts
- Playwright
- Prettier
- Block Rebound
Sales & GTM
Block Rebound systematically optimizes any platform block for production-readiness through competitor research, technical assessment, and a prioritized fix plan. Trigger it with rebound <block> or /rebound <block>.
Quick start
rebound finance
rebound the attendance block
optimize students for production
make grades production-ready
/rebound finance
/rebound attendance
Phases
| # | Phase | Time | Output |
|---|---|---|---|
| 1 | Research | 5-10 min | Top 5 competitors, feature benchmark matrix, best practices, innovation opportunities |
| 2 | Assessment | 10-15 min | Technical scores per dimension |
| 3 | Checklist | 5 min | Prioritized tasks with effort estimates |
| 4 | Recommendations | 5 min | Quick wins + weekly implementation plan |
Phase 2 — assessment dimensions
| Check | Description |
|---|---|
| Architecture | Mirror pattern, server/client boundaries |
| Multi-tenant | schoolId in all queries |
| Security | Validation, auth checks, OWASP |
| Performance | N+1 queries, bundle size |
| UX | Loading states, error handling |
| i18n | Arabic / English coverage |
| Tests | Coverage target: 95% |
Phase 3 — priority tiers
| Priority | When | Examples |
|---|---|---|
| Critical | Must fix before production | Security vulnerabilities, multi-tenant issues |
| High | Should fix soon | Missing core features, performance issues |
| Medium | Plan for near-term | Enhancements, i18n gaps |
| Low | Backlog | Nice-to-have features |
Valid blocks
| Group | Blocks |
|---|---|
| Core | dashboard, profile, settings, admin |
| People | students, teachers, parents, staff |
| Academic | subjects, classes, lessons, timetable, attendance |
| Assessment | exams, assignments, grades |
| Finance | finance, fees, billing, invoice, receipt, banking, salary, expenses, payroll, budget, wallet, accounts |
| Operations | announcements, messaging, notifications, events, library |
Output
Reports save to .claude/workflows/rebound-outputs/{block}/rebound-{date}.md and contain research findings, technical assessment, prioritized checklist, and recommendations.
Integrations
| Agent | Purpose |
|---|---|
/agents/security | Security deep-dive |
/agents/multi-tenant | Tenant isolation verification |
/agents/performance | Performance optimization |
/agents/i18n | Translation audit |
| Skill | Purpose |
|---|---|
multi-tenant-validator | schoolId verification |
security-scanner | OWASP compliance |
prisma-optimizer | Query analysis |
react-performance | Component optimization |
Production-ready criteria
- Zero critical issues
- Zero high-priority security issues
- Multi-tenant isolation verified
- 95%+ test coverage
- 100% i18n coverage (Arabic + English)
- All core features implemented
- Performance within targets (
<200msAPI,<100KBbundle) - Accessibility compliant (WCAG 2.1 AA)
- Mobile responsive
Sample run
User: rebound finance
Claude: Starting Block Rebound for finance...
Phase 1 — Research
Found 5 competitors: Blackbaud, FACTS, PowerSchool, ...
Identified 15 must-have features
8 differentiation opportunities
Phase 2 — Assessment
147 files analyzed
Architecture: 85% compliant
Multi-tenant: 3 issues found
Security: 4 issues found
Test coverage: 67%
Phase 3 — Checklist
Critical: 8 items (20h)
High: 8 items (30h)
Medium: 5 items (20h)
Low: 3 items (10h)
Phase 4 — Recommendations
Week 1: Security fixes
Week 2-3: Core features
Week 4: Polish
Report saved to .claude/workflows/rebound-outputs/finance/
Files
| File | Purpose |
|---|---|
CLAUDE.md | Natural-language recognition |
.claude/skills/rebound.md | Workflow logic |
.claude/commands/rebound.md | Slash command |
.claude/agents/rebound.md | Deep analysis agent |