RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/flipbytes-dk/zenfeed

Cursor rule

.cursor/rules/generate-tasks.mdc

[object Object]

Cursor rules

Quality

70/100

Scores the file, not the repository.

Length

554 words

10 headings · 1 code blocks

Repository

2

— · pushed 348 days ago

Last changed

3 days ago

First indexed 3 days ago.
flipbytes-dk/zenfeed/.cursor/rules/generate-tasks.mdcRawGitHub
1---
2description:
3globs:
4alwaysApply: false
5---
6---
7description:
8globs:
9alwaysApply: false
10---
11# Rule: Generating a Task List from a PRD
12 
13## Goal
14 
15To guide an AI assistant in creating a detailed, step-by-step task list in Markdown format based on an existing Product Requirements Document (PRD). The task list should guide a developer through implementation.
16 
17## Output
18 
19- **Format:** Markdown (`.md`)
20- **Location:** `/tasks/`
21- **Filename:** `tasks-[prd-file-name].md` (e.g., `tasks-prd-user-profile-editing.md`)
22 
23## Process
24 
251. **Receive PRD Reference:** The user points the AI to a specific PRD file
262. **Analyze PRD:** The AI reads and analyzes the functional requirements, user stories, and other sections of the specified PRD.
273. **Phase 1: Generate Parent Tasks:** Based on the PRD analysis, create the file and generate the main, high-level tasks required to implement the feature. Use your judgement on how many high-level tasks to use. It's likely to be about 5. Present these tasks to the user in the specified format (without sub-tasks yet). Inform the user: "I have generated the high-level tasks based on the PRD. Ready to generate the sub-tasks? Respond with 'Go' to proceed."
284. **Wait for Confirmation:** Pause and wait for the user to respond with "Go".
295. **Phase 2: Generate Sub-Tasks:** Once the user confirms, break down each parent task into smaller, actionable sub-tasks necessary to complete the parent task. Ensure sub-tasks logically follow from the parent task and cover the implementation details implied by the PRD.
306. **Identify Relevant Files:** Based on the tasks and PRD, identify potential files that will need to be created or modified. List these under the `Relevant Files` section, including corresponding test files if applicable.
317. **Generate Final Output:** Combine the parent tasks, sub-tasks, relevant files, and notes into the final Markdown structure.
328. **Save Task List:** Save the generated document in the `/tasks/` directory with the filename `tasks-[prd-file-name].md`, where `[prd-file-name]` matches the base name of the input PRD file (e.g., if the input was `prd-user-profile-editing.md`, the output is `tasks-prd-user-profile-editing.md`).
33 
34## Output Format
35 
36The generated task list _must_ follow this structure:
37 
38```markdown
39## Relevant Files
40 
41- `path/to/potential/file1.ts` - Brief description of why this file is relevant (e.g., Contains the main component for this feature).
42- `path/to/file1.test.ts` - Unit tests for `file1.ts`.
43- `path/to/another/file.tsx` - Brief description (e.g., API route handler for data submission).
44- `path/to/another/file.test.tsx` - Unit tests for `another/file.tsx`.
45- `lib/utils/helpers.ts` - Brief description (e.g., Utility functions needed for calculations).
46- `lib/utils/helpers.test.ts` - Unit tests for `helpers.ts`.
47 
48### Notes
49 
50- Unit tests should typically be placed alongside the code files they are testing (e.g., `MyComponent.tsx` and `MyComponent.test.tsx` in the same directory).
51- Use `npx jest [optional/path/to/test/file]` to run tests. Running without a path executes all tests found by the Jest configuration.
52 
53## Tasks
54 
55- [ ] 1.0 Parent Task Title
56 - [ ] 1.1 [Sub-task description 1.1]
57 - [ ] 1.2 [Sub-task description 1.2]
58- [ ] 2.0 Parent Task Title
59 - [ ] 2.1 [Sub-task description 2.1]
60- [ ] 3.0 Parent Task Title (may not require sub-tasks if purely structural or configuration)
61```
62 
63## Interaction Model
64 
65The process explicitly requires a pause after generating parent tasks to get user confirmation ("Go") before proceeding to generate the detailed sub-tasks. This ensures the high-level plan aligns with user expectations before diving into details.
66 
67## Target Audience
68 
69Assume the primary reader of the task list is a **junior developer** who will implement the feature.

Commands it names

  • npx jest [optional/path/to/test/file]

Sections

  • Rule: Generating a Task List from a PRD
  • Goal
  • Output
  • Process
  • Output Format
  • Relevant Files
  • Notes
  • Tasks
  • Interaction Model
  • Target Audience

What it covers

testlint-formatapi

Stack — with the evidence

typescript

(1.00)

nextjs

(1.00)

prisma

(1.00)

jest

(1.00)

eslint

(1.00)

node

(0.70)

react

(0.70)

tailwind

(0.70)

javascript

(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
flipbytes-dk
Language
—
License
—
Archived
no

All configs in this repo

Also in flipbytes-dk/zenfeed

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
flipbytes-dk/zenfeed.cursor/rules/create-prd.mdc · 2Cursor rulestypescriptnextjs+8archagent-behaviour52/1003 days ago
flipbytes-dk/zenfeed.cursor/rules/process-task-list.mdc · 2Cursor rulestypescriptnextjs+8testgitagent-behaviour64/1003 days ago
Diff against .cursor/rules/create-prd.mdc Diff against .cursor/rules/process-task-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