dev_workflow
25DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Guide for using Task Master to manage task-driven development workflows.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Guide for using Task Master to manage task-driven development workflows.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This document outlines the best practices for creating and maintaining end-to-end (E2E) tests for our projects. The goal is to have a robust testing suite that validates entire workflows, ensures data integrity, and provides a clear "definition of done" for features. These tests are crucial for both human developers…
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This rule enforces logging best practices to ensure that when errors occur, they provide enough context to be debugged quickly.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Every tool used in an MCP Server workflow must include a natural language description that.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
description: Structured workflow for medium-sized coding tasks involving multiple files, refactoring, or complex debugging globs: /.cs, /.ts, /.js, /.py, /.java alwaysApply: true.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Enforces best practices for Devotts project development, covering database, Next.js, React, and data handling. Derived from code-good-practices.md.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This rule prevents common MongoDB validation errors by enforcing correct field mapping between the API layer and MongoDB models.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Comprehensive guidelines for building robust n8n workflows for MCP (Model Context Protocol) servers.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
description: Guidelines for continuously improving Cursor rules based on emerging code patterns and best practices. globs: / alwaysApply: true.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This rule ensures that data is correctly transformed between different layers of the application (e.g., API to Service, Service to DB Model) to prevent format and type mismatches.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
Cursor rule "taskmaster" from DevOtts/all-skills-you-will-ever-need, covering taskmaster tool & command reference, initialization & setup, 1. initialize project (init), 2. parse prd (parseprd) and ai model configuration.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
AI should proactively consult the Context7 MCP Server when it encounters ambiguity, lack of confidence, or shows signs of cognitive struggle (e.g., looping, failing to fix bugs). Context7 is a high-value repository of internal documentation that should be treated as a primary knowledge source in these cases.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This rule helps prevent common search and indexing issues by ensuring that content is properly vectorized and stored in Weaviate.
DevOtts/all-skills-you-will-ever-need
Cursor rule Cursor
This rule documents essential practices and common pitfalls to avoid when deploying Next.js applications to Vercel, based on real deployment challenges and solutions.
Plugin Claude Code
Direct-discovery marketplace for the parallel-lifecycle plugin. Add this repo to install the plugin by itself; it is also published in the wider DevOtts marketplace.
Skill Claude CodeCodex
Run and CDP-test a feature inside its own git worktree without colliding with other parallel coding sessions. Use whenever you are testing a feature locally in a worktree, running Playwright/CDP against your own app, or running two or more agent sessions in parallel that each need a dev server and a browser. Trigger…
Plugin Claude Code
Give every git worktree its own isolated, disposable environment (app port, ephemeral Chrome/CDP, per-worktree database) behind a single .env.worktree contract, so N agentic coding sessions build features in parallel without colliding on ports, the browser, or the database.
Hook
Runs when a session starts on startup and resume, executing worktree-bootstrap.sh. From DevOtts/parallel-lifecycle.
Hook
Runs when a session ends, executing worktree-teardown.sh. From DevOtts/parallel-lifecycle.