RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/ivangrynenko/cursorrules

Cursor rule

.cursor/rules/project-definition-template.mdc

Template for defining project context

Cursor rules

Quality

34/100

Scores the file, not the repository.

Length

446 words

1 headings · 0 code blocks

Repository

86

— · pushed 280 days ago

Last changed

3 days ago

First indexed 3 days ago.
ivangrynenko/cursorrules/.cursor/rules/project-definition-template.mdcRawGitHub
1---
2description: Template for defining project context
3globs: README.md, /docs/*
4---
5# Comprehensive Project Definition Template
6 
7This rule enforces best practices for documenting project context, ensuring clarity and maintainability through well-documented README files and documentation.
8 
9<rule>
10name: comprehensive_project_definition
11description: Enforce comprehensive project context definition for CursorAI
12filters:
13 - type: file_extension
14 pattern: "\\.md$"
15 - type: file_path
16 pattern: "README.md|/docs/"
17 
18actions:
19 - type: enforce
20 conditions:
21 - pattern: "## Project Purpose"
22 message: "Define the purpose of the project in the README file, including its goals and objectives."
23 
24 - pattern: "## Technical Stack"
25 message: "List the technical stack used in the project in the README file, including language versions and frameworks."
26 
27 - pattern: "## Folder Structure"
28 message: "Document the folder structure in the README file with a brief explanation for each significant directory."
29 
30 - pattern: "## Customizations"
31 message: "Include any custom themes, modules, or libraries in the README file, explaining their functionality."
32 
33 - pattern: "## Libraries"
34 message: "List any third-party libraries used in the project in the README file, including versions for reproducibility."
35 
36 - pattern: "## Setup Instructions"
37 message: "Provide clear setup instructions in the README to help new contributors or users get started."
38 
39 - pattern: "## Contribution Guidelines"
40 message: "Document contribution guidelines if the project is open-source or team-based."
41 
42 - type: suggest
43 message: |
44 **Project Definition Best Practices:**
45 - **README and Docs:** Use both README.md for an overview and /docs/ for detailed documentation.
46 - **Project Purpose:** Clearly articulate why the project exists, its objectives, and who it serves.
47 - **Technical Stack:** Include all technologies, versions, and possibly why each was chosen.
48 - **Folder Structure:** Use tree diagrams or simple bullet points to describe the project's layout.
49 - **Customizations:** Explain any custom code, including its purpose and how it integrates with the project.
50 - **Libraries:** Detail external dependencies, why they're used, and how to manage them (e.g., npm, composer).
51 - **Setup Instructions:** Provide step-by-step guidance for setting up the project environment.
52 - **Contribution Guidelines:** Outline how to contribute, including coding standards, branch management, and pull request process.
53 - **License:** Include information about the project's licensing for legal clarity.
54 - **Roadmap:** Optionally, add a roadmap section to discuss future plans or features.
55 
56 - type: validate
57 conditions:
58 - pattern: "## Project Purpose"
59 message: "Ensure the project purpose is clearly defined for understanding the project's intent."
60 
61 - pattern: "## Technical Stack"
62 message: "Ensure the technical stack is documented to aid in tech stack comprehension."
63 
64 - pattern: "## Folder Structure"
65 message: "Ensure the folder structure is outlined for navigation ease."
66 
67 - pattern: "## Customizations"
68 message: "Ensure customizations are documented for understanding unique project elements."
69 
70 - pattern: "## Libraries"
71 message: "Ensure libraries are listed for dependency management."
72 
73 - pattern: "## Setup Instructions"
74 message: "Ensure setup instructions are included to facilitate onboarding."
75 
76metadata:
77 priority: medium
78 version: 1.1
79</rule>

Sections

  • Comprehensive Project Definition Template

What it covers

git-pr

Stack — with the evidence

shell

(0.80)

github-actions

(0.60)

Glob targeting

  • README.md
  • /docs/*

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
ivangrynenko
Language
—
License
—
Archived
no

All configs in this repo

Also in ivangrynenko/cursorrules

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
ivangrynenko/cursorrules.cursor/rules/accessibility-standards.mdc · 86Cursor rulesshellgithub-actionsui44/1003 days ago
ivangrynenko/cursorrules.cursor/rules/api-standards.mdc · 86Cursor rulesshellgithub-actionsapi44/1003 days ago
ivangrynenko/cursorrules.cursor/rules/behat-steps.mdc · 86Cursor rulesshellgithub-actionslint-formatstyleperformanceagent-behaviour42/1003 days ago
ivangrynenko/cursorrules.cursor/rules/build-optimization.mdc · 86Cursor rulesshellgithub-actionsbuild48/1003 days ago
ivangrynenko/cursorrules.cursor/rules/confluence-editing-standards.mdc · 86Cursor rulesshellgithub-actionsstylearchsecuritydeployment60/1003 days ago
ivangrynenko/cursorrules.cursor/rules/debugging-standards.mdc · 86Cursor rulesshellgithub-actionsno sections30/1003 days ago
ivangrynenko/cursorrules.cursor/rules/docker-compose-standards.mdc · 86Cursor rulesshellgithub-actionsstyle62/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-broken-access-control.mdc · 86Cursor rulesshellgithub-actionsstylesecurity52/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-cryptographic-failures.mdc · 86Cursor rulesshellgithub-actionssecurity48/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-database-standards.mdc · 86Cursor rulesshellgithub-actionsdatabase30/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-injection.mdc · 86Cursor rulesshellgithub-actionssecuritydo-not55/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-insecure-design.mdc · 86Cursor rulesshellgithub-actionssecurity48/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-integrity-failures.mdc · 86Cursor rulesshellgithub-actionsstyle60/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-logging-failures.mdc · 86Cursor rulesshellgithub-actionssecurity48/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-security-misconfiguration.mdc · 86Cursor rulesshellgithub-actionssecurity48/1003 days ago
ivangrynenko/cursorrules.cursor/rules/drupal-vulnerable-components.mdc · 86Cursor rulesshellgithub-actionsstylesecurity67/1003 days ago
ivangrynenko/cursorrules.cursor/rules/git-commit-standards.mdc · 86Cursor rulesshellgithub-actionsgit44/1003 days ago
ivangrynenko/cursorrules.cursor/rules/github-actions-standards.mdc · 86Cursor rulesshellgithub-actionsno sections44/1003 days ago
ivangrynenko/cursorrules.cursor/rules/improve-cursorrules-efficiency.mdc · 86Cursor rulesshellgithub-actionsno sections34/1003 days ago
ivangrynenko/cursorrules.cursor/rules/javascript-cryptographic-failures.mdc · 86Cursor rulesshellgithub-actionssecurity40/1003 days ago
Diff against .cursor/rules/accessibility-standards.mdc Diff against .cursor/rules/api-standards.mdc Diff against .cursor/rules/behat-steps.mdc Diff against .cursor/rules/build-optimization.mdc Diff against .cursor/rules/confluence-editing-standards.mdc Diff against .cursor/rules/debugging-standards.mdc Diff against .cursor/rules/docker-compose-standards.mdc Diff against .cursor/rules/drupal-broken-access-control.mdc Diff against .cursor/rules/drupal-cryptographic-failures.mdc Diff against .cursor/rules/drupal-database-standards.mdc Diff against .cursor/rules/drupal-injection.mdc Diff against .cursor/rules/drupal-insecure-design.mdc Diff against .cursor/rules/drupal-integrity-failures.mdc Diff against .cursor/rules/drupal-logging-failures.mdc Diff against .cursor/rules/drupal-security-misconfiguration.mdc Diff against .cursor/rules/drupal-vulnerable-components.mdc Diff against .cursor/rules/git-commit-standards.mdc Diff against .cursor/rules/github-actions-standards.mdc Diff against .cursor/rules/improve-cursorrules-efficiency.mdc Diff against .cursor/rules/javascript-cryptographic-failures.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49Cursor rulestypescriptcypress+14setupbuildteststyle+496/1003 days ago
skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4kCursor rulestypescriptnode+14teststylearchtypes+296/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack