A standard is an agreed-upon, documented set of rules or criteria that ensures consistent, compatible, and high-quality results across people, systems, or products.
Aligning a team on standards—and following them—is hard. Many teams end up with wikis and Markdown files that nobody reads or maintains.With AI coding assistants, this problem becomes even more critical.Let’s see how we can make written documentation useful again with Packmind.
Read more about the anatomy of a Packmind standard in the dedicated
section.
The AI agent will automatically follow the standard creation workflow which guides it through:
Understanding your request - The agent clarifies what standard you want to create and gathers appropriate context from your codebase
Drafting the standard - The agent creates a draft with name, description, and rules, iterating with you for feedback
Finalization - Once you’re satisfied, the agent validates the standard and calls the packmind_create_standard MCP tool
Your new standard will be available in the Packmind web app, in the Standards panel.
The workflow ensures consistent, high-quality standards by guiding the AI
through best practices. You can provide feedback at any step, and the agent
will refine the standard before submitting it.
When using a coding agent like Claude Code, you can invoke the /packmind-create-standard skill to get guided assistance through the entire standard creation process.
Each rule requires a content field that starts with an action verb. Examples are optional but recommended.
Field
Required
Description
content
Yes
Rule description (max ~25 words, starts with verb)
examples.positive
No
Code showing correct implementation
examples.negative
No
Code showing incorrect implementation
examples.language
No
Language for syntax highlighting
Supported languages:TYPESCRIPT, TYPESCRIPT_TSX, JAVASCRIPT, JAVASCRIPT_JSX, PYTHON, JAVA, GO, RUST, CSHARP, and more.
Use the CLI directly when you have standards defined as files in your
repository or want to automate standard creation. See CLI: Standard
Command for more details.