event-modeling-tasks
Event Model to Tasks
Translates a completed event model into implementation tasks. Each slice becomes one task with the specification as its acceptance criteria.
Input
A completed event model document (produced by event-modeling-spec skill) containing:
- Named slices, each with a pattern (Command / View / Automation / Translation)
- Specifications: Given-When-Then for commands/automations, Given-Then for views
- Swim lanes with domain assignments
- Passed completeness check
If the event model is incomplete, use event-modeling-spec first.
Task ID Convention
<TRIGRAM>-<SHORT_NAME>
More from jrollin/claudio
skill-testing
>
1spec-create
Create a new feature specification following a phased workflow. Use when starting a new feature that needs requirements, design, and task planning. Invoke for spec-driven development, feature specification, requirements-design-tasks workflow.
1spec-impl
Task-by-task implementer that reads a completed spec and executes each task atomically. Use when a feature spec exists and you're ready to implement. Invoke for spec implementation, task execution, spec-driven development.
1agent-browser
when asking to check ui or tests automation in browser
1event-modeling-spec
Use when designing systems with Event Modeling methodology, creating event models, or when user mentions event modeling, commands/events/views blueprints, system timeline design, or CQRS system design workshops.
1