← Back to index

Claude Code · Cursor Rules

Workflow Skills

Skills for Claude Code (.md) and Cursor rules (.mdc).
Start any task by running /ai-workflow in Claude Code.

Meta-skill

00 ai-workflow .md · Claude Code skill

The full 8-step workflow — intent, brain dump, PRD, phased plan, guardrails, TDD cycle, PRD update. Run this at the start of every task.

Individual skills

01 intent-context .mdc · Cursor rule

Capture clear intent before any planning begins. Two steps: write the intent statement, then brain-dump requirements.

02 planning .mdc · Cursor rule

Break work into 2–4 independently testable phases. Each phase has a single objective, concrete tasks, and a clear deliverable.

03 rules-guardrails .mdc · Cursor rule

Pre-implementation checklist — PRD confirmed, conventions understood, test file created and failing before any code is written.

04 grill-me .md · Claude Code skill

Stress-test a plan or design before committing. AI interviews you relentlessly, walking each branch of the decision tree with a recommended answer.

05 unit-testing .mdc · Cursor rule

Language-agnostic rules for writing good tests — AAA pattern, test types, naming conventions, mocking guidelines, coverage goals.

06 documentation-prds .mdc · Cursor rule

Creating and maintaining the living PRD. Covers lifecycle, AI agent update instructions, and the PRD as shared memory across sessions.

07 tdd-development-workflow .mdc · Cursor rule

The full TDD cycle: write test → RED → implement → GREEN → refactor → update PRD. Language-agnostic with multi-stack run commands.