Skip to main content

Templates

Start your project on the right track with these standardized artifacts.

These templates ensure you don't start from a blank page. They force you to think about Framing before Execution.

Quick Download

Get the full AI contextFlow Kit (Templates + Knowledge Base) to use offline or directly in your codebase.


Download AI contextFlow (.zip)



What's inside the ZIP?

  1. ⚙️ .cursorrules: The "System Enforcer" that guides the AI.
  2. 📂 templates/: Empty Markdown files for you to fill out (Project Brief, ADRs, etc.).
  3. 📂 knowledge-base/: The full set of AI Roles, Guided Workflows, and Standards.

What's Inside?

TemplatePurposeWhen to use
Project RulesThe Coach. Activates "Guided Mode" in your editor (Cursor/Copilot).Day 1, setup in project root.
Active FeatureThe Engine. The single source of truth for current tasks.Every time you code.
Project RoadmapThe Compass. Tracks milestones and maturity.Weekly or after major features.
Domain ModelThe Skeleton. Database schema and relationships.Day 1, update on changes.
Project BriefDefines the "What" and "Why" of the project.Day 1, before writing code.
System InstructionsAlternative for WebChat (ChatGPT/Claude).If not using Cursor/Windsurf.
ADR (Architecture Decision)Records important technical choices.whenever a major decision is made.
Refactoring PlanSafe step-by-step guide for complex changes.Before rewriting >100 lines of code.
UI Design TokensDefines colors, spacing, and typography.When starting frontend work.
PR TemplateQuality checklist for Pull Requests.Setup in .github/ folder.

Pro Tip

The .cursorrules file references the knowledge-base. Keep that folder in your project so the AI can "read up" on what a "QA Engineer" or "Solution Architect" role actually entails.