skills/ship-faster/skills/workflow-feature-shipper/SKILL.md
Use when you need to ship a single PR-sized feature end-to-end (plan -> implement -> verify) with artifacts. Ship core product features quickly in a Next.js codebase: turn a feature idea into an executable plan, implement in PR-sized slices, and keep artifacts under runs/ (or OpenSpec changes/ when available). Supports plan-only mode for early scoping. For prototype UI work, include a demo-ready wow moment (animation/micro-interaction) by default unless user opts out.
npx skillsauth add enuno/claude-command-and-control workflow-feature-shipperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn "I want to build a feature" into a fast execution chain.
feature.md: Requirements description (acceptance criteria + non-goals)repo_rootrun_dirfeature.md)mode: plan-only | execute (default: execute)feature_slug: short slug for artifact naming (default: derived from title + timestamp)quality_bar: demo-ready | functional-only (default: demo-ready for user-facing UI features)evidence/features/<feature_slug>-plan.md (checklist plan: tasks + verification)evidence/parallel/features/<feature_slug>/ (if implementation is split)evidence/features/<feature_slug>-summary.mdtool-hooks-doctor once at the start of the session to verify skill-evolution hooks are enabled. If missing, offer to install project-level hooks; continue either way.feature.md, normalize into: acceptance criteria, boundaries, risks, rollback.quality_bar isn’t functional-only, propose 1 “demo moment” (animation/micro-interaction) and add it to acceptance criteria. Must respect prefers-reduced-motion.evidence/features/<feature_slug>-plan.md.mode: plan-only, stop here and ask for confirmation before implementing.tool-design-style-selector to load the project’s design-system.md, then strictly follow it. If tool-ui-ux-pro-max is installed, use it to ground motion/UX constraints (search “animation” + “accessibility”). For complex visual/animation/responsive design, delegate to /gemini frontend UI/UX senior design agent.review-quality for a conclusive review + verdict.
review-quality is the single entry point and will auto-triage: if React/Next.js performance risk is detected, it will also run review-react-best-practices.review-react-best-practices directly.tool-systematic-debugging before attempting more fixes.evidence/features/<feature_slug>-debug.md (repro steps, hypotheses, root cause, fix + re-verify)evidence/features/<feature_slug>-summary.md: what was done, how verified, next steps.skill-evolution Evolution checkpoint (3 questions); if user chooses "want to optimize", run skill-improver based on this run_dir to produce minimal patch suggestionstools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.