Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create and manage a DDD bounded context with standard directory structure. Use when starting a new subdomain, splitting a monolith into bounded contexts, or scaffolding the domain/application/infrastructure layout for a fresh module.
.claude/skills/ruvnet-ddd-context/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -10% | 0% |
| case-16 | ✓→✗ | ▼ Worse | 2% | 0% |
Create a bounded context directory structure for the given context name.
Parse $ARGUMENTS as the context name (kebab-case). If empty, list existing contexts.
src/. src/<context-name>/ domain/ entities/ value-objects/ events/ services/ repositories/ application/ infrastructure/
src/<context-name>/domain/entities/index.ts -- barrel export for entitiessrc/<context-name>/domain/value-objects/index.ts -- barrel export for value objectssrc/<context-name>/domain/events/index.ts -- barrel export for domain eventssrc/<context-name>/domain/services/index.ts -- barrel export for domain servicessrc/<context-name>/domain/repositories/index.ts -- barrel export for repository interfacessrc/<context-name>/domain/index.ts -- re-export all domain submodulessrc/<context-name>/application/index.ts -- barrel export for application servicessrc/<context-name>/infrastructure/index.ts -- barrel export for infrastructure implementationssrc/<context-name>/index.ts -- public API of the bounded context (re-exports domain and application only, NOT infrastructure) mcp__plugin_ruflo-core_ruflo__agentdb_hierarchical-store --parent "domain" --child "context:<context-name>" --relation "contains" mcp__plugin_ruflo-core_ruflo__memory_store --key "ddd-context-<context-name>" --value "Created bounded context" --namespace tasks
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-08 | fail→fail | 9,629 | 11,047 | +15% | 1 | 1 | 0% | 2,066 | 1,489 | -28% | 0 | 0 | — |
case-01 | fail→fail | 13,437 | 14,046 | +5% | 1 | 1 | 0% | 3,144 | 1,263 | -60% | 0 | 0 | — |
case-02 | fail→fail | 16,754 | 14,551 | -13% | 1 | 1 | 0% | 4,335 | 1,057 | -76% | 0 | 0 | — |
case-03 | fail→fail | 5,768 | 6,327 | +10% | 1 | 1 | 0% | 725 | 677 | -7% | 0 | 0 | — |
case-04 | fail→fail | 14,005 | 20,950 | +50% | 1 | 1 | 0% | 2,557 | 687 | -73% | 0 | 0 | — |
case-05 | fail→pass | 12,761 | 5,759 | -55% | 1 | 1 | 0% | 2,363 | 1,473 | -38% | 0 | 0 | — |
case-06 | pass→fail | 8,046 | 12,344 | +53% | 1 | 1 | 0% | 1,695 | 1,530 | -10% | 0 | 0 | — |
case-07 | fail→fail | 13,363 | 12,058 | -10% | 1 | 1 | 0% | 2,933 | 1,413 | -52% | 0 | 0 | — |
case-09 | fail→pass | 11,815 | 16,053 | +36% | 1 | 1 | 0% | 2,522 | 2,550 | +1% | 0 | 0 | — |
case-10 | fail→fail | 15,304 | 9,849 | -36% | 1 | 1 | 0% | 3,137 | 1,754 | -44% | 0 | 0 | — |
case-11 | fail→fail | 3,605 | 7,680 | +113% | 1 | 1 | 0% | 617 | 1,063 | +72% | 0 | 0 | — |
case-12 | fail→fail | 11,688 | 14,495 | +24% | 1 | 1 | 0% | 2,337 | 1,814 | -22% | 0 | 0 | — |
case-13 | fail→fail | 12,304 | 7,893 | -36% | 1 | 1 | 0% | 2,342 | 836 | -64% | 0 | 0 | — |
case-14 | fail→pass | 14,899 | 11,093 | -26% | 1 | 1 | 0% | 3,038 | 2,933 | -3% | 0 | 0 | — |
case-15 | fail→fail | 16,312 | 11,027 | -32% | 1 | 1 | 0% | 3,237 | 1,240 | -62% | 0 | 0 | — |
case-16 | pass→fail | 6,993 | 8,519 | +22% | 1 | 1 | 0% | 1,416 | 1,451 | +2% | 0 | 0 | — |
case-17 | fail→fail | 7,810 | 10,088 | +29% | 1 | 1 | 0% | 1,319 | 754 | -43% | 0 | 0 | — |
case-18 | fail→fail | 3,350 | 3,663 | +9% | 1 | 1 | 0% | 399 | 746 | +87% | 0 | 0 | — |
case-19 | pass→pass | 14,066 | 14,791 | +5% | 1 | 1 | 0% | 3,161 | 4,010 | +27% | 0 | 0 | — |
case-20 | pass→fail | 12,638 | 37,699 | +198% | 1 | 1 | 0% | 3,090 | 1,559 | -50% | 0 | 0 | — |
case-21 | pass→fail | 11,043 | 5,068 | -54% | 1 | 1 | 0% | 2,174 | 800 | -63% | 0 | 0 | — |
case-22 | pass→pass | 7,829 | 6,709 | -14% | 1 | 1 | 0% | 1,734 | 1,718 | -1% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 6 counted toward the lift figure. The other 16 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of -5 percentage points is the difference between those two pass rates over the 6 comparable cases. 5 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.