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
Inspect Taskfile.yml (and included Taskfiles) to confirm valid targets.
If the workflow likely lives in a subdirectory, check for a local Taskfile
and use task -d <dir> <target>.
If you cannot confirm a target, ask for task --list or task --list-all output.
Prefer task <target> over raw commands for workflows.
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
frontend/Taskfile.yml
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: lmiguelvargasf-nova-workflow-taskfile3description: Workflow: Taskfile-first4---56# Workflow: Taskfile-first78## When to use910- You need to install, run dev servers, lint/format, test, build, run codegen,11 or manage Docker lifecycle.12- You are unsure whether a workflow task exists.1314## Steps15161. Inspect `Taskfile.yml` (and included Taskfiles) to confirm valid targets.172. If the workflow likely lives in a subdirectory, check for a local Taskfile18 and use `task -d <dir> <target>`.193. If you cannot confirm a target, ask for `task --list` or `task --list-all` output.204. Prefer `task <target>` over raw commands for workflows.215. For unfamiliar tasks, use `task --summary <task>` before execution.2223## Constraints and guardrails2425- Do not invent task targets.26- Use raw commands only for read-only diagnostics unless you are also proposing27 a Taskfile wrapper.28- Do not recommend destructive operations (DB reset/drop, prune, `--force`,29 volume deletion) without explicit confirmation.30- If a required workflow is missing, add a Taskfile target and update README31 “Quick start / Dev tasks.”3233## References3435- `Taskfile.yml`36- `backend/Taskfile.yml`37- `frontend/Taskfile.yml`3839---40> Converted and distributed by [TomeVault](https://tomevault.io/claim/lmiguelvargasf) — claim your Tome and manage your conversions.41<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/lmiguelvargasf-nova-workflow-taskfile in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Workflow: Taskfile-first It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.