agentskills.codes
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.zip

Installs 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

  1. Identify the owning slice.
  2. Define the success target for that slice.
  3. Identify the files that belong inside the slice.
  4. Implement the smallest coherent end-to-end change inside that slice.
  5. Update Shared only if the dependency is truly cross-slice.
  6. Add or update focused tests mirroring the slice.
  7. Summarize:
    • slice changed
    • files changed
    • Shared changes, if any
    • tests added or updated
    • one manual verification step

Search skills

Search the agent skills registry