Skip to content

Add claude-code-slice-skills to Agent Skills#223

Open
arun-mosai wants to merge 1 commit intojqueryscript:mainfrom
arun-mosai:add-claude-code-slice-skills
Open

Add claude-code-slice-skills to Agent Skills#223
arun-mosai wants to merge 1 commit intojqueryscript:mainfrom
arun-mosai:add-claude-code-slice-skills

Conversation

@arun-mosai
Copy link
Copy Markdown

Adds claude-code-slice-skills to the Agent Skills section.

What it is

Three composable Claude Code skills:

  • /slice — turn a one-line feature idea into 11 validated design docs (persona, journey, UI, API, data model, security, observability, AI surface, seed data, tests, index)
  • /slice-resume — re-enter a paused slice from its PROGRESS.md checkpoint after /clear
  • /slice-build — implement the slice as migrations + handlers + UI + events + tests, with 7-step verification

What's load-bearing

  • 12 validator sub-agents enforce specificity (no "Customer 1" seed rows; no seamless/powerful/leverage slop; every screen covers 7 canonical states; every endpoint cites its table)
  • Atomic cycle commit — nothing commits mid-cycle; state lives in durable files that survive /clear
  • Project-stage calibration — same skills enforce different ceremony bars (prototype → regulated-production) based on a single CLAUDE.md declaration
  • Blocker verification by Status + Resolution shape, not ID prefix — works across any blocker taxonomy

Stack

TypeScript monorepo + Postgres + Zod + React by default. PORTING.md documents stack assumptions and how to port to Django / Rails / Go / Next.js.

MIT. Issues + PRs welcome.


Following the existing entry format. Placed at the end of the no-emoji (< 100 stars) block within Agent Skills since the repo is brand-new (0 stars at time of submission).

Three composable Claude Code skills for vertical-slice feature
development: persona/journey/UI/API/data/security/observability/AI/
seed/tests + working code, with 12 validator sub-agents and
project-stage-calibrated ceremony.

Repo: https://github.com/arun-mosai/claude-code-slice-skills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants