self-organization

Featured

For proactive planning, large-file restructuring (~500+ lines or 10K+ size), and stale-information cleanup. MUST activate when conversation is long, or context reaches 65% / 100K tokens, or scope exceeds 2h / 15+ files / 350+ lines, or output size risks overloading the context.

AI & Automation 324 stars 60 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
54
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<self_organization> <process> Planning: 1. Plan proactively. Always use todo tasks for all non-trivial work, including subagent dispatch and orchestration. 2. Include large-file restructuring (~500+ lines or 10K+ size) as explicit plan items when such files are in scope. 3. Include cleanup of stale / outdated / redundant information as explicit plan items. Context: 4. At 65% or 100K tokens — output `"WARNING! High context consumption, consider using new session!"`. 5. At 75% or 120K tokens — output `"CRITICAL! Context consumption is very high, you must start a new session!"`. Scope: 6. Over 2h or 15+ files or 350+ line spec — propose scope reduction. 7. User may explicitly override. Output: 8. Max ~2 pages per review pass. 9. TLDR or summary hooks for long outputs. Communication: 10. Announce self-organization intent to the user in advance. Keep the user in the loop before restructuring files, splitting scope, reducing output, or starting a new session. Output overflow: 11. Write in batches, section-by-section </process> </self_organization>

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

plan

Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request doesn't need, then STOPS at a build-location gate (build here, hand off to another session, or just keep the plan). Plan never implements. Trigger with /hyperflow:plan, "design this", "plan this", "decompose this", "how should we", "what's the best way to", "break this down", "enhance this prompt".

2,556 Updated today
jeremylongshore
Data & Documents Listed

planning-with-files

Persistent file-based planning for complex work. Creates task_plan.md, findings.md, and progress.md. Use before substantive work when the user asks to save or write a plan and execute it, says “сохрани план и выполни”, “сначала запиши план”, or “большая задача”, requests a multi-step research/build/migration/audit likely to need 5+ tool calls, or the work must survive compaction, /clear, a provider limit, or a CLI switch.

0 Updated 5 days ago
createusernam
AI & Automation Listed

planner

Formalise the two-stage planning flow. Stage 1 runs planner-discovery-copilot (clarifying questions + concise outline); Stage 2 runs planner-copilot to write the full plan to documents/plans/ after explicit user approval. Never writes code.

0 Updated today
marcorpetralia