Let $(N_t: t\geq0)$ be a Poisson process and $(Y_i)_{i\in\mathbb N}$ a series of i.i.d. integrable random variables on $\mathbb Z$. Put $X_t = \sum_{i=1}^{N_t} Y_i$ for $N_t > 0$ and $X_t$ for $N_t=0$.
I want to formulate the forward and backward equations for the process $(X_t: t\geq0)$. But I'm stuck at finding its semigroup and generator (Q-matrix).
So I'm looking for $$P'(t)=Q P(t),\ t\geq0, \qquad P(0)=\mathrm I \qquad \mathrm{(backward\ equation)}$$ and $$P'(t)=P(t)Q,\ t\geq0, \qquad P(0)=\mathrm I \qquad \mathrm{(forward\ equation)}$$ where $\left(P(t)\right)_{t\geq0}$ is the semigroup and $Q$ the Q-matrix of $(X_t)$.
I know the the Q-matrix and semigroup for the Poisson process $(N_t)$ are $Q = \lambda(P-\mathrm I)$ and $$P(t)=\mathrm e^{-\lambda t} \sum_{k=0}^\infty \frac{(\lambda t)^k}{k!}P^k$$ where $P$ is the matrix of transition probabilities (on a countable state space $S$). For $(N_t)$ we have the backward equation given as $$P'_{ij}(t) =\sum_{k\in S}q_{ik}P_{kj}(t) =\lambda P_{i+1,j}(t)-\lambda P_{ij}(t), \qquad t>0 \qquad \tag{1}$$ and the forward equation as $$P'_{ij}(t) =\sum_{k\in S}P_{ik}(t)q_{kj} =\lambda P_{i,j-1}(t)-\lambda P_{ij}(t), \qquad t>0. \qquad \tag{2}$$
If I understand the definition correctly, then $(X_t)$ is similar to a Poisson process, but after its Exp($\lambda$) waiting time it doesn't jump deterministically $+1$, but according to the random variables $Y_i$. However, I don't know how to compute the semigroup and Q-matrix for $(X_t)$, nor can I find any suitable reference.
Can someone help me get there?