large-workspace-handling
FeaturedTo partition large workspaces (100+ files) into scoped subagent tasks when context is insufficient.
AI & Automation 324 stars
60 forks Updated 2 days ago Apache-2.0
Install
Quality Score: 94/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>
Large workspaces exceeding 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-project-context skill loaded and fully executed
- If CODEMAP.md missing, APPLY PHASE `init-workspace-flow-discovery.md` — follow its discovery process 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 USE SKILL `reverse-engineering` 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 t...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
init-workspace-documentation
Generate workspace docs.
324 Updated 2 days ago
griddynamics AI & Automation Featured
init-workspace-discovery
Discover tech stack.
324 Updated 2 days ago
griddynamics AI & Automation Listed
agent-workflows
Use when coordinating multi-agent work, parallel execution, task handoff, shared context, or clean session shutdown across multiple agents or terminals. Especially useful when the host supports subagents, hooks, or shared context. Common triggers: multi-agent, parallel work, agent coordination, task handoff, subagent delegation, version bump, bump version, release notes, changelog, tag release, release prep.
1 Updated yesterday
MarkBovee