developlisted
Default baseline skill for normal software work: small safe iterations, built-in validation, no unnecessary pauses between clear next steps. Includes mode selection (direct, batch, delegate) and cheap-first escalation for bounded mechanical chores. Common triggers: develop, kaizen, autopilot, keep going, continue without waiting, do not stop, don't stop, ga door, werk door, volgende logische stap, volgende stap, start working, start coding, get started, zonder te wachten, niet stoppen, gewoon doorgaan, ga verder, implement this, fix this, add this, pas dit aan, maak dit af, implement, implementeer dit, keep coding, continue implementation, work through steps, code change, start implementing, start implementation, batch edits, delegate work, subagent, maak dit werkend, rewrite, herbouw, coordinator, coördinator, omwerken, entity rewrite, refactor, code aanpassen, werk dit bij, build this, development.
MarkBovee/nebu-skills · ★ 1 · AI & Automation · score 55
Install: claude install-skill MarkBovee/nebu-skills
# Nebu Kaizen
Default to steady progress: inspect, create, test, review, continue. If the next logical step is clear, keep going without pausing for routine check-ins.
## Choose the mode
- **Direct:** known files, tight coupling, fast iteration, nuanced judgment
- **Delegate:** independent research, parallelizable subtasks, noisy command runs, or specialized review
- **Delegate (staged):** sequential dependency chain, elke stap eigen complexiteit. Stap B bouwt op output van stap A. Main agent orkestreert, valideert per stap, gaat pas door na groen licht.
- **Batch:** related reads, searches, and edits that can be done safely together
## Cheap-first escalation
1. Start bounded mechanical chores on the smallest viable agent or subagent.
2. Validate the result before widening context.
3. Escalate to default agent only if scope grows beyond the original bounded task.
4. Escalate to high or xhigh only for cross-cutting, analysis-heavy, or repeatedly failing work.
### Model tiering by task reasoning
| Complexity | Tier → model | Past bij |
|---|---|---|
| Mechanical, boilerplate, bounded parsing | light / mini → **flash** | EbusService, RegisterService, EntityFactoryService |
| Nuanced but contained | standard / default → **flash** | — |
| Cross-cutting, implicit reasoning, foutafhandeling | heavy / high → **pro** | DiscoveryService, CoordinatorService |
## Staged delegation
Use when refactoring splits into dependent steps with mixed complexity (bv. service-by-service refa