CtrlK
BlogDocsLog inGet started
Tessl Logo

shep-kit:fast-loop

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

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Fast Loop — Rapid Iteration Mode

Skip TDD, builds, and commits. Just edit code, let the dev server hot-reload, and iterate based on user feedback.

What This Overrides

This skill temporarily suspends these CLAUDE.md mandates for the duration of the session:

  • TDD — no tests required during fast-loop
  • Spec-driven — no spec required, user drives direction
  • Storybook stories — not required during iteration
  • Commit format — no commits until user says "done"

Rules

  1. Edit code only — no pnpm test, no pnpm build, no git commit
  2. Small, focused changes — one thing at a time so the user can verify each step
  3. Trust the dev server — assume hot-reload picks up changes (Next.js, Vite, etc.)
  4. Wait for user feedback — after each change, pause and let the user check the result
  5. No over-engineering — do exactly what the user asks, nothing more
  6. When user says "done" — remind them to run pnpm validate and tests before committing

Flow

User describes change → Edit files → User checks dev server → Repeat

Exit

When the user is satisfied, suggest:

pnpm validate        # lint + format + typecheck
pnpm test:unit       # catch regressions

Then offer /shep-kit:commit-pr or /commit to wrap up.

Repository
shep-ai/shep
Last updated
First committed

Is this your skill?

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.