Cline rules
.clinerules/12-tickets.mdCline rules
Quality
62/100
Scores the file, not the repository.Length
504 words
16 headings · 2 code blocksRepository
1
— · pushed 311 days agoLast changed
3 days ago
First indexed 3 days ago.1# Ticketing System23## Overview4This project uses a lightweight, file-based ticketing system inspired by Jira.56* 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`)89This approach keeps all project management artifacts within the repository, providing a single source of truth for both code and tasks.1011## Epic Structure12Epics are larger bodies of work that group related tickets.1314```markdown15# Epic Title1617**ID**: EPIC-XXX18**Status**: Open | In Progress | Done19**Reporter**: @username20**Created**: YYYY-MM-DD21**Updated**: YYYY-MM-DD2223## Description24A high-level description of the epic, including its goals and success criteria.2526## Tickets27- TICKET-XXX: Ticket Title28- TICKET-YYY: Ticket Title29```3031## Ticket Structure32Each ticket is a Markdown file with the following structure:3334```markdown35# Ticket Title3637**ID**: TICKET-XXX38**Epic**: EPIC-XXX39**Status**: Open | In Progress | In Review | Done40**Complexity**: 1-5 (1=trivial, 5=very complex)41**Assignee**: @username42**Reporter**: @username43**Created**: YYYY-MM-DD44**Updated**: YYYY-MM-DD4546## Description47A clear and concise description of the task, including acceptance criteria.4849## Related Tickets50- **Blocks**: TICKET-YYY51- **Is Blocked By**: TICKET-ZZZ52- **Relates To**: TICKET-AAA5354## Comments55- **@username (YYYY-MM-DD)**: Comment text...56```5758## Workflow5960### Ticket Creation611. **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.6667### Ticket Lifecycle681. **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.7374### Tagging and Linking75- **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.7879## Best Practices80- **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
Also in leto-labs/agent-coeus
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 |
|---|---|---|---|---|---|
| leto-labs/agent-coeus.clinerules/01-project-brief.md · 1 | Cline rules | archagent-behaviour | 25/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/03-accessibility.md · 1 | Cline rules | no sections | 16/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/04-styling.md · 1 | Cline rules | uiagent-behaviour | 30/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/05-editing-components.md · 1 | Cline rules | no sections | 16/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/06-technologies.md · 1 | Cline rules | testtypesuido-not | 59/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/07-memory-bank.md · 1 | Cline rules | archperformancedocs | 52/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/08-learning-process.md · 1 | Cline rules | no sections | 16/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/09-linting.md · 1 | Cline rules | lint-formattypes | 51/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/10-repomix.md · 1 | Cline rules | testlint-format | 46/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/11-templates.md · 1 | Cline rules | lint-formattypesdo-notagent-behaviour | 58/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/13-dependency-management.md · 1 | Cline rules | agent-behaviour | 16/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/14-code-and-implementation.md · 1 | Cline rules | no sections | 16/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/15-sdk-library-usage.md · 1 | Cline rules | no sections | 4/100 | 3 days ago | |
| leto-labs/agent-coeus.clinerules/16-communication-and-comprehension.md · 1 | Cline rules | no sections | 4/100 | 3 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.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bashdeban/fastmind.clinerules/.project-consistency-keeper2.md · 5 | Cline rules | setupbuildtestlint-format+11 | 100/100 | 3 days ago | |
| JCodesMore/ai-website-cloner-template.clinerules · 31k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| VaillerTeeter/HoshimiNest.clinerules/project-identity.md · 1 | Cline rules | setuparchtypesdo-not | 93/100 | yesterday | |
| blendsdk/codeops-mcp.clinerules/project.md · 0 | Cline rules | buildteststylearch+7 | 91/100 | 3 days ago | |
| cline/cline.clinerules/general.md · 66k | Cline rules | setupbuildstylearch+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 6 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago |
