workflow

Enforce English-first communication and workflow rules across code, docs, commits, and PRs.

2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/gullitmiranda/.cursor --skill workflow-gullitmiranda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/gullitmiranda/.cursor/tree/main/skills/workflow
Command: npx skills add https://github.com/gullitmiranda/.cursor --skill workflow-gullitmiranda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This rule set standardizes and enforces English-first communication and workflow practices across code, documentation, commits, and pull requests, reducing ambiguity and improving collaboration.

Core Features & Use Cases

  • English-first Communication: ensures all code comments, docs, commit messages, PR descriptions are in English.
  • Integrated Terminal Preference: promotes command-line operations over GUI when possible.
  • Multi-repo Workspace Rules: guides handling across multiple repos and contexts.
  • Branch & Commit Guidelines: establishes naming conventions, small focused commits, and guardrails against direct main/master commits.
  • Planning & Documentation Standards: plans are created in .cursor/plans/ with a structured markdown format and documentation guidelines.

Quick Start

Enable the workflow by loading this SKILL.md in skills/workflow and start Cursor to apply the English-first rules across your project.

Frequently Asked Questions about workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce English-only commit messages and PR descriptions across a multi-repo project?

You can enforce English-only commit messages by applying standardized workflow guardrails that check language choice across code, documentation, and pull requests. This ensures all communication follows English-first conventions to reduce ambiguity in multi-repo projects.

What is the best way to standardize branch naming and planning documentation in Cursor?

Standardizing branch naming and planning documentation requires establishing structured rules for repository management. You can enforce small focused commits, prevent direct main branch commits, and generate structured markdown plans within your project's planning directory.

How do I set up workflow rules to prefer terminal commands over GUI in a development team?

Setting up workflow rules to prefer terminal commands involves defining guardrails that promote command-line operations for daily tasks. This standardizes how team members interact with the repository, ensuring consistent terminal usage across the multi-repo workspace.

Does this workflow standardization approach support multi-repo workspaces?

Yes, this workflow standardization approach fully supports multi-repo workspaces by providing rules that guide handling across multiple repositories and contexts. It ensures consistent English-first communication and documentation standards regardless of how many repos you manage.

Why do I need English-first coding workflows for my development team?

You need English-first coding workflows to reduce ambiguity and improve collaboration across your development team. By standardizing language choice in code comments, docs, and pull requests, you ensure all team members can easily understand and contribute to the project.

How do I create structured planning documents for my repository?

Creating structured planning documents involves generating markdown files within a dedicated plans directory in your repository. This enforces consistent documentation guidelines and integrates planning tasks directly into your standardized English-first workflow.