agentsclimarketplace

Feature slice boundary

Skill jukrap/ai-agent-playbook/skills/architecture/feature-slice-boundary

Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.

Install
npx -y skills add jukrap/ai-agent-playbook --skill feature-slice-boundary

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when changing or reviewing FSD, feature-sliced, vertical-slice, feature-first, route-level, module-level, or component-domain boundaries.

SKILL.md

1.0 KB, as published. Nobody here has run it

Feature Slice Boundary

Use this as the primary architecture skill for feature, slice, route, and module boundaries.

Workflow

  1. Identify the project architecture from code and docs before applying FSD, vertical slice, feature-first, or layered labels.
  2. Check allowed imports, public API files, shared/common usage, state ownership, UI/API boundaries, and test placement.
  3. Preserve local conventions unless the requested change explicitly includes migration or redesign.
  4. Record coupling risks, moved ownership, compatibility shims, and verification commands.

Reference

Read references/feature-slice-layering.md for feature, layer, slice, and dependency direction checks.

Read references/slice-public-api-checks.md for public API files, shared modules, and migration safety.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.