| name | allocation-scheduler-gap-analysis |
| description | ICM workspace: Gap analysis for MariloAllocationScheduler. Intake, prioritize, design, plan, implement, validate. Stages: 01-intake through 06-validate. |
| argument-hint | [setup|status|ingest|resolve|close] |
| allowed-tools | Read Glob Grep Edit Write |
MariloAllocationScheduler Gap Analysis — ICM Workspace Skill
You are entering an Interpretable Context Methodology (ICM) workspace. The folder structure IS the orchestration — numbered folders are stages, markdown files carry prompts and context.
Entry Point
- Read
ICM/workspaces/allocation-scheduler-gap-analysis/CLAUDE.md — this is the workspace routing layer
- If
$ARGUMENTS is provided, treat it as a trigger keyword and follow the Triggers table in CLAUDE.md
- If no argument, read the CLAUDE.md routing table for task routing
ICM Rules
- Stage progression: 01-intake → 02-prioritize → 03-resolution-design → 04-remediation-plan → 05-implement → 06-validate
- Scope routing:
single skips 02+04 | batch skips 04 | systematic runs all 6
- Entry paths: Existing analysis (import mode) or Fresh analysis (assess mode)
- Output handoffs: Each stage writes to its
output/ folder. The next stage reads from there.
- Gap records are append-only — never delete or modify original gap descriptions
Triggers
| Keyword | Action |
|---|
setup | Run onboarding questionnaire |
status | Show pipeline completion for all stages |
ingest | Fast path: paste/point to gap analysis file, jump to Stage 01 import mode |
resolve | Start or continue resolution design (Stage 03) |
close | Jump to validation (Stage 06) for a specific gap |
Component Context
- Source:
src/Marilo.Components/DataDisplay/AllocationScheduler/
- Entry file:
MariloAllocationScheduler.razor.cs
- Specs:
docs/component-specs/allocation-scheduler/
- Tests:
tests/Marilo.Tests.Unit/DataDisplay/AllocationScheduler/
- Focus topics: selection, keyboard-navigation, refresh-data, editing (parity targets under the four topic-specific spec docs)
Delivery Partner
ICM/workspaces/allocation-scheduler-delivery/ — spec accuracy, Example UX, and visual parity coordination happen there.