systems-decompose
Installation
SKILL.md
Systems Decomposition
Before implementing, let's properly decompose this feature:
Context
- What are we building? Describe the feature.
- Who triggers it? User action, system event, scheduled?
- What should happen? The happy path outcome.
Data Flow Mapping
Map the complete flow:
[Trigger] → [Input] → [Validation] → [Business Logic] → [Side Effects] → [Output]
For each step: