Skip to main content
Version: v1.0

Use cases and examples

These examples start from a real goal and show the resulting configuration and workflow—not just isolated command syntax.

GoalExample
Keep several coding assistants alignedSolo multi-agent workflow
Establish strict team security boundariesTeam security policy
Combine stack detection with focused skillsStack-specific skills
Reuse preferences and preserve manual notesProfiles and sync

A useful baseline

Most projects can begin with:

developer:
style: practical
explanation_style: short
project:
project_type: library
stack:
language: rust
package_manager: cargo
security_level: standard
testing_level: practical
dependency_policy: explain-first
architecture_style: simple
stop_rules: []
skills:
- no-secrets-in-repo

Then change only settings that express a real project constraint. More strict is not automatically more useful; the best brief is the one the team will follow and review.