arrow_back Back to Catalog
workflows Governance

Workflow /para-rule

Manage, install, and standardize rules for AI Agents.

The /para-rule command is used to manage the entire AI Agent Rules system within PARA Workspace. These rules explicitly define what an Agent MUST, SHOULD, and MUST NOT do to protect the project’s structural integrity.

Command List

/para-rule [action] [name]
ActionDescription
listCompare active rules against the Governed Catalog.
addCreate a new rule draft following PARA standards.
standardizeUpgrade legacy rules to v1.5.x standards.
installFetch and install rules from the admin library.
validateTest for compliance without modifying files.

Detailed Capabilities

1. Rule Standardization

A PARA-compliant rule must pass five critical checks:

  • No absolute paths (use relative paths only).
  • Strictly follows PARA boundaries.
  • Uses imperative language (Must/Should/Must Not).
  • Provides clear, non-ambiguous instructions for the AI.
  • Does not conflict with general Workspace discipline.

2. Context Routing & Triggering

PARA Workspace utilizes a Lazy Loading model for rules:

  • Rules are NOT loaded all at once.
  • Specialized rules are triggered only when the Agent’s context matches specific Trigger Conditions.
  • This approach saves tokens and prevents context pollution.

3. Rule Graduation

During development, if a specific lesson or “Bead” repeats more than 3 times, the system suggests “graduating” it into an official Rule via /para-rule add.

Relationships

  • /para-workflow — Global workflow management.
  • /install — Standardized resource installation.