Centralized issue tracking for the ClearPlan financial planning platform.
This repository serves as the single source of truth for all development work across the ClearPlan platform, including:
- Frontend (React web application)
- Backend (Express API server)
- DevOps (deployment and infrastructure)
- Design (UI/UX improvements)
All issues are managed via GitHub Projects:
- Board URL: https://github.com/users/ncamaa/projects/1
- Workflow: Todo → In Progress → Done
Each issue includes:
- Priority: Critical, High, Medium, Low
- Area: Frontend, Backend, Full Stack, Design, DevOps
- Category: Feature, Bug, Refactor, Chore, Documentation
- Rejections: Auto-tracked bounces from testing
- Frontend: TBD
- Backend: TBD
- Root Workspace:
/Users/ncpersonal/local-sites/codama/clearplan
When creating issues, include:
- Clear acceptance criteria as checkboxes
- Priority and area in the description
- Link to related repositories if applicable
- Screenshots/mockups for UI issues
This board supports automated agent development cycles:
- Agents scan for "In Progress" tickets
- Prioritize by: Critical > High > Medium > Low
- Process tickets sequentially with full testing
- Update board status automatically via GitHub Actions
- Generate cycle reports in the root workspace
/runs/directory
For detailed development workflows, see the root workspace CLAUDE.md file.