IM
implement-slice
Use this when implementing or updating a feature in PolicyFlow within one owning vertical slice.
Install
mkdir -p .claude/skills/implement-slice && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15074" && unzip -o skill.zip -d .claude/skills/implement-slice && rm skill.zipInstalls to .claude/skills/implement-slice
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this when implementing or updating a feature in PolicyFlow within one owning vertical slice.96 chars✓ has a “when” trigger
About this skill
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