DJ
Django Usecase Flow
Keep Django workflow changes aligned with use-case orchestration.
Install
mkdir -p .claude/skills/django-usecase-flow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15513" && unzip -o skill.zip -d .claude/skills/django-usecase-flow && rm skill.zipInstalls to .claude/skills/django-usecase-flow
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Keep Django workflow changes aligned with use-case orchestration.65 chars · catalog descriptionno explicit “when” trigger
About this skill
Skill: django-usecase-flow
Intent
Keep Django workflow changes aligned with use-case orchestration.
Apply when
- Editing maintenance entry flow.
- Updating forms/views/use cases for tickets/novedades.
- Changing recipient resolution, suggestions, or orchestration.
Rules
- View: request/response, messages, redirects.
- Form: validation and field-level concerns.
- Use case: business orchestration and side effects.
- Domain service: pure decision logic.
Checklist
- Business decisions live outside views/templates.
- Use case remains the orchestration center.
- Query changes are explicit and safe.
- Backward compatibility considered for existing URLs/forms.
Done criteria
- Workflow remains coherent end-to-end.
- Layer boundaries are preserved.