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 blocksRepository
9
— · pushed 389 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Task List Management78Guidelines for managing task lists in markdown files to track progress on completing a PRD and its technical specification910## Task Implementation1112<critical>13**MANDATORY REQUIREMENTS:**14- **ALWAYS** check dependent files APIs before write tests to avoid write wrong code15- **ALWAYS** verify against PRD and tech specs - NEVER make assumptions16- **NEVER** use workarounds, especially in tests - implement proper solutions17- **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 subtask24- **MUST** follow `.cursor/rules/task-review.mdc` workflow for parent tasks25**Enforcement:** Violating these standards results in immediate task rejection.26</critical>2728<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>3334## Task List Maintenance3536<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.40412. **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>4546## AI Instructions4748<ai_workflow>49When working with task lists, the AI must:50511. 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 implementation608. **NEVER** skip test assertions defined in the task requirements61</ai_workflow>62
Also in compozy/gograph
Diff this repo’s formatsOne 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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| compozy/gograph.cursor/rules/architecture.mdc · 9 | Cursor rules | styletesting-strategydependenciesdo-not | 57/100 | 3 days ago | |
| compozy/gograph.cursor/rules/api-standards.mdc · 9 | Cursor rules | lint-formatapidocs | 54/100 | 3 days ago | |
| compozy/gograph.cursor/rules/backwards-compatibility.mdc · 9 | Cursor rules | do-notagent-behaviour | 32/100 | 3 days ago | |
| compozy/gograph.cursor/rules/compozy-agent-config.mdc · 9 | Cursor rules | agent-behaviour | 45/100 | 3 days ago | |
| compozy/gograph.cursor/rules/compozy-examples.mdc · 9 | Cursor rules | stylearchtypesagent-behaviour | 58/100 | 3 days ago | |
| compozy/gograph.cursor/rules/compozy-project-config.mdc · 9 | Cursor rules | setupstyle | 54/100 | 3 days ago | |
| compozy/gograph.cursor/rules/cursor_rules.mdc · 9 | Cursor rules | no sections | 40/100 | 3 days ago | |
| compozy/gograph.cursor/rules/compozy-shared-patterns.mdc · 9 | Cursor rules | styleagent-behaviour | 54/100 | 3 days ago | |
| compozy/gograph.cursor/rules/compozy-task-patterns.mdc · 9 | Cursor rules | stylearchagent-behaviour | 70/100 | 3 days ago | |
| compozy/gograph.cursor/rules/core-libraries.mdc · 9 | Cursor rules | testing-strategydependenciesdo-not | 60/100 | 3 days ago | |
| compozy/gograph.cursor/rules/critical-validation.mdc · 9 | Cursor rules | no sections | 24/100 | 3 days ago | |
| compozy/gograph.cursor/rules/go-coding-standards.mdc · 9 | Cursor rules | stylearchdependencies | 62/100 | 3 days ago | |
| compozy/gograph.cursor/rules/go-patterns.mdc · 9 | Cursor rules | style | 66/100 | 3 days ago | |
| compozy/gograph.cursor/rules/no_linebreaks.mdc · 9 | Cursor rules | no sections | 31/100 | 3 days ago | |
| compozy/gograph.cursor/rules/prd-create.mdc · 9 | Cursor rules | stylearchagent-behaviour | 48/100 | 3 days ago | |
| compozy/gograph.cursor/rules/prd-tech-spec.mdc · 9 | Cursor rules | setuptestarchagent-behaviour | 56/100 | 3 days ago | |
| compozy/gograph.cursor/rules/quality-security.mdc · 9 | Cursor rules | securityperformancedo-not | 46/100 | 3 days ago | |
| compozy/gograph.cursor/rules/review-checklist.mdc · 9 | Cursor rules | testing-strategygit | 52/100 | 3 days ago | |
| compozy/gograph.cursor/rules/section_comments.mdc · 9 | Cursor rules | no sections | 31/100 | 3 days ago | |
| compozy/gograph.cursor/rules/task-generate-list.mdc · 9 | Cursor rules | testlint-formatarchdo-not+1 | 85/100 | 3 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.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
