Skip to content

Add Auterix Universal Multi-Agent Workflow Rule and Studio - #375

Open
SapanMozammel wants to merge 2 commits into
PatrickJS:mainfrom
SapanMozammel:add-auterix-workflow
Open

SapanMozammel wants to merge 2 commits into
PatrickJS:mainfrom
SapanMozammel:add-auterix-workflow

Conversation

@SapanMozammel

@SapanMozammel SapanMozammel commented Sep 13, 2026

Copy link
Copy Markdown

Summary

Adds the Auterix universal multi-agent workflow rule (rules/auterix-workflow-cursorrules-prompt-file.mdc) and registers it in the Build Tools and Development section of the catalog.

Contribution Type

  • New Cursor rule file or rules folder
  • Update/fix to an existing rule
  • New rules/*.mdc rule
  • Documentation or README cleanup

Value To Cursor Users

Provides deterministic context management and execution standards for Cursor:

  1. Enforces a 5-step task workflow (Plan ➔ Implement ➔ Review ➔ Verify) to maintain context window discipline.
  2. Mandates strict type safety (zero loose any assertions) and verified runtime environment configurations.
  3. Requires automated test and linter validation (npm test, npm run lint) prior to task completion.
  4. Preserves architectural invariants across sessions via .ai/memory.md conventions.

Added Or Changed Files

  • rules/auterix-workflow-cursorrules-prompt-file.mdc: Universal multi-agent workflow rule with frontmatter metadata (description, globs: **/*, alwaysApply: false).
  • README.md: Entry under Build Tools and Development linking to the new canonical rule file in alphabetical order.

Quality Checklist

  • The contribution includes original rule content, or clearly credits the source.
  • New rule files use a descriptive kebab-case filename, such as react-typescript.mdc.
  • New rules/*.mdc files include frontmatter with a non-empty description, relevant globs, and alwaysApply: false unless the rule is universal.
  • README links use canonical GitHub URLs for repo files and point to the correct category.
  • The text is neutral and useful, not sales copy.
  • This is not a standalone external tool, product, directory, marketplace, or service listing.
  • No secrets, tokens, affiliate links, tracking links, or unrelated product claims are included.
  • I checked for duplicate or near-duplicate existing entries.

Notes For Maintainers

Rule file adheres to the repository's .mdc format specification and focuses strictly on reusable engineering workflow standards for Cursor developers.

Summary by CodeRabbit

  • Documentation
    • Added Auterix’s Universal AI Workflow Standard to the Build Tools and Development resources.
    • Added guidance for consistent multi-agent workflows, including type safety, architecture boundaries, secure configuration, verification steps, staged task planning, and shared project decisions.
    • Removed the Auterix Studio link from the Directories section.

@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 133794ae-acb7-4c56-a127-3a4a8dda324d

📥 Commits

Reviewing files that changed from the base of the PR and between 9578412 and 527a42a.

📒 Files selected for processing (1)
  • README.md
💤 Files with no reviewable changes (1)
  • README.md

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The change adds an Auterix Cursor rules file with workflow constraints and adds a README entry that links to the rule.

Changes

Auterix workflow standard

Layer / File(s) Summary
Workflow rule and catalog entry
rules/auterix-workflow-cursorrules-prompt-file.mdc, README.md
The Cursor rules file defines type-safety, architecture, secret-handling, verification, task-staging, and memory conventions. The README links to the rule.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Feature

Merge Risk: ⚪ Minimal · up to 527a4

This change only adds a new documented workflow rule file and its corresponding catalog entry in the README; it does not alter any executable code or existing behavior. The added file and link follow the repository's existing conventions and were verified to be correctly formatted and linked, so this is safe to merge with no outstanding concerns.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the main change: adding the Auterix universal multi-agent workflow rule. The reference to Studio is not supported by the raw change summary, but the title remains substant…
Description check ✅ Passed The description is complete and follows the repository template. It includes the summary, contribution type, user value, changed files, quality checklist, and maintainer notes. The stated details matc…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant