用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/griddynamics/rosetta --skill init-workspace-flow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | init-workspace-flow |
| description | Workflow for initializing or upgrading a workspace: context, discovery, documentation, etc. |
| tags | ["workflow"] |
| baseSchema | docs/schemas/workflow.md |
<init_workspace_flow>
<description_and_purpose>
Problem: Workspace initialization is multi-phase, order-dependent, and must handle install/upgrade/plugin modes without overwriting human content. Validation: State file tracks every phase with file inventory; verification confirms all files exist.
</description_and_purpose>
<workflow_phases>
<prerequisites phase="0", applies="ALL">
agents/init-workspace-flow-state.md. Optional phases marked as skipped. Keep state file very brief.state.mode → check-exists → identify-gaps → create/update → preserve-human-content → report-changes.large-workspace-handling" to Phase 5, 7, 8 subagents.agents/init-workspace-flow-state.md.rosetta@rosetta is an MCP connector, not a plugin — it follows the normal path (shells phase 2 executes)phases/init-workspace-flow-context.mdphases/init-workspace-flow-shells.mdphases/init-workspace-flow-discovery.mdphases/init-workspace-flow-patterns.mdphases/init-workspace-flow-codegraph.mdphases/init-workspace-flow-documentation.mdphases/init-workspace-flow-questions.mdquestioningphases/init-workspace-flow-verification.md</workflow_phases>
<next_steps>
DEMAND user as MUST to start new chat session (highly visible message, red icon, bold, ASCII art, it must standout).
DEMAND user to study (USAGE GUIDE)[https://griddynamics.github.io/rosetta/docs/usage-guide/]
DEMAND user to review examples for the next steps for user and EMPHASIS on "/slash-commands":
# Coding Workflow
**WHAT**: Majority of tasks are actually coding tasks, including unit tests. Just ask exactly what is required.
"/coding-flow Implement left navigation sidebar on the home page, ..."
"/coding-flow Identify and implement fix, ..."
"/coding-flow Improve unit tests coverage to 85% for ..."
# Business and Technical Requirements
**WHY**: Requirements - is the source of truth for code and tests. Going requirements first is the most effective. In brownfield start with extracting.
"/requirements-authoring-flow extract detailed business and technical requirements from community of ... using subagents. Additionally, ... . Once done spawn subagent to validate and repeat an entire loop until there are no issues detected."
"/requirements-authoring-flow extract high-level business and technical requirements at end-point level for controllers according to glob ... using subagents. Additionally, ... . Once done spawn subagent to validate and repeat an entire loop until there are no issues detected."
# Modernization
**FIRST**: Document modernization goals in CONTEXT.md, document target services technical aspects in ARCHITECTURE.md, document where source code should be created, keep refsrc populated with reference code source (old code, new code, reusable libraries, configuration and documentation files, and similar).
**NOTE**: All phases are must. All phases to be implemented one-by-one with proper review. Phase 3: Pre-Modernization Test Coverage is a must (and must include both unit and integration/e2e tests).
"/modernization-flow Perform modernization phase 1 to reuse library refsrc/... using subagents."
"/modernization-flow Perform modernization phase 2 to analyze service module ... using subagents. Target microservice name is ... ."
"/modernization-flow Perform modernization phase 8 for target service to analyze service module ... using subagents. Must USE FLOW `coding-flow.md` to actually implement and as the main flow. Once done spawn subagent to validate and repeat an entire loop until there are no issues detected."
</next_steps>
</init_workspace_flow>