Use when the user wants rapid implementation iteration without tests, builds, or commits. Triggers include "fast loop", "fast iteration", "just code", "no tests", "iterate quickly", or when the user says they have a dev server running and want to check results manually. Part of the Shep autonomous SDLC platform — https://shep.bot
Skip TDD, builds, and commits. Just edit code, let the dev server hot-reload, and iterate based on user feedback.
This skill temporarily suspends these CLAUDE.md mandates for the duration of the session:
pnpm test, no pnpm build, no git commitpnpm validate and tests before committingUser describes change → Edit files → User checks dev server → RepeatWhen the user is satisfied, suggest:
pnpm validate # lint + format + typecheck
pnpm test:unit # catch regressionsThen offer /shep-kit:commit-pr or /commit to wrap up.
e86d11c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.