From spine
Use after align and before build to turn acceptance criteria into a concrete architecture — module boundaries, interfaces, data flow — recorded as ADRs and an architecture map in the Spine. Greenfield-first; also designs features within an existing codebase. Use when starting a new project, making upfront architectural decisions, or designing a non-trivial feature.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spine:designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn aligned intent into a concrete architecture the way a senior engineer does:
Turn aligned intent into a concrete architecture the way a senior engineer does:
deep modules, clear boundaries, decisions recorded with their why. Run this
after align and before build.
journal.md and the
existing context.md / conventions.md. If there are no criteria yet, run
align first.context.md is thin/empty and there are no modules yet.
Architect from scratch: include stack/scaffolding decisions..spine/decisions/. Design to fit;
respect what's there.context.md: the architecture map (modules + how they connect) and
any new shared-language terms..spine/decisions/NNNN-title.md
using adr-format.md. Number NNNN as the next 4-digit
value after the highest existing ADR (start at 0001). Give each ADR
labels (area + topic) so decisions are filterable.journal.md.context.md, conventions.md, journal.md.context.md (architecture map), decisions/ (ADRs),
journal.md (build plan / next step).build
writes the code.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub andrewttofi/spine --plugin spine