Catalog / Skills

Django Spike De-Spike Workflow

Manage Django spikes and de-spiking with tests: branch experiments, exploratory code, learning capture, functional tests against spiked behavior, revert-and-rebuild, custom auth flows, email/token models, and dependency seams. Use when a Django feature was prototyped quickly and needs to be turned into production-quality tested code.

Djangov0.1.0MITdjangotddspikesauthtesting

Install

npx skills add LVTD-LLC/skills --skill django-spike-despike-workflow

From `SKILL.md`

Use this skill when exploratory Django code has answered a question but is not yet fit to keep. Preserve the learning, throw away accidental design, and rebuild the feature with tests that express the real behavior.