RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/compozy/gograph

Cursor rule

.cursor/rules/task-developing.mdc

[object Object]

Cursor rules

Quality

47/100

Scores the file, not the repository.

Length

336 words

4 headings · 0 code blocks

Repository

9

— · pushed 389 days ago

Last changed

3 days ago

First indexed 3 days ago.
compozy/gograph/.cursor/rules/task-developing.mdcRawGitHub
1---
2description:
3globs:
4alwaysApply: true
5---
6# Task List Management
7 
8Guidelines for managing task lists in markdown files to track progress on completing a PRD and its technical specification
9 
10## Task Implementation
11 
12<critical>
13**MANDATORY REQUIREMENTS:**
14- **ALWAYS** check dependent files APIs before write tests to avoid write wrong code
15- **ALWAYS** verify against PRD and tech specs - NEVER make assumptions
16- **NEVER** use workarounds, especially in tests - implement proper solutions
17- **MUST** follow all established project standards:
18 - Architecture patterns: `.cursor/rules/architecture.mdc`
19 - Go coding standards: `.cursor/rules/go-coding-standards.mdc`
20 - Testing requirements: `.cursor/rules/testing-standards.mdc`
21 - API standards: `.cursor/rules/api-standards.mdc`
22 - Security & quality: `.cursor/rules/quality-security.mdc`
23- **MUST** run `make lint` and `make test` before completing ANY subtask
24- **MUST** follow `.cursor/rules/task-review.mdc` workflow for parent tasks
25**Enforcement:** Violating these standards results in immediate task rejection.
26</critical>
27 
28<completion_protocol>
291. When you finish a **sub‑task**, immediately mark it as completed by changing `[ ]` to `[x]`.
302. If **all** subtasks underneath a parent task are now `[x]`, also mark the **parent task** as completed.
31- Stop after each sub‑task and wait for the user's go‑ahead.
32</completion_protocol>
33 
34## Task List Maintenance
35 
36<maintenance_rules>
371. **Update the task list as you work:**
38 - Mark tasks and subtasks as completed (`[x]`) per the protocol above.
39 - Add new tasks as they emerge.
40 
412. **Maintain the "Relevant Files" section:**
42 - List every file created or modified.
43 - Give each file a one‑line description of its purpose.
44</maintenance_rules>
45 
46## AI Instructions
47 
48<ai_workflow>
49When working with task lists, the AI must:
50 
511. Regularly update the task list file after finishing any significant work.
522. Follow the completion protocol:
53 - Mark each finished **sub‑task** `[x]`.
54 - Mark the **parent task** `[x]` once **all** its subtasks are `[x]`.
553. Add newly discovered tasks.
564. Keep "Relevant Files" accurate and up to date.
575. Before starting work, check which sub‑task is next.
586. After implementing a sub‑task, update the file and then pause for user approval.
597. **ALWAYS** use the task.mdc file as the primary reference for implementation
608. **NEVER** skip test assertions defined in the task requirements
61</ai_workflow>
62 

Commands it names

  • make lint
  • make test

Sections

  • Task List Management
  • Task Implementation
  • Task List Maintenance
  • AI Instructions

What it covers

agent-behaviour

Stack — with the evidence

typescript

(1.00)

go

(1.00)

docker

(1.00)

node

(0.70)

javascript

(0.60)

bun

(0.60)

github-actions

(0.60)

Glob targeting

  • [object Object]

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
compozy
Language
—
License
—
Archived
no

All configs in this repo

Also in compozy/gograph

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
compozy/gograph.cursor/rules/architecture.mdc · 9Cursor rulestypescriptgo+5styletesting-strategydependenciesdo-not57/1003 days ago
compozy/gograph.cursor/rules/api-standards.mdc · 9Cursor rulestypescriptgo+5lint-formatapidocs54/1003 days ago
compozy/gograph.cursor/rules/backwards-compatibility.mdc · 9Cursor rulestypescriptgo+5do-notagent-behaviour32/1003 days ago
compozy/gograph.cursor/rules/compozy-agent-config.mdc · 9Cursor rulestypescriptgo+5agent-behaviour45/1003 days ago
compozy/gograph.cursor/rules/compozy-examples.mdc · 9Cursor rulestypescriptgo+5stylearchtypesagent-behaviour58/1003 days ago
compozy/gograph.cursor/rules/compozy-project-config.mdc · 9Cursor rulestypescriptgo+5setupstyle54/1003 days ago
compozy/gograph.cursor/rules/cursor_rules.mdc · 9Cursor rulestypescriptgo+5no sections40/1003 days ago
compozy/gograph.cursor/rules/compozy-shared-patterns.mdc · 9Cursor rulestypescriptgo+5styleagent-behaviour54/1003 days ago
compozy/gograph.cursor/rules/compozy-task-patterns.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour70/1003 days ago
compozy/gograph.cursor/rules/core-libraries.mdc · 9Cursor rulestypescriptgo+5testing-strategydependenciesdo-not60/1003 days ago
compozy/gograph.cursor/rules/critical-validation.mdc · 9Cursor rulestypescriptgo+5no sections24/1003 days ago
compozy/gograph.cursor/rules/go-coding-standards.mdc · 9Cursor rulestypescriptgo+5stylearchdependencies62/1003 days ago
compozy/gograph.cursor/rules/go-patterns.mdc · 9Cursor rulestypescriptgo+5style66/1003 days ago
compozy/gograph.cursor/rules/no_linebreaks.mdc · 9Cursor rulestypescriptgo+5no sections31/1003 days ago
compozy/gograph.cursor/rules/prd-create.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour48/1003 days ago
compozy/gograph.cursor/rules/prd-tech-spec.mdc · 9Cursor rulestypescriptgo+5setuptestarchagent-behaviour56/1003 days ago
compozy/gograph.cursor/rules/quality-security.mdc · 9Cursor rulestypescriptgo+5securityperformancedo-not46/1003 days ago
compozy/gograph.cursor/rules/review-checklist.mdc · 9Cursor rulestypescriptgo+5testing-strategygit52/1003 days ago
compozy/gograph.cursor/rules/section_comments.mdc · 9Cursor rulestypescriptgo+5no sections31/1003 days ago
compozy/gograph.cursor/rules/task-generate-list.mdc · 9Cursor rulestypescriptgo+5testlint-formatarchdo-not+185/1003 days ago
Diff against .cursor/rules/architecture.mdc Diff against .cursor/rules/api-standards.mdc Diff against .cursor/rules/backwards-compatibility.mdc Diff against .cursor/rules/compozy-agent-config.mdc Diff against .cursor/rules/compozy-examples.mdc Diff against .cursor/rules/compozy-project-config.mdc Diff against .cursor/rules/cursor_rules.mdc Diff against .cursor/rules/compozy-shared-patterns.mdc Diff against .cursor/rules/compozy-task-patterns.mdc Diff against .cursor/rules/core-libraries.mdc Diff against .cursor/rules/critical-validation.mdc Diff against .cursor/rules/go-coding-standards.mdc Diff against .cursor/rules/go-patterns.mdc Diff against .cursor/rules/no_linebreaks.mdc Diff against .cursor/rules/prd-create.mdc Diff against .cursor/rules/prd-tech-spec.mdc Diff against .cursor/rules/quality-security.mdc Diff against .cursor/rules/review-checklist.mdc Diff against .cursor/rules/section_comments.mdc Diff against .cursor/rules/task-generate-list.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/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
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