You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web/overview.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ permalink: /overview/
6
6
7
7
<sectionclass="hero">
8
8
<h1>Overview</h1>
9
-
<p>Rosetta provides shared prompts and rules that stay consistent across IDEs and coding agents.</p>
9
+
<p>Rosetta provides shared prompts and rules that stay consistent across IDEs, coding agents, and models. It uses a classification-first and meta-prompting approach so teams can run project-specific workflows with predictable quality.</p>
10
10
</section>
11
11
12
12
## What Rosetta Solves
@@ -18,9 +18,23 @@ permalink: /overview/
18
18
## Core Principles
19
19
20
20
<divclass="grid">
21
-
<articleclass="card"><h3>Classification First</h3><p>Requests map to specific workflows (coding, QA, research, modernization, help, and others).</p></article>
22
-
<articleclass="card"><h3>Progressive Disclosure</h3><p>Load only what is needed to reduce context bloat and execution drift.</p></article>
23
-
<articleclass="card"><h3>Evidence Based</h3><p>Drive outputs from documented context, assumptions, and explicit validation.</p></article>
21
+
<articleclass="card"><h3>Agent-Agnostic</h3><p>Works across Cursor, Claude Code, Copilot, and other MCP-capable tools with consistent behavior.</p></article>
22
+
<articleclass="card"><h3>Classification First</h3><p>Requests map to explicit workflows (coding, QA, research, modernization, help, and others).</p></article>
23
+
<articleclass="card"><h3>Progressive Disclosure</h3><p>Load only the required instructions and context to reduce token waste and execution drift.</p></article>
24
+
<articleclass="card"><h3>Meta-Prompting</h3><p>Adapts prompts and rules to project context rather than relying on static one-off prompt snippets.</p></article>
25
+
<articleclass="card"><h3>Evidence Based</h3><p>Ground outputs in documented context, assumptions, and explicit validation steps.</p></article>
26
+
<articleclass="card"><h3>Release Driven</h3><p>Evolve safely with release-based governance and rollback-friendly instruction management.</p></article>
27
+
</div>
28
+
29
+
## Key Features
30
+
31
+
<divclass="grid">
32
+
<articleclass="card"><h3>Unified Knowledge Hub</h3><p>Business context, architecture, requirements, and rules are organized in one retrievable system.</p></article>
33
+
<articleclass="card"><h3>RAGFlow Integration</h3><p>Publishes instruction artifacts for semantic retrieval via MCP tools in coding sessions.</p></article>
34
+
<articleclass="card"><h3>Smart Metadata and Incremental Updates</h3><p>Uses tags and hash-based change detection to publish only modified files.</p></article>
35
+
<articleclass="card"><h3>Built-in Guardrails</h3><p>Includes approval gates, risk controls, and validation checkpoints for safer execution.</p></article>
36
+
<articleclass="card"><h3>Single-Command Onboarding</h3><p>Supports fast initialization, upgrades, and project-level customization.</p></article>
37
+
<articleclass="card"><h3>Community-Friendly</h3><p>Open-source workflow with contribution paths for improvements to rules and guidance.</p></article>
0 commit comments