| name | implement-slice |
| description | Use this when implementing or updating a feature in PolicyFlow within one owning vertical slice. |
When asked to implement a feature in PolicyFlow, organize the work around the owning slice.
Process
- Identify the owning slice.
- Define the success target for that slice.
- Identify the files that belong inside the slice.
- Implement the smallest coherent end-to-end change inside that slice.
- Update Shared only if the dependency is truly cross-slice.
- Add or update focused tests mirroring the slice.
- Summarize:
- slice changed
- files changed
- Shared changes, if any
- tests added or updated
- one manual verification step