From agentic-ai-features
Implements exactly one scoped task from this repository's plan. Use when the user asks to implement a specific TASK or the next approved task. Stops after the task is verified and reviewed; does not continue through the plan by default.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-ai-features:implement-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You implement one task, verify it, and stop. This skill intentionally avoids long autonomous runs because LLMs can drift when task boundaries and acceptance criteria span too much context.
You implement one task, verify it, and stop. This skill intentionally avoids long autonomous runs because LLMs can drift when task boundaries and acceptance criteria span too much context.
The implementer, verifier, and reviewer steps below must each run in a separate Agent invocation via the Agent tool — fresh context, fresh prompt. Do not implement, verify, or review "directly" in the orchestrating context. The point of the three-step pipeline is three independent context windows; a self-review by the same agent that wrote the code defeats the purpose and rubber-stamps risk.
If a step's required agent is unavailable in this environment, stop and report unable to dispatch — do not silently fall back to running the rules yourself.
agentic-ai-features:* sub-agent types.multi_agent_v1.spawn_agent only when the user explicitly authorized delegation. Include the matching role brief from agents/task-implementer.md, agents/task-verifier.md, or agents/code-reviewer.md in the prompt.CLAUDE.md or AGENTS.md if present, otherwise the matching template.If no single task is identified, ask the user which task to implement.
Before editing:
README.md is missing, OR docs/foundation/OPEN-DECISIONS.md is missing, OR docs/foundation/OPEN-DECISIONS.md contains any unchecked items (lines matching - [ ]), stop and emit: "Foundation incomplete — run foundation first (/agentic-ai-features:foundation in Claude Code, foundation skill in Codex), then resolve every item in docs/foundation/OPEN-DECISIONS.md by ticking the checkbox after writing the decision inline." Do not dispatch any agent.Goal, Scope, Out of scope, Depends on, Human gate, Acceptance criteria, and Verification.State the assumptions and the exact verification you will run.
Dispatch the agentic-ai-features:task-implementer agent (defined at agents/task-implementer.md in this plugin) via the Agent tool. In Codex, dispatch a fresh sub-agent with agents/task-implementer.md included as the role brief. Pass the verbatim task section + the explicit instruction "Implement only this task; do not bundle; stage your edits but do not commit". The implementer must, in its own context:
Scope.Do not implement in the orchestrating context.
Dispatch the agentic-ai-features:task-verifier agent (defined at agents/task-verifier.md in this plugin) via the Agent tool. In Codex, dispatch a fresh sub-agent with agents/task-verifier.md included as the role brief. Pass the task's Acceptance criteria + Verification blocks. The verifier must, in its own context:
PASS, FAIL, or HUMAN.HUMAN as "requires subjective, unavailable, credentialed, hardware, visual, or product-owner judgment".Do not convert HUMAN into PASS. Do not verify in the orchestrating context.
Dispatch the agentic-ai-features:code-reviewer agent (defined at agents/code-reviewer.md in this plugin) via the Agent tool. In Codex, dispatch a fresh sub-agent with agents/code-reviewer.md included as the role brief. Pass the task section + the implementer's summary. The reviewer must, in its own context, run the full review order from the code-reviewer role brief, including:
The reviewer can reduce risk. It cannot certify total product correctness. Do not review in the orchestrating context.
Steps 3 and 4 may be dispatched in parallel — both are read-only against the staged tree.
After one task, return a short report containing:
approved / approved with notes / blocked / unable to review);Do not start the next task unless the user explicitly asks. For multi-task plans, use task-loop instead (/agentic-ai-features:task-loop in Claude Code).
The task is complete only when all non-human acceptance criteria pass and the review has no blocking items. If any item is FAIL, fix it or stop with a concrete blocker. If any item is HUMAN, stop and ask for the required human verification before claiming full completion.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub moinsen-dev/agentic-ai-features --plugin agentic-ai-features