implement

implement is a command for Claude Code from revaya-ai/revaya-aios-workspace-template. It costs 0 tokens per session (977 once invoked), scanned A, original, MIT.

A step-by-step plan executor for coding tasks. It reads a plan file, checks that it is complete and has no blockers, then carries out its tasks in order.

In plain words
What is it for?
Use it to implement a prepared coding plan, edit the specified files, verify each step, and report what was completed.
Why use it?
It reduces missed steps and incomplete file changes when work has already been planned. It also pauses when the plan needs a decision or outside dependency.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md.

Good fit Use it to implement a prepared coding plan, edit the specified files, verify each step, and report what was completed.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/revaya-ai/revaya-aios-workspace-template/implement
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.

Clone the repo
git clone --depth 1 https://github.com/revaya-ai/revaya-aios-workspace-template

Made for: Claude Code.

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/implement/github.svg)](https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/implement)
Your own site
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/implement"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/implement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for implement

Your own site · 80×15
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/implement"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/implement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 977 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00977
Opus 5 $0.00000 $0.00489
Sonnet 5 $0.00000 $0.00195
Haiku 4.5 $0.00000 $0.00098

Measured 9d ago against content hash 36e1cebaa601, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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.

.claude/commands/implement.md · 157 lines

How it starts

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

Implement

Execute an implementation plan created by /create-plan. Read the plan thoroughly, execute each step in order, and report on the completed work.

Variables

plan_path: $ARGUMENTS (path to the plan file, e.g., plans/2026-01-28-add-guest-research-command.md)


Instructions

Phase 1: Understand the Plan

  1. Read the plan file completely. Do not skim — understand every section.
  2. Verify prerequisites:
    • Are there open questions that need answers before proceeding?
    • Are there dependencies on external resources or user decisions?
    • If blockers exist, stop and ask the user before proceeding.
  3. Confirm the plan is ready:
    • Status should be "Draft" or "Ready"
    • All sections should be filled out (no placeholder text remaining)

Phase 2: Execute the Plan

  1. Follow the Step-by-Step Tasks in exact order.

    • Complete each step fully before moving to the next
    • If a step involves creating a file, write the complete file — not a stub
    • If a step involves modifying a file, read the file first, then apply changes precisely
  2. For each task:

    • Read any files that will be affected
    • Make the changes specified
    • Verify the change is correct before proceeding
  3. Handle issues gracefully:

    • If a step can't be completed as written, note the issue and adapt if the intent is clear
    • If you're unsure how to proceed, ask the user rather than guessing
    • Document any deviations from the plan

Documentation Check

After completing each implementation chunk:

  1. Check if the changes created a new system or significantly modified an existing one
  2. Read docs/_index.md — does a doc exist for this system?
  3. If no doc exists and the changes are significant (new system, new command, new integration):
    • Create one using the template in docs/_templates/
    • Add an entry to docs/_index.md
  4. If a doc exists but is now stale:
    • Update the relevant sections
    • Add a dated entry to the doc's History table
  5. Update HISTORY.md with what was implemented
  6. Commit the documentation updates: docs: update documentation for {system}

Read the full file on GitHub · 157 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. 9d ago First seen · 157 lines · 0 tokens per session scan A 36e1cebaa601

Subscribe to this mod's changes

implement is a command published in the GitHub repository revaya-ai/revaya-aios-workspace-template (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 977 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.