task-implementation

task-implementation is a skill for Claude Code, Codex from okfriansyah-moh/ares. It costs 0 tokens per session (483 once invoked), scanned A, original, Apache-2.0.

A workflow for implementing one planned software task at a time from project planning documents while following the existing architecture and validation rules.

In plain words
What is it for?
Use it when carrying out a task listed in docs/PLAN.md, including checking dependencies, editing the intended files, adding tests, and validating the result.
Why use it?
It keeps implementation focused and reduces the risk of adding unrelated behaviour or ignoring project constraints.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/okfriansyah-moh/ares/task-implementation
Any agent
npx skills add okfriansyah-moh/ares --skill task-implementation
Clone the repo
git clone --depth 1 https://github.com/okfriansyah-moh/ares

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for task-implementation

README.md
[![agentmods](https://agentmods.dev/badge/skills/okfriansyah-moh/ares/task-implementation.svg)](https://agentmods.dev/skills/okfriansyah-moh/ares/task-implementation)
Your own site
<a href="https://agentmods.dev/skills/okfriansyah-moh/ares/task-implementation"><img src="https://agentmods.dev/badge/skills/okfriansyah-moh/ares/task-implementation.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 483 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00483
Opus 5 $0.00000 $0.00242
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00048

Measured 3d ago against content hash bbbc47d6a396, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

task-implementation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.ai/skills/task-implementation/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Implement one planned task at a time from docs/PLAN.md while preserving architecture, scope, and validation discipline.

Inputs

  • docs/architecture.md for system boundaries and non-negotiable design decisions.
  • docs/PLAN.md for task order, dependencies, required files, coding standards, and validation steps.
  • Relevant .ai/instructions/, agents, skills, and prompts for repository-specific guidance.
  • Current code, tests, and git status for implementation context.

Process

  • Read the full target task in docs/PLAN.md, including its goal, files, coding standards, validation, and prompt context.
  • Check the dependency graph and task summary before starting; only work on the selected task and its direct prerequisites if they are missing.
  • Treat the task boundary as the listed goal plus listed files and validation criteria. Do not add future task behavior, new architecture, or speculative abstractions.
  • Inspect existing package patterns before editing. Keep changes small, idiomatic, and aligned with current boundaries.
  • Implement production code and focused tests together. Avoid placeholders, TODOs, or stubs unless the plan explicitly calls for temporary scaffolding.
  • If the task reveals a plan gap, make the smallest implementation-compatible choice and document the issue for review rather than expanding scope.

Validation

  • Run the task-specific validation commands from docs/PLAN.md.
  • Before finishing a task, run:
go build ./...
go vet ./...
staticcheck ./...
go test -race -count=1 ./...
govulncheck ./...
  • Confirm all required files were created or updated with non-stub implementation.
  • Confirm no future task files or behaviors were introduced.
  • Confirm failures are fixed before continuing, or clearly report any unavailable tool or external blocker.

Anti-Patterns

  • Implementing multiple plan tasks in one pass.
  • Adding runtime, network, database, frontend, plugin, or marketplace behavior in v1.
  • Redesigning architecture to make the current task easier.
  • Creating abstractions before repeated complexity exists.
  • Skipping race tests, vet, staticcheck, or vulnerability checks after implementation.
  • Preparing a commit with unrelated changes, generated noise, failing tests, or unreviewed scope drift.
  • Committing without checking git status, reviewing the diff, and using a task-scoped commit message.

Read the full file on GitHub · 47 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 47 lines · 0 tokens per session scan A bbbc47d6a396

Subscribe to this mod's changes

task-implementation is a skill published in the GitHub repository okfriansyah-moh/ares (2 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 483 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

observability-and-growth

Full instrumentation from day one. PostHog consolidates product analytics + feature flags + error tracking (one platform, one bill). GA4 via GTM (14-step automation, custom dimensions over events, server-side tagging). Sentry (deep error tracking + performance). Stripe (webhook-first with idempotent processing).…

heymegabyte/claude-skills · 147 tokens

build-and-slice-loop

Implements features in vertical slices, always starting with homepage. Enforces anti-placeholder rules — no lorem ipsum, no TODO stubs, no gray boxes. Real content, real images, real interactions. TypeScript strict mode, Zod validation, and structured file organization.

heymegabyte/claude-skills · 60 tokens

agents-md-v2

Maintaining AGENTS.md workflow skill. Use this skill when the user needs This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent…

diegosouzapw/awesome-omni-skills · 99 tokens

agents-md

Maintaining AGENTS.md workflow skill. Use this skill when the user needs This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent…

diegosouzapw/awesome-omni-skills · 97 tokens

commit-pr

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before git push, gh pr create, gh pr edit, or gh pr ready. Routes to the single…

ZaxbyHub/opencode-swarm · 100 tokens

fork-pr-operations

Operational patterns for fork PRs (head repo differs from base repo). Covers GitHub workflow approval after push, force-push protocol, remote naming conventions, stale CI verification, and bot review multi-round awareness. Load when working with fork PRs, cross-repo contributions, or workflow approval issues.

ZaxbyHub/opencode-swarm · 65 tokens