Agent skill · neolabhq

implement-task

Implement a task step by step with automated LLM-as-Judge verification at the end of each phase

What it needs

About 12k tokens when loaded.

What this skill does

Implement Task with Verification Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it is critically necessary or you are done! Avoid asking questions until it is critically necessary! Dispatch one implementation agent per step, then — when every step of an implementation phase is done — launch ONE sdd:code-reviewer for that phase, iterate till issues are fixed, then move to the next phase! Execute task implementation steps with automated quality verification using a single sdd:code-reviewer agent per implementation phase. User Input --- Vocabulary (read this first — two different things are called "phase") Term Meaning ------ --------- Workflow Phase 0-5 The stages of THIS skill (select task, load, execute, DoD, move, report). Implementation phase / Phase N A milestone in the TASK file's ### Phase Overview. It groups steps, names a Reviewer model, and lists the acceptance criteria due at that milestone. This is the unit of code review. Step One sub-task file at .specs/sub-tasks/<task-name>/<NN>-<step-slug>.md. This is the unit of implementation dispatch. The step name is that file's basename without .md. --- Command Arguments Parse the following arguments from $ARGUMENTS: Argument Definitions Argument Format Default Description ---------- -------- --------- ------------- task-file Path or filename Auto-detect Task file name or path (e.g., add-validation.feature.md) --continue --continue None Continue implementation from the last completed step: resolves the implementation phase in progress, completes its outstanding steps, then reviews that phase — see Context Resolution for --continue. --refine --refine false Incremental refinement mode - detect changes against git, map them to steps, and re-verify from the implementation phase that owns the earliest affected step. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills neolabhq/implement-task--f4ec01

View the source on GitHub

Browse the @skills marketplace