Instruction file imported from uditimadan/GrowingTech (
.cursor/rules/growingtech-phased-dev.mdc). Copyright stays with the author.
GrowingTech — Phased Development
GrowingTech is an AI revenue-intelligence SaaS for software consulting firms. Source of truth: docs/PHASES.md and docs/SRS-summary.md.
Phase discipline (mandatory)
- Read
docs/PHASES.mdfirst. Work only on the phase markedin_progress. - Do not implement features from later phases.
- When the phase checklist is done: update its status to
done, set the next phase toin_progress, commit, and push tomain(or the agreed PR branch). - Start each agent session with the matching prompt in
docs/agent-prompts/.
Stack (do not substitute)
- Frontend: Next.js, React, TypeScript, Tailwind CSS →
frontend/ - Backend: Python FastAPI →
backend/ - DB: PostgreSQL (Neon in prod)
- AI: pluggable LLM APIs (OpenAI first; Anthropic/Gemini later)
- Deploy targets: Vercel (FE), Railway (BE)
Repo
- Remote:
https://github.com/uditimadan/GrowingTech - Prefer small, focused commits; never commit secrets (
.envstays local)