docs: rewrite Quick Start as short developer guide (CTORNDGAIN-1301)#82
docs: rewrite Quick Start as short developer guide (CTORNDGAIN-1301)#82ymakaruk-pixel wants to merge 16 commits into
Conversation
ymakaruk-pixel
commented
May 12, 2026
- Plugin-first install; MCP demoted to labeled fallback
- Bootstrap rule promoted to mandatory step for MCP mode
- Real example regenerated as in coding-flow.md
- New Customize page with examples - needs review and testing
Rosetta Triage ReviewSummary: This PR rewrites the Quick Start page as a developer-focused Overview with a plugin-first install path, demotes MCP to a fallback, and adds a new Customize page (209 lines) covering context files, project rules, and helper MCPs — all as website documentation changes only (no code logic modified). Findings:
Suggestions:
Automated triage by Rosetta agent |
edc35b6 to
665c208
Compare
isolomatov-gd
left a comment
There was a problem hiding this comment.
Please double check the PR
| @@ -0,0 +1,5 @@ | |||
| { | |||
There was a problem hiding this comment.
Remove this from commit
| --- | ||
|
|
||
| # Coding Flow | ||
| # Coding workflow |
There was a problem hiding this comment.
I think we cut too much from coding-flow.
Why did we rename Flow -> workflow ?
| baseSchema: docs/schemas/rule.md | ||
| --- | ||
|
|
||
| <bootstrap_rosetta_files compact="NEVER" optimize="NEVER" summarize="AS-IS"> |
There was a problem hiding this comment.
Why this file was modified?
- Plugin-first install; MCP demoted to labeled fallback - Bootstrap rule promoted to mandatory step for MCP mode - Real example regenerated against canonical coding-flow.md - New Customize page with worked examples (CONTEXT.md, rules, MCPs) - Sidebar + docs index updated to include Customize Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Cross-checked against docs/web/docs/coding-flow.md per Igor's review request: - Phase names: "Specs + plan" → "Tech plan"; "Plan review" → "Review plan"; "Code review" → "Review code"; "Tests review" → "Review tests" - Artifact names use <FEATURE>-SPECS.md / <FEATURE>-PLAN.md placeholder with plans/PASSWORD-RESET/ as the concrete example - Prompt updated to "Add password reset support to the customer portal. I want to review the plan first." (matches canonical "How To Start" style) - Added scaling footnote: small tasks handle some phases inline and may combine the two HITL gates; approval still always explicit - Linked to /docs/coding-flow/ for canonical phase reference Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- What is Rosetta: cut meta-prompting/four-phase jargon; replaced with plain definition + concrete usage example + IDE list inline. - Why use it: 6 slogan-led bullets to 4 benefit-led bullets; demoted cross-project intelligence to a small italic callout. - How it works: cut duplicate privacy paragraphs and 3 security control bullets (kept in SECURITY.md); added plugin/MCP delivery split with plugin recommended (clients prefer plugins). - Get Started: plugin-first install (Option A) with MCP fallback (Option B); added model-choice warning and mandatory bootstrap rule step for MCP mode; merged verify and initialize. - Cut redundant "Supported IDEs and Agents" section; "any MCP- compatible tool" folded into Option B. - Documentation table: row labels cleaned up for verb consistency and reordered (security before changelog). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Updated OVERVIEW.md to link to TERMINOLOGY.md - Enhanced PLUGINS.md with clearer installation instructions and warnings. - fix QUICKSTART.md for first-time users, emphasizing project initialization and common issues. - Added FAQ.md to address common questions and installation issues. - Revised REVIEW.md to ensure consistent terminology referencing TERMINOLOGY.md. - Improved TROUBLESHOOTING.md with additional guidance and links to FAQ.md. - Clarified architecture details in ARCHITECTURE.md and updated references to terminology. - Adjusted bootstrap rules in instructions to reflect Git instead of SCM for file exclusions.
Local Claude Code IDE config shouldn't be committed; gitignoring it alongside the existing .cursor/mcp.json pattern. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add user request step between Bootstrap and Classify in lifecycle diagram - Expand Execute step with four-phase bullets (Prepare/Research/Plan/Act) - Remove Evolve step from per-session lifecycle (it is a release-level concern) - Fix CONTEXT.md links in README.md to point to docs/CONTEXT.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5fe0a19 to
b141495
Compare
| ## Still Stuck? | ||
|
|
||
| - [FAQ.md](FAQ.md) — common questions about behavior, token usage, and concepts | ||
| - [Discord](https://discord.gg/QzZ2cWg36g) |
| | **Workflow** | Multi-phase pipeline coordinating subagents for a specific request type. Defines phases, steps, and approval gates. Alias **Command** | | ||
| | **Skill** | Reusable unit of work loaded into agents on demand. Skills define *how* to accomplish a specific task. | | ||
| | **Rule** | Persistent constraint applied globally or by path pattern. Defines best practices, guardrails, guidelines. | | ||
| | **Subagent** | Delegated specialist with fresh context and its own system prompt. Alias: **Agent**. Examples: orchestrator, planner, executor, and others. | |
There was a problem hiding this comment.
we don't have orchestrator as a subagent. let's choose one from the list.
This might lead users to think that Rosetta is acting as an orchestrator.
| Complete the OAuth flow when prompted. Then ask: *"Initialize this repository using Rosetta"* | ||
| Other IDEs and STDIO transport: see [INSTALLATION.md](INSTALLATION.md). Any MCP-compatible tool can connect using the same endpoint. | ||
|
|
||
| **Then add the bootstrap rule (MCP mode only).** Some IDEs don't reliably invoke MCP tools on their own. Download [bootstrap.md](https://github.com/griddynamics/rosetta/blob/main/instructions/r2/core/rules/bootstrap.md?plain=1) and place it where your IDE looks for instructions (e.g. `.claude/claude.md`, `.cursor/rules/bootstrap.mdc`, `.github/copilot-instructions.md`). Full path table in [QUICKSTART.md](QUICKSTART.md). |
There was a problem hiding this comment.
Can we changed 'r2' in url on some the summary value of the current version? I would like to avoid changed it every time