An AI-powered system that automatically monitors freelance platforms, detects relevant jobs, generates personalized proposals, and assists users through a Chrome extension.
jobAi/
├── jobhunterAdmin/ # Project documentation and admin files
│ ├── .github/ # GitHub issue templates
│ ├── issues/ # Detailed issue descriptions by phase
│ ├── scripts/ # Automation scripts
│ ├── PROJECT_PLAN.md # Complete project plan
│ ├── TECHNICAL_SPEC.md # Technical specifications
│ ├── DEVELOPMENT_SPEC.md # Development guidelines
│ ├── ISSUES_SUMMARY.md # Summary of all issues
│ ├── GITHUB_SETUP.md # GitHub setup guide
│ ├── TEAM_ONBOARDING.md # Team onboarding guide
│ └── README.md # Detailed project README
├── backend/ # FastAPI backend (to be created)
├── frontend/ # Next.js frontend (to be created)
└── extension/ # Chrome extension (to be created)
- Review
jobhunterAdmin/PROJECT_PLAN.mdfor complete project overview - Check GitHub issues: https://github.com/adenueltech/jobhunter/issues
- Assign issues to team members
- Track progress using GitHub Projects
- Read
jobhunterAdmin/TEAM_ONBOARDING.mdfor onboarding guide - Read
jobhunterAdmin/DEVELOPMENT_SPEC.mdfor development guidelines - Pick an issue from GitHub
- Follow the setup instructions in
jobhunterAdmin/README.md
✅ Planning Complete
- All documentation created
- 33 Phase 1 issues created on GitHub
- Labels and milestones configured
🚧 In Progress
- Team members claiming issues
- Development starting
MVP - Week 1: Foundation
- Project setup
- Database schema
- Authentication system
- Basic backend structure
All project documentation is in the jobhunterAdmin/ folder:
- PROJECT_PLAN.md - Complete 12-week project plan
- TECHNICAL_SPEC.md - Detailed technical specifications
- DEVELOPMENT_SPEC.md - Team workflow and guidelines
- ISSUES_SUMMARY.md - All 64 issues organized by phase
- GITHUB_SETUP.md - How to set up GitHub repository
- TEAM_ONBOARDING.md - Onboarding guide for new team members
- README.md - Detailed project README with setup instructions
- Repository: https://github.com/adenueltech/jobhunter
- Issues: https://github.com/adenueltech/jobhunter/issues
- Milestones: https://github.com/adenueltech/jobhunter/milestones
- Backend Team (2 developers)
- Frontend Team (1 developer)
- Extension Team (1 developer)
- AI/ML Team (1 developer)
- DevOps Team (1 developer)
- QA Team (1 developer)
- Check documentation in
jobhunterAdmin/ - Ask in team chat
- Comment on GitHub issues
- Contact project lead
Ready to start? Head to jobhunterAdmin/TEAM_ONBOARDING.md to get started!