# Lmiguelvargasf Kerly Workflow Taskfile

> <!-- markdownlint-disable-file -->

- Skill: `tomevault-io/lmiguelvargasf-kerly-workflow-taskfile` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/lmiguelvargasf-kerly-workflow-taskfile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/lmiguelvargasf-kerly-workflow-taskfile/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/lmiguelvargasf-kerly-workflow-taskfile

---

<!-- markdownlint-disable-file -->

# Workflow: Taskfile-first

## When to use

- You need to install, run dev servers, lint/format, test, build, run codegen,
  or manage Docker lifecycle.
- You are unsure whether a workflow task exists.

## Steps

1. Inspect `Taskfile.yml` (and included Taskfiles) to confirm valid targets.
2. If the workflow likely lives in a subdirectory, check for a local Taskfile and use `task -d <dir> <target>`.
3. If you cannot confirm a target, ask for `task --list` or `task --list-all` output.
4. Prefer `task <target>` over raw commands for workflows.
5. For unfamiliar tasks, use `task --summary <task>` before execution.

## Constraints and guardrails

- Do not invent task targets.
- Use raw commands only for read-only diagnostics unless you are also proposing
  a Taskfile wrapper.
- Do not recommend destructive operations (DB reset/drop, prune, `--force`,
  volume deletion) without explicit confirmation.
- If a required workflow is missing, add a Taskfile target and update README
  “Quick start / Dev tasks.”

## References

- `Taskfile.yml`
- `backend/Taskfile.yml`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/lmiguelvargasf) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

