RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/leto-labs/agent-coeus

Cline rules

.clinerules/12-tickets.md
Cline rules

Quality

62/100

Scores the file, not the repository.

Length

504 words

16 headings · 2 code blocks

Repository

1

— · pushed 311 days ago

Last changed

3 days ago

First indexed 3 days ago.
leto-labs/agent-coeus/.clinerules/12-tickets.mdRawGitHub
1# Ticketing System
2 
3## Overview
4This project uses a lightweight, file-based ticketing system inspired by Jira.
5 
6* Epics are stored as Markdown files in `epics/` with a unique epic number and brief title with the following format `EPIC-$number-$title` (eg. `epics/EPIC-01-setup-project.md`)
7* Tickets are stored as Markdown files in `tickets/EPIC-$number-$title/` (when ticket is linked to an epic) or simply `tickets/` (when no linked epic) with a unique ticket number and brief title with the following format `TICKET-$number-$title` (eg. `tickets/EPIC-01-setup-project/TICKET-01-configure-monorepo.md` or `tickets/TICKET-01-configure-monorepo.md`)
8 
9This approach keeps all project management artifacts within the repository, providing a single source of truth for both code and tasks.
10 
11## Epic Structure
12Epics are larger bodies of work that group related tickets.
13 
14```markdown
15# Epic Title
16 
17**ID**: EPIC-XXX
18**Status**: Open | In Progress | Done
19**Reporter**: @username
20**Created**: YYYY-MM-DD
21**Updated**: YYYY-MM-DD
22 
23## Description
24A high-level description of the epic, including its goals and success criteria.
25 
26## Tickets
27- TICKET-XXX: Ticket Title
28- TICKET-YYY: Ticket Title
29```
30 
31## Ticket Structure
32Each ticket is a Markdown file with the following structure:
33 
34```markdown
35# Ticket Title
36 
37**ID**: TICKET-XXX
38**Epic**: EPIC-XXX
39**Status**: Open | In Progress | In Review | Done
40**Complexity**: 1-5 (1=trivial, 5=very complex)
41**Assignee**: @username
42**Reporter**: @username
43**Created**: YYYY-MM-DD
44**Updated**: YYYY-MM-DD
45 
46## Description
47A clear and concise description of the task, including acceptance criteria.
48 
49## Related Tickets
50- **Blocks**: TICKET-YYY
51- **Is Blocked By**: TICKET-ZZZ
52- **Relates To**: TICKET-AAA
53 
54## Comments
55- **@username (YYYY-MM-DD)**: Comment text...
56```
57 
58## Workflow
59 
60### Ticket Creation
611. **Identify Task**: A new task is identified from the implementation roadmap or as a bug/feature request.
622. **Create Epic (if needed)**: If the task is part of a larger body of work, first create a new Markdown file for the epic in the `epics/` folder and its related `tickets/EPIC-$number-$title` folder to store its linked tickets.
633. **Create Ticket**: Create a new Markdown file in `tickets/$EPIC-$number-$title/` (when ticket is linked to an epic) or simply `tickets/` (when no linked epic) with a unique ID.
644. **Fill Details**: Add a title, description, epic, complexity, and any related tickets.
655. **Assign**: Assign the ticket to a team member.
66 
67### Ticket Lifecycle
681. **Not Started**: The ticket has been planned but not yet started.
692. **Open**: The ticket is ready to be worked on.
702. **In Progress**: A developer has started working on the ticket.
713. **In Review**: The work is complete and waiting for code review.
724. **Done**: The code has been merged and the task is complete.
73 
74### Tagging and Linking
75- **Epics**: All tickets should be linked to an epic.
76- **Dependencies**: Use `Blocks` and `Is Blocked By` to manage dependencies.
77- **Relationships**: Use `Relates To` for other related tickets.
78 
79## Best Practices
80- **Atomic Tickets**: Each ticket should represent a single, well-defined task.
81- **Clear Acceptance Criteria**: Define what "done" means for each ticket.
82- **Regular Updates**: Keep ticket statuses and comments up-to-date.
83- **Link Commits**: Reference ticket IDs in commit messages (e.g., `feat: Implement feature [TICKET-123]`).
84- **Consistent Naming**: Use the format `TICKET-XXX` for tickets and `EPIC-XXX` for epics.
85 

Sections

  • Ticketing System
  • Overview
  • Epic Structure
  • Epic Title
  • Description
  • Tickets
  • Ticket Structure
  • Ticket Title
  • Description
  • Related Tickets
  • Comments
  • Workflow
  • Ticket Creation
  • Ticket Lifecycle
  • Tagging and Linking
  • Best Practices

What it covers

code-stylearchitecturegit-pragent-behaviourdocs

Stack — with the evidence

typescript

(1.00)

turborepo

(1.00)

vitest

(1.00)

monorepo

(0.85)

node

(0.70)

express

(0.70)

drizzle

(0.70)

vite

(0.70)

eslint

(0.70)

javascript

(0.60)

pnpm

(0.60)

docker

(0.60)

github-actions

(0.60)

Format

Cline rules

A single file or a folder of files, all always-on. The folder form is the simplest way any format here lets you split rules into topics without also learning an activation model.

What the corpus says about it

Repository

Owner
leto-labs
Language
—
License
—
Archived
no

All configs in this repo

Also in leto-labs/agent-coeus

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
leto-labs/agent-coeus.clinerules/01-project-brief.md · 1Cline rulestypescriptturborepo+11archagent-behaviour25/1003 days ago
leto-labs/agent-coeus.clinerules/03-accessibility.md · 1Cline rulestypescriptturborepo+11no sections16/1003 days ago
leto-labs/agent-coeus.clinerules/04-styling.md · 1Cline rulestypescriptturborepo+11uiagent-behaviour30/1003 days ago
leto-labs/agent-coeus.clinerules/05-editing-components.md · 1Cline rulestypescriptturborepo+11no sections16/1003 days ago
leto-labs/agent-coeus.clinerules/06-technologies.md · 1Cline rulestypescriptturborepo+11testtypesuido-not59/1003 days ago
leto-labs/agent-coeus.clinerules/07-memory-bank.md · 1Cline rulestypescriptturborepo+11archperformancedocs52/1003 days ago
leto-labs/agent-coeus.clinerules/08-learning-process.md · 1Cline rulestypescriptturborepo+11no sections16/1003 days ago
leto-labs/agent-coeus.clinerules/09-linting.md · 1Cline rulestypescriptturborepo+11lint-formattypes51/1003 days ago
leto-labs/agent-coeus.clinerules/10-repomix.md · 1Cline rulestypescriptturborepo+11testlint-format46/1003 days ago
leto-labs/agent-coeus.clinerules/11-templates.md · 1Cline rulestypescriptturborepo+11lint-formattypesdo-notagent-behaviour58/1003 days ago
leto-labs/agent-coeus.clinerules/13-dependency-management.md · 1Cline rulestypescriptturborepo+11agent-behaviour16/1003 days ago
leto-labs/agent-coeus.clinerules/14-code-and-implementation.md · 1Cline rulestypescriptturborepo+11no sections16/1003 days ago
leto-labs/agent-coeus.clinerules/15-sdk-library-usage.md · 1Cline rulestypescriptturborepo+11no sections4/1003 days ago
leto-labs/agent-coeus.clinerules/16-communication-and-comprehension.md · 1Cline rulestypescriptturborepo+11no sections4/1003 days ago
Diff against .clinerules/01-project-brief.md Diff against .clinerules/03-accessibility.md Diff against .clinerules/04-styling.md Diff against .clinerules/05-editing-components.md Diff against .clinerules/06-technologies.md Diff against .clinerules/07-memory-bank.md Diff against .clinerules/08-learning-process.md Diff against .clinerules/09-linting.md Diff against .clinerules/10-repomix.md Diff against .clinerules/11-templates.md Diff against .clinerules/13-dependency-management.md Diff against .clinerules/14-code-and-implementation.md Diff against .clinerules/15-sdk-library-usage.md Diff against .clinerules/16-communication-and-comprehension.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
bashdeban/fastmind.clinerules/.project-consistency-keeper2.md · 5Cline rulestypescriptnode+8setupbuildtestlint-format+11100/1003 days ago
JCodesMore/ai-website-cloner-template.clinerules · 31kCline rulestypescriptnode+7buildlint-formatstylearch+397/1002 days ago
u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
VaillerTeeter/HoshimiNest.clinerules/project-identity.md · 1Cline rulestypescriptvite+4setuparchtypesdo-not93/100yesterday
blendsdk/codeops-mcp.clinerules/project.md · 0Cline rulestypescriptvitest+3buildteststylearch+791/1003 days ago
cline/cline.clinerules/general.md · 66kCline rulestypescriptnode+12setupbuildstylearch+286/1003 days ago
u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+286/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