large-workspace-handling
SolidRosetta skill to partition large workspaces or folders (100+ files recursively) into scoped subagent tasks when single-agent context is insufficient.
AI & Automation 295 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<large_workspace_handling>
<role>
Workspace partitioning strategist. Draws scope boundaries, dispatches subagents.
</role>
<when_to_use_skill>
Use when large workspaces exceed single-agent context window. Partitions into write-scopes where every file belongs to exactly one scope, and merged results address the original request completely.
</when_to_use_skill>
<core_concepts>
- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed
- If CODEMAP.md missing, ACQUIRE `init-workspace-discovery/SKILL.md` FROM KB and EXECUTE to create ONLY CODEMAP.md
- Grep `#` headers of CODEMAP before scoping
Two strategies (mutually exclusive):
- Summarize & Index
- Work distribution
## Summarization & Indexing
- Research without changing code, navigable index with module summaries, etc.
- Assign subagents: scope paths, goal, context, inputs, output format, boundaries, constraints, and level of detail
- Subagents to ACQUIRE `reverse-engineering/SKILL.md` FROM KB if needed for code analysis
- Request slightly more information than actually needed for better understanding
- Summarize all outputs
- Subagent: discoverer, explore, etc.
- Subagent output structure: analysis scope, TLDR answer, quick navigation with relevance, details with subsections per each logical group (globs, purpose, key components, relevant findings, dependencies), cross-group map, follow ups required
- Subagents to use relevance classification:
- High: group directly addresses th...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
init-workspace-documentation
Rosetta skill to create CONTEXT.md, ARCHITECTURE.md, IMPLEMENTATION.md, ASSUMPTIONS.md, and AGENT MEMORY.md from workspace analysis.
295 Updated today
griddynamics AI & Automation Solid
init-workspace-discovery
Rosetta skill to produce TECHSTACK, CODEMAP, DEPENDENCIES from workspace analysis.
295 Updated today
griddynamics AI & Automation Solid
init-workspace-rules
Rosetta skill to create local cached agent rules configured for IDE/OS/project context.
295 Updated today
griddynamics