Cursor rule Cursor
Fitness tracker PWA — project context, stack, and directory conventions.
Cursor rule Cursor
Fitness tracker PWA — project context, stack, and directory conventions.
Cursor rule Cursor
Planning mode — grill fuzzy requirements; then hand off to closed-loop implement.
Cursor rule Cursor
Coding mode — implement from milestone doc, local smoke test, two-strike debug.
Cursor rule Cursor
Git workflow — closed-loop auto-commit vs adhoc confirm gate; personal branch.
Cursor rule Cursor
When to update architecture docs, API contract, and ADRs.
Cursor rule Cursor
Reuse-first rule — check existing modules before writing new code.
Skill Claude CodeCodexCursor
Explains how relevant modules and data flows work by tracing call chains from entry points, preferring the project reuse table, and outputting a short path diagram plus key files. Use when the user asks to explain code, read and understand a module, says 讲解 / 读懂 / 这段怎么工作 / how does this work, or before implementing a…
Skill Claude CodeCodexCursor
Interviews the user relentlessly about a plan or design until reaching shared understanding, one question at a time with a recommended answer, then writes decisions into the milestone. Use when the user wants to stress-test a plan, get grilled on a design, says grill / grill-me / 压需求 / 审方案 / 严苛澄清, or when fuzzy…
Skill Claude CodeCodexCursor
Probes the UI as a family persona via the browser MCP, walking main paths and edge cases, then reports pass / bugs / suggested Playwright e2e cases. Use when the user asks for persona testing, UI acceptance, edge probing, says 拟人测 / 验收 UI / 探边界 / persona-ui-test, or after UI changes before crystallizing e2e.
Instructions file CodexOpenCode
AGENTS.md instructions for DavidZhan23/fitness-app, covering agents.md, product / stack, loop, hard coding constraints and git.