Overview
Personal collection of agent skills and the workflow that uses them.
Skills
Install
Install all skills with the following command:
npx skills add janniks/aiOr install single skills:
create-spec: Creates a spec through user interview, codebase exploration, and module design, then saves to ./specs/<feature>.md.
npx skills add janniks/ai/create-speccreate-plan: Turns a spec into a multi-phase implementation plan using tracer-bullet vertical slices, saved to ./plans/<feature>.md.
npx skills add janniks/ai/create-plan