implement

A guided implementation workflow for carrying out approved software tasks with focused tests, recorded decisions, and tracked acceptance evidence.

In plain words
What is it for?
Use it to select ready tasks, add behavioral tests, make scoped changes, run checks, and update task records.
Why use it?
It keeps code changes tied to approved plans and makes the work and verification easier to inspect.

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/asimons81/hardproof/implement
Any agent
npx skills add asimons81/hardproof --skill implement
Clone the repo
git clone --depth 1 https://github.com/asimons81/hardproof

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 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.00023 $0.00305
Opus 5 $0.00012 $0.00152
Sonnet 5 $0.00005 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured yesterday against content hash 145a92a7eec1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implement 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 yesterday.

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.

hardproof/skills/implement/SKILL.md · 36 lines

What it actually says

Implement the Plan

Purpose

Produce the approved behavior in buildable increments while preserving an inspectable task ledger.

When to use

Use for the IMPLEMENT stage selected by the active run context.

Inputs

Use approved design and plan records, ready tasks, project guidance, current code, tests, and profile-specific policy.

Procedure

  1. Select a dependency-ready task with hardproof_task.
  2. Add or identify a failing behavioral test where practical.
  3. Make the smallest complete code and documentation change for that task.
  4. Run focused checks and inspect the diff.
  5. Update the task with acceptance notes through hardproof_task.
  6. Record consequential deviations with hardproof_record; return to DESIGN or PLAN when approval assumptions no longer hold.

Required records

Keep task status, acceptance evidence, changed scope, and new decisions durable. At least one completed task or recorded change is required before review.

Exit criteria

Planned implementation tasks are complete or explicitly blocked, the repository remains buildable, and the resulting diff is ready for independent challenge.

Failure modes

Stop on unsafe mutation, approval gaps, destructive actions, or design drift. Never mark a task complete without acceptance notes.

Verification

Run task-focused checks, review the actual diff, and call hardproof_transition for REVIEW. Full verification evidence belongs to VERIFY.

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. yesterday First seen · 36 lines · 23 tokens per session scan A 145a92a7eec1

Subscribe to this mod's changes

implement is a skill published in the GitHub repository asimons81/hardproof (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 23 tokens to every session and 305 once invoked, about $0.0001 per session on Opus 5. 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

repo-readiness-audit

Use when a user asks whether an identified repository is ready for further development, release work, a new feature, handoff, or a new contributor, requiring a disciplined read-only audit before an evidence-backed verdict.

asimons81/hermes-field-kit · 48 tokens

dont-lie-to-me

Use when the user explicitly wants evidence-disciplined answers that separate observed facts, sourced claims, user reports, inference, unknowns, and contradictions before making strong factual or completion claims.

asimons81/hermes-field-kit · 43 tokens

x-analytics-import

Use when X Analytics CSV exports must be inspected, validated, normalized, imported, or compared through a repeatable private-by-default workflow.

asimons81/hermes-field-kit · 32 tokens

x-post-writer

Use when drafting, rewriting, or repurposing short-form X content, including single posts, quote posts, replies, threads, launches, and personal stories, with source fidelity and claim verification built in.

asimons81/hermes-field-kit · 46 tokens

hermes-skill-consolidate

Use when installed Hermes skills must be safely consolidated, restructured, deprecated, split, or given shared references after overlap has been established, with a read-only plan, explicit approval, rollback snapshot, staged writes, and post-change verification.

asimons81/hermes-field-kit · 55 tokens

hermes-environment-migration

Use when a Hermes environment must be safely migrated between machines with staged exports, integrity manifests, secret separation, selective imports, verification, and rollback.

asimons81/hermes-field-kit · 36 tokens