whatsforlunch99/openFund-AI
Agent Cursor
Orchestrates the Write → Test → Review pipeline for each implementation stage. Use when starting a new stage from docs/workflow/90product/progress.md, when the user asks to run the stage workflow, or when formalizing work for a stage. Phase 3 uses requesting-code-review to request review (dispatch code-reviewer) and…
whatsforlunch99/openFund-AI
Command Cursor
Incrementally fix build and type errors with minimal, safe changes.
whatsforlunch99/openFund-AI
Command Cursor
Create or verify a checkpoint in your workflow.
whatsforlunch99/openFund-AI
Command Cursor
Comprehensive security and quality review of uncommitted changes.
whatsforlunch99/openFund-AI
Command Cursor
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
whatsforlunch99/openFund-AI
Command Cursor
Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.
whatsforlunch99/openFund-AI
Command Cursor
Safely identify and remove dead code with test verification at every step.
whatsforlunch99/openFund-AI
Command Cursor
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
whatsforlunch99/openFund-AI
Command Cursor
Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.
whatsforlunch99/openFund-AI
Command Cursor
Analyze the codebase structure and generate token-lean architecture documentation.
whatsforlunch99/openFund-AI
Command Cursor
Sync documentation with the codebase, generating from source-of-truth files.
whatsforlunch99/openFund-AI
Command Cursor
Run comprehensive verification on current codebase state.
whatsforlunch99/openFund-AI
Cursor rule Cursor
Add simple, descriptive comments every few lines; skip comments for obvious code.
whatsforlunch99/openFund-AI
Cursor rule Cursor
/docs structure, purpose of each document, and when to update each.
whatsforlunch99/openFund-AI
Cursor rule Cursor
When preparing a git commit or reviewing staged changes — cohesion within files, low coupling between modules, then commit.
whatsforlunch99/openFund-AI
Cursor rule Cursor
Operating principles, safety, code quality, and preferences.
whatsforlunch99/openFund-AI
Cursor rule Cursor
Prefer clear, minimal, readable code; avoid over-engineering and premature optimization.
whatsforlunch99/openFund-AI
Cursor rule Cursor
New skills must be placed in .cursor/skills/ so Cursor Desktop applies them.
whatsforlunch99/openFund-AI
Cursor rule Cursor
Cursor rule "test-stage-management" from whatsforlunch99/openFund-AI, covering test case management (staged implementation), workflow, file layout and reference.
whatsforlunch99/openFund-AI
Skill Claude CodeCodexCursor
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
whatsforlunch99/openFund-AI
Skill Claude CodeCodexCursor
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
whatsforlunch99/openFund-AI
Skill Claude CodeCodexCursor
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
whatsforlunch99/openFund-AI
Skill Claude CodeCodexCursor
Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
whatsforlunch99/openFund-AI
Skill Claude CodeCodexCursor
Pattern for progressively refining context retrieval to solve the subagent context problem.