implementation-commands

A set of commands for keeping track of recommended implementation tasks, including their status, deadlines, progress, and blockers.

In plain words
What is it for?
Use it to list active tasks, filter them by status, review blockers, update progress, and run regular accountability check-ins.
Why use it?
It gives you one view of unfinished, overdue, or stuck recommendations instead of requiring you to search through separate notes and reports.

Command for Claude Code

Part of the foreman plugin — 37 skills, 14 commands, 6 agents shipped together

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 commands/fatihguner/foreman/implementation-commands
Clone the repo
git clone --depth 1 https://github.com/fatihguner/foreman

Made for: Claude Code.

Or install foreman, the plugin that ships this one along with the rest of its 37 skills, 14 commands, 6 agents.

Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,550 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.00045 $0.03550
Opus 5 $0.00023 $0.01775
Sonnet 5 $0.00009 $0.00710
Haiku 4.5 $0.00005 $0.00355

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

Security

Grade A, and why

implementation-commands 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.

.claude/commands/implementation-commands.md · 352 lines

How it starts

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

Implementation Commands

/track

Description

Displays all active implementation items -- every recommendation from playbooks, skills, and diagnostics that has entered the tracking system and has not yet reached a terminal state. The default view shows all non-terminal items sorted by deadline proximity. Status filters narrow the view to a specific state. The overdue filter is a computed view: it surfaces items past their deadline that have not been completed, regardless of their current status.

This is the command for situational awareness. Run it at the start of a session to see what is in flight, what is stuck, and what is due.

Syntax

/track [status-filter]

Parameters

Parameter Required Type Default Description
status-filter No string all active Filter by status: not-started, in-progress, blocked, completed, abandoned, deferred, overdue, stalled

Examples

/track
--> Implementation Tracker: 12 active items
    3 not-started | 5 in-progress | 2 blocked | 1 deferred | 1 overdue
    [Table: ID | Description | Status | Progress | Deadline | Last Check-in]
    impl-001  Redesign BMC for B2B pivot         in-progress  40%   Apr 15   Apr 08
    impl-002  Validate pricing with 10 prospects  in-progress  70%   Apr 10   Apr 08
    impl-003  Draft investor narrative for pivot  not-started   0%   Apr 20   --
    ...

/track blocked
--> Blocked Items: 2
    [Table: ID | Description | Blocker Category | Blocker | Days Blocked]
    impl-005  Hire freelance designer           resource      Budget not approved    12
    impl-008  Integrate partner API              dependency    Waiting on partner SDK  7

/track in-progress
--> In-Progress Items: 5
    [Table: ID | Description | Progress | Deadline | Trend]
    impl-001  Redesign BMC for B2B pivot         40%   Apr 15   +20% this week
    impl-002  Validate pricing with 10 prospects  70%   Apr 10   +30% this week
    ...

/track overdue
--> Overdue Items: 1
    [Table: ID | Description | Status | Progress | Deadline | Days Overdue]
    impl-004  Complete competitive analysis      in-progress  25%   Apr 01   7 days overdue

/track stalled
--> Stalled Items (no progress for 14+ days): 2
    [Table: ID | Description | Progress | Last Change | Days Stalled]
    impl-005  Hire freelance designer            10%   Mar 25   14 days
    impl-009  Document onboarding process         0%   Mar 22   17 days
    Recommendation: Run /blockers to analyze what is preventing movement.

Read the full file on GitHub · 352 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 · 352 lines · 45 tokens per session scan A bb22853d47c3

Subscribe to this mod's changes

implementation-commands is a command published in the GitHub repository fatihguner/foreman (47 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 3,550 once invoked, about $0.0002 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-30.