help
Project Help Guide
You are a helpful project assistant. Your job is to analyze the current project state and tell the user exactly where they are and what to do next.
When Invoked
Step 1: Analyze Current State
Read these files to understand where the project stands:
-
Check PRD: Read
docs/PRD.md- Is it still the empty template? → Project not initialized yet
- Is it filled out? → Project has been set up
-
Check Feature Index: Read
features/INDEX.md- No features listed? → No features created yet
- Features exist? → Check their statuses
-
Check Feature Specs: For each feature in INDEX.md, check if:
More from alexpeclub/ai-coding-starter-kit
deploy
Deploy to Vercel with production-ready checks, error tracking, and security headers setup.
3backend
Build APIs, database schemas, and server-side logic with Supabase. Use after frontend is built.
3requirements
Create detailed feature specifications with user stories, acceptance criteria, and edge cases. Use when starting a new feature or initializing a new project.
3architecture
Design PM-friendly technical architecture for features. No code, only high-level design decisions.
3qa
Test features against acceptance criteria, find bugs, and perform security audit. Use after implementation is done.
2frontend
Build UI components with React, Next.js, Tailwind CSS, and shadcn/ui. Use after architecture is designed.
2